Block a user
Modeling: Can we remove the weight field for Decimate tools?
Cleanup: use function calls to set flags for PropertyRNA
5036bd650c
Cleanup: use function calls to set flags for PropertyRNA
768dedbe5a
Cleanup: reserve 'mval' for region-relative pointer coordinates
f20e38d422
Merge branch 'blender-v4.0-release' into main
bbf87ee78c
Fix #113786: Snapping to vertex is broken, when instances are used in GN
dd8d3ec27b
GPv3: Convex Hull node
df9ac55dd3
Update: Use RNA_def_property_flag to set flags
3586cc9403
Merge branch 'main' into dev_property_def
d03d03402b
GPv3: Fix problems related to insert/delete keys in edit mode
0508e81b79
GPv3: Add edit mode lines to overlay
54511f59aa
Merge branch 'blender-v4.0-release'
Cleanup: Remove redundant flag setting in RNA_def_property
I understand. There are also similar issues in other parts of this function, such as line 1406 `prop->flag
The explode modifier edge cut option is completely broken in 4.0
Not crash, that's actually an assert at
BLI_assert(e1.v_low < e1.v_high);
Sorry for my mistake, it is caused by the OrderedEdge struct. An OrderedEdge with two identical vertices is created…
The explode modifier edge cut option is completely broken in 4.0
4.1 debug version crashes on opening this file, the error log is below
Cleanup: Remove redundant flag setting in RNA_def_property
2d63ddad9b
Cleanup: Remove redundant flag setting in RNA_def_property
46dedaf960
Cleanup: use C++ style casts in for the animation player
a3243cf5c3
PlayAnim: errors loading images are now shown in the UI
63cb5ec1b2
Cleanup: use full sentences for comments in playanim
4454561a5f
Cleanup: move animation globals into a struct
Cleanup: Remove a redundant increment operator
Fix #113395: Assertion fails of solidify_faces tool when not selecting partial faces of a mesh
Fix #113395: Assertion fails of solidify_faces tool when not selecting partial faces of a mesh
Fix #113395: Assertion fails of solidify_faces tool when not selecting partial faces of a mesh
dd87854722
Fix #113395: Assertion fails of solidify_faces tool when not selecting partial faces of a mesh
ce4663403b
Cleanup: Return early to reduce indentation for 3D cursor drawing
36b88bc041
Merge branch 'blender-v4.0-release'
e59a2b9a21
Fix: Incorrect rotation from 3D cursor tool node