Files
test/source/blender/blenkernel/intern
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-09 23:41:53 +02:00
2023-10-13 12:55:54 +02:00
2023-10-09 23:41:53 +02:00
2023-09-25 17:53:11 -04:00
2023-10-09 23:41:53 +02:00
2023-09-25 17:53:11 -04:00
2023-10-06 10:49:54 +02:00
2023-10-09 23:41:53 +02:00
2023-10-09 23:41:53 +02:00
2023-10-09 23:41:53 +02:00
2023-10-09 23:41:53 +02:00
2023-10-09 23:41:53 +02:00
2023-10-09 23:41:53 +02:00
2023-10-09 23:41:53 +02:00
2023-10-14 00:58:02 +02:00
2023-07-04 17:03:02 +02:00
2023-10-09 23:41:53 +02:00
2023-10-09 23:41:53 +02:00
2023-10-11 19:38:42 +02:00
2023-10-09 23:41:53 +02:00
2023-10-09 23:41:53 +02:00
2023-10-09 23:41:53 +02:00
2023-10-09 23:41:53 +02:00
2023-10-09 23:41:53 +02:00
2023-10-09 23:41:53 +02:00
2023-10-09 23:54:43 +02:00
2023-10-09 23:41:53 +02:00
2023-10-09 23:41:53 +02:00
2023-10-11 16:44:54 +02:00
2023-09-25 15:25:43 +10:00
2023-08-28 15:01:05 +02:00
2023-08-21 10:05:45 +10:00
2023-10-09 23:41:53 +02:00
2023-10-10 09:44:57 +11:00
2023-10-09 23:41:53 +02:00
2023-07-22 11:46:41 +10:00