Habib Gahbiche zazizizou
  • Joined on 2015-02-21
Habib Gahbiche pushed to com-fix-invalid-crop at zazizizou/blender 2024-10-03 20:35:26 +02:00
afac7c6cca make format
Habib Gahbiche deleted branch com-fix-preview-crash from zazizizou/blender 2024-10-03 19:40:35 +02:00
Habib Gahbiche merged pull request blender/blender#128292 2024-10-03 19:40:31 +02:00
Fix CPU compositor crashes when rendering older files
Habib Gahbiche pushed to main at blender/blender 2024-10-03 19:40:30 +02:00
0d2f5183d3 Fix CPU compositor crashes when rendering older files
Habib Gahbiche commented on pull request blender/blender#128292 2024-10-03 19:39:48 +02:00
Fix CPU compositor crashes when rendering older files

Not entirely sure why compositor crashes

ViewerOperation is now being initialized with is_preview_operation = false but a PreviewOperation is initialized for the viewer operation…

Habib Gahbiche commented on issue blender/blender#127254 2024-10-03 19:04:45 +02:00
Compositor crop gizmo suggests there is a valid crop when there isn't one

I only saw the discussion after I submitted a fix. The idea of the fix is to prevent the user from creating inverted bounds, such that down <= up and left <= right is always fulfilled.

Habib Gahbiche created pull request blender/blender#128550 2024-10-03 18:45:04 +02:00
Fix 127254: Compositor crop gizmo suggests there is a valid crop when there isn't one
Habib Gahbiche pushed to com-fix-invalid-crop at zazizizou/blender 2024-10-03 18:41:39 +02:00
aa8ee9fc03 Fix 127254 Compositor crop gizmo suggests there is a valid crop when there isn't one
23ecce595a Merge branch 'blender-v4.3-release'
c986aa03b9 GPv3: Remove unused GPv2 keymap entries
f1ec3b3701 Merge branch 'blender-v4.3-release'
52dfb4aa8f Fix #124720: Metal: Crash when trying to allocate large 3d textures
Compare 10 commits »
Habib Gahbiche created branch com-fix-invalid-crop in zazizizou/blender 2024-10-03 18:41:39 +02:00
Habib Gahbiche created pull request blender/blender#128292 2024-09-28 11:47:34 +02:00
Fix CPU compositor crashes when rendering older files
Habib Gahbiche pushed to com-fix-preview-crash at zazizizou/blender 2024-09-28 11:45:07 +02:00
3a9fdf954d Fix CPU compositor crashes when rendering older files
117d4a51c3 Fix #128193: conditional socket visibility broken on Distribute Points on Faces node
578fd9b10e Geometry Nodes: support grease pencil in Duplicate Elements node
63a4b45b43 Cleanup: USD: take advantage of new AttributeIter::get API
6d83f9a6b3 Cleanup: Sculpt: Extract common factor calculation methods
Compare 10 commits »
Habib Gahbiche created branch com-fix-preview-crash in zazizizou/blender 2024-09-28 11:45:07 +02:00
Habib Gahbiche closed pull request blender/blender#106338 2024-09-27 18:13:42 +02:00
WIP: Compositor: add aspect ratio display in node viewer
Habib Gahbiche commented on pull request blender/blender#106338 2024-09-27 18:13:39 +02:00
WIP: Compositor: add aspect ratio display in node viewer

As discussed above, a different solution is needed for anamorphic footage.

Habib Gahbiche commented on pull request blender/blender#127667 2024-09-27 17:50:38 +02:00
UI: Nodes: Remove some snapping options

@pablovazquez that makes sense. I will create an issue about the scale snapping and come back to this later

Habib Gahbiche commented on pull request blender/blender#121843 2024-09-26 21:04:29 +02:00
WIP: Compositor tests: reorganize folders

@Maxime-Cots No worries, thanks for letting me know :)

Habib Gahbiche deleted branch fix-crop-gizmo from zazizizou/blender 2024-09-26 19:24:37 +02:00
Habib Gahbiche pushed to main at blender/blender 2024-09-26 19:24:36 +02:00
a537659341 Fix #127253: Compositor crop gizmo can produce invalid crop configurations