Block a user
c8390519c8
Use macro
d1cc935cfa
Be less paranoid.
e945a08d62
Initiaize vars and switch assert
f2a6f10571
Fix indent
437494d10b
Improve comments
2787562217
Fix factor
32a1edbd43
Merge remote-tracking branch 'upstream/main' into join-triangles-stateful
ed1c708619
Merge branch 'blender-v4.3-release'
e82ce39e17
Fix: Snap Toggle not updating snap status after a transform operation
5eae28e685
Fix: Snap Toggle not updating snap status after a transform operation
Modeling: add support for merging triangles with reference to topology
4b37912990 -- but untested. Getting unrelated exceptions due to gpu shaders changes in main that prevent running blender. Will chase down later today.
c1dbd71d76
Restore const_cast
0ad65e05a1
fix a warn about unused
4b37912990
Convert topology influence to a factor
Modeling: add support for merging triangles with reference to topology
Suggestion: disable
JOIN_TRIANGLE_INTERACTIVE_TESTING
always for now (developers can manually un-comment the define), we can optionally move this to a debugging option as a separate PR/change. …