Block a user
WIP: GPv3: Trace image operator
45a37f4848
Fix pixel-to-object transform.
e2d4594fb4
Fix missing curve handle initialization.
GPv3: Fill Tool not working if Placement Stroke Mode is selected
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…