Block a user
Fix: Removing layer in BMesh can destroy others
What do you think about a callback? All of this is happening per-functions, seems like it makes more sense to have an API that would internally build the layer mapping once, e.g.
Cust…
Core: Fix bug where deleting one layer in a BMesh can destroy others
Joseph Eagar
created branch temp-fix-bmesh-customdata-bug in JosephEagar/blender
2023-06-06 23:57:39 +02:00
Joseph Eagar
pushed to temp-fix-bmesh-customdata-bug at JosephEagar/blender
2023-06-06 23:57:39 +02:00
95f101ec15
Core: Fix bug where deleting one layer in a BMesh can destroy others
7dc85e68fe
Cleanup: Fix comment warning
cf967f8e08
Transform: Remove Indication of the Transformed Snap Base
8e059b569b
UI: move 'Face Nearest' snap option to another section
8dc70b9e2e
Cleanup: Correcting default cases in node.cc
62436ad527
Merge branch 'temp-sculpt-dyntopo' into temp-sculpt-dyntopo-hive-alloc
b49a18e497
temp-sculpt-dyntopo: Move call to interp_face_corners into if block
27bf295b3c
temp-sculpt-dyntopo: Use new uv smooth code for stability smooth
a974c1ebf2
temp-sculpt-dyntopo: UV and attribute reprojection changes
5ba920d371
temp-sculpt-dyntopo: Fix bug in new split function
Update sculpt mode symmetry options as properties of meshes
We might want to think about using a struct.
typedef struct PaintSymmetry {
char symmetry;
char symmetrize_direction;
char lock;
char feather;
float tile[3];
float…
338741163f
Add a debug check
99cf46b048
Merge branch 'temp-sculpt-dyntopo' into temp-sculpt-dyntopo-hive-alloc
9044aefe8f
temp-sculpt-dyntopo: Fix bug in cleanup mode
370be3d365
temp-sculpt-dyntopo: Remove pattern based triangle subdivider
029b6ab9a2
temp-sculpt-dyntopo: Suppress false positive warning
370be3d365
temp-sculpt-dyntopo: Remove pattern based triangle subdivider
029b6ab9a2
temp-sculpt-dyntopo: Suppress false positive warning
c985b91437
Merge branch 'temp-sculpt-dyntopo' into temp-sculpt-dyntopo-hive-alloc
9cd4f0d4d3
temp-sculpt-dyntopo: Move edge collapse code to C++.
4b8ec9d31f
temp-sculpt-dyntopo-hive-alloc: Commit current code
fa8959a881
temp-sculpt-dyntopo: Fix another crash related to uvs
45a68a54f6
temp-sculpt-dyntopo: Fix crash when no uv layers