Brushstroke Tools: Initial Version #328
@ -456,7 +456,7 @@ class BSBST_PT_brushstroke_tools_panel(bpy.types.Panel):
|
||||
op.deformable = not deform
|
||||
|
||||
anim = utils.get_animated(style_object)
|
||||
op = style_panel.operator('brushstroke_tools.switch_animated', text='Animated', depress=anim, icon='GP_MULTIFRAME_EDITING')
|
||||
op = style_panel.operator('brushstroke_tools.switch_animated', text='Animated Strokes', depress=anim, icon='GP_MULTIFRAME_EDITING')
|
||||
op.animated = not anim
|
||||
|
||||
class BSBST_MT_PIE_brushstroke_data_marking(bpy.types.Menu):
|
||||
|
Loading…
Reference in New Issue
Block a user