Block a user
8c37ec40a1
fix unable to zoom out after clipping to zero
b5e9742f51
fix glitchy translation after clipping
17b8c501d3
Merge branch 'main' of projects.blender.org:blender/blender into fix-#73922
fe672bd479
Cleanup: USD: const correctness fixes
c0d37d97de
Cleanup: Sculpt: Move topology islands API to C++ namespace
a57c3be05e
UI: Add SVG Icons for Status Bar Event Use
dd905de795
Fix #125838: Elastic deform brush does not respect mask values
8b3beeee82
Fix #124836: Triangulate modifier changed behavior with custom normals
26b7ae888b
Fix: deduplicate shared data when writing to file
79862c8cfa
LineArt: bake should return CANCELLED when not applicable
95139263de
Cleanup: Python: Remove unnecessary array length definition in curves API
2f15347f7c
Fix: Empty span check for vert_all_faces_visible_get
f85fe106b8
uncouple zooming from x axis only
8b3beeee82
Fix #124836: Triangulate modifier changed behavior with custom normals
26b7ae888b
Fix: deduplicate shared data when writing to file
79862c8cfa
LineArt: bake should return CANCELLED when not applicable
95139263de
Cleanup: Python: Remove unnecessary array length definition in curves API
Color Management / Use curves : Setting clipping option to Min = Max causes CRGB curves to go blank.
Hi, I know this is an old issue but I thought it didn't look too difficult to figure out as my first issue.
I've looked into the problem and found the relevant sections in the code. I think I…