Block a user
Habib Gahbiche
deleted branch com-fix-preview-crash from zazizizou/blender
2024-10-03 19:40:35 +02:00
Fix CPU compositor crashes when rendering older files
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…
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.
Fix #127254: Compositor crop gizmo suggests there is a valid crop when there isn't one
@blender-bot build
Fix 127254: Compositor crop gizmo suggests there is a valid crop when there isn't one
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
Fix CPU compositor crashes when rendering older files
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
WIP: Compositor: add aspect ratio display in node viewer
WIP: Compositor: add aspect ratio display in node viewer
As discussed above, a different solution is needed for anamorphic footage.
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