Fix: Incorrect BMesh to Mesh attribute copying #104421

Merged
Hans Goudey merged 11 commits from HooglyBoogly/blender:bmesh-mesh-conversion-faster-hot-loops into main 2023-02-13 20:52:14 +01:00

11 Commits

Author SHA1 Message Date
Hans Goudey 66bf74d2a7 Merge branch 'main' into bmesh-mesh-conversion-faster-hot-loops 2023-02-13 14:47:04 -05:00
Hans Goudey 9135fce3f6 Fix retrieving layers from wrong custom data 2023-02-10 13:29:39 -05:00
Hans Goudey 31e1a927d1 Fix incorrect custom data copy callback
This one was only implemented for a few types, noticeably, not vertex groups.
2023-02-10 13:29:30 -05:00
Hans Goudey 95d25738c9 Use full "BMesh" word 2023-02-10 13:05:05 -05:00
Hans Goudey 4e84e15cc7 Change naming, add comments, fix logic of empty copy info 2023-02-10 13:00:17 -05:00
Hans Goudey 25aa6b6610 Merge branch 'main' into bmesh-mesh-conversion-faster-hot-loops 2023-02-10 12:47:00 -05:00
Hans Goudey ef27f6eb47 Merge branch 'main' into bmesh-mesh-conversion-faster-hot-loops 2023-02-09 20:33:47 -05:00
Hans Goudey 7911dba433 Fix bad merge 2023-02-07 13:23:09 -05:00
Hans Goudey ef83c0002d Merge branch 'main' into bmesh-mesh-conversion-faster-hot-loops 2023-02-07 13:22:17 -05:00
Hans Goudey fbfe01d5ee Mesh: Simplify BMesh Mesh conversion attribute copying 2023-01-27 14:33:58 -06:00
Hans Goudey a5fd198c9f Cleanup: Simplify mesh and point cloud conversion
Since mesh positions are stored as a generic attribute,
the attribute doesn't need special handling here.
2023-01-27 14:07:48 -06:00