Block a user
GPv3: Object stats show strokes and points after removing last grease pencil layer
Fix #124995: Crashes in rendering code due to invalid material indices
I'd say "can be negative". "shouldn't" makes it sound like it must be prevented (where and by whom?), but in fact any user can write to the material_index
attribute, so the code just has to check before using the values.
82bf6ef196
Merge branch 'main' into gpv3-trace-image-operator
1aa37c8df2
Extensions: require 3 numbers for blender_version_{min/max}
9155f2336b
Anim: rebuild depsgraph relations when creating a new F-Curve
bc2e47622f
Extensions: minor wording tweak (v -> version)
7639ec9dfd
Cleanup: remove redundant theme color lookup, avoid shadowing
GPv3: Fill Tool not working if Placement Stroke Mode is selected
I noticed that the placement_plane_ in…
GPv3: Fill Tool not working if Placement Stroke Mode is selected
Hmm, fill tool is not working here with any placement option 🤔
With the "2D Animation" template at least the first 3 modes seem to work. @PratikPB2123 not sure what your setup is. Is this…
Image Editor: Memory leaks when showing image thumbnail on dropdown
9d797b834e
Fix #124876: EEVEE: Missing render frame progress in stdout
8fc617d8e2
Cleanup: Animation: Remove pose library UI hint about the new asset shelf UI
3c81984178
Geometry Nodes: add conversion nodes for Grease Pencil and Curves
d5d64f4a9f
Fix #125006: crash confirming specific operator popup dialog with ENTER
73338c1553
GPv3: Render evaluated geometry
Lukas Tönne
created branch gpv3-trace-image-operator in LukasTonne/blender
2024-07-22 15:05:39 +02:00
Lukas Tönne
pushed to grease-pencil-remove-legacy-modifiers at filedescriptor/blender
2024-07-22 14:11:01 +02:00
937ff1642d
Merge branch 'main' into grease-pencil-remove-legacy-modifiers
9d797b834e
Fix #124876: EEVEE: Missing render frame progress in stdout
8fc617d8e2
Cleanup: Animation: Remove pose library UI hint about the new asset shelf UI
3c81984178
Geometry Nodes: add conversion nodes for Grease Pencil and Curves
d5d64f4a9f
Fix #125006: crash confirming specific operator popup dialog with ENTER
Lukas Tönne
pushed to grease-pencil-remove-legacy-modifiers at filedescriptor/blender
2024-07-22 13:44:07 +02:00
1eccb5f4b0
Removed unused function declaration.
Lukas Tönne
pushed to grease-pencil-remove-legacy-modifiers at filedescriptor/blender
2024-07-22 13:41:54 +02:00
d8b28f7c5b
Removed unused functions from BKE_gpencil_modifier_legacy API.