jakobwakob
  • Joined on 2024-06-12
jakobwakob pushed to fix-#73922 at jakobwakob/blender 2024-08-05 00:18:41 +02:00
8c37ec40a1 fix unable to zoom out after clipping to zero
b5e9742f51 fix glitchy translation after clipping
Compare 2 commits »
jakobwakob pushed to fix-#73922 at jakobwakob/blender 2024-08-04 23:33:43 +02:00
jakobwakob pushed to fix-#73922 at jakobwakob/blender 2024-08-04 23:31:00 +02:00
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
Compare 207 commits »
jakobwakob pushed to main at jakobwakob/blender 2024-07-28 11:33:26 +02:00
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
Compare 1603 commits »
jakobwakob pushed to fix-#73922 at jakobwakob/blender 2024-07-28 11:32:32 +02:00
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
Compare 1604 commits »
jakobwakob pushed to fix-#73922 at jakobwakob/blender 2024-06-24 00:17:36 +02:00
ef61fa4f89 uncouple zooming from x axis only
jakobwakob created branch fix-#73922 in jakobwakob/blender 2024-06-24 00:17:36 +02:00
jakobwakob created repository jakobwakob/blender 2024-06-23 22:10:48 +02:00
jakobwakob commented on issue blender/blender#73922 2024-06-13 00:01:39 +02:00
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…