Block a user
GPv3: Join Operator
db88594efb
Reorder menu entry
24377f6ea7
Merge branch 'main' into gpv3_merge_points
259091363f
Refactor: Anim, remove use of MutableSpan in layered Actions C++ wrappers
eb3fe75392
Metal: Add support for parallel compilation and precompilation specialisation
13391c14d8
Spreadsheet: use more obvious fallback name for geometries
Grease Pencil: Add
Drawing attribute panel
.
@casey-bianco-davis Hey! Do you think you can split this PR like I suggested? Let me know so I can take over if necessary.
GPv3: Layer
Tint Color
, Radius Offset
and Adjustments
panel.
Thanks for working on this! Unfortunately, it seems like the conversion is not quite right now. The file I attached looks the same without this patch if I open it with current main, but with the patch applied, the radii are different. This might be due to how the node group changed the radii vs. how you change them now.
GPv3: Layer
Tint Color
, Radius Offset
and Adjustments
panel.
This should be just an RGB (RNA_def_property_array(prop, 3);
) value since the factor is exposed separately.
GPv3: Layer
Tint Color
, Radius Offset
and Adjustments
panel.
Would be good to only do mixing only if tint.a > 0.0f
and avoid the function call.
GPv3: Select less not working if all points in stroke selected
Fix #126587: GPv3: Select less fails if all points in stroke selected
Fix: GPv3: Redraw outliner when group is added
GPv3: Group color tag icons in outliner and dopesheet