Files
test/source/blender
Sergey Sharybin f8ee27c88b Sculpt: Preserve edge attribute on split with dyntopo
Copy custom data and flag from the original edge to the ones created
from it when splitting a long edge.

Unfortunately, can not use generic "example" edge approach as there
is a temporary flag BM_ELEM_TAG is re-applied in a loop: the new
edges can not be tagged with this tag. Additional complication is
that even we clear this tag from the input edge before splitting it
this tag is re=applied via long_edge_queue_face_add().

Hence, use our own simple function to copy minimal subset of data and
tags.

Co-Authored-By: Hans Goudey <hans@blender.org>

Pull Request: https://projects.blender.org/blender/blender/pulls/113783
2023-10-16 19:12:10 +02:00
..
2023-10-14 13:53:00 +11:00
2023-10-14 13:53:00 +11:00
2023-10-10 09:44:57 +11:00
2023-10-14 13:53:00 +11:00
2023-10-13 10:57:20 +11:00
2023-10-14 13:53:00 +11:00
2023-08-24 11:38:41 +10:00