Grease Pencil: Tool settings layout adjustments #128491
@ -2329,10 +2329,10 @@ class _defs_grease_pencil_paint:
|
|||||||
def draw_settings(_context, layout, tool):
|
def draw_settings(_context, layout, tool):
|
||||||
props = tool.operator_properties("grease_pencil.interpolate")
|
props = tool.operator_properties("grease_pencil.interpolate")
|
||||||
layout.prop(props, "layers")
|
layout.prop(props, "layers")
|
||||||
layout.prop(props, "exclude_breakdowns")
|
|
||||||
layout.prop(props, "flip")
|
layout.prop(props, "flip")
|
||||||
layout.prop(props, "smooth_factor")
|
layout.prop(props, "smooth_factor")
|
||||||
layout.prop(props, "smooth_steps")
|
layout.prop(props, "smooth_steps")
|
||||||
|
layout.prop(props, "exclude_breakdowns")
|
||||||
|
|
||||||
return dict(
|
return dict(
|
||||||
idname="builtin.interpolate",
|
idname="builtin.interpolate",
|
||||||
|
Loading…
Reference in New Issue
Block a user