Brushstroke Tools: Initial Version #328
@ -277,7 +277,7 @@ class BSBST_Settings(bpy.types.PropertyGroup):
|
|||||||
deforming_surface: bpy.props.BoolProperty(default=False,
|
deforming_surface: bpy.props.BoolProperty(default=False,
|
||||||
name='Deforming Surface',
|
name='Deforming Surface',
|
||||||
description='Create brushstrokes layer for a deforming surface')
|
description='Create brushstrokes layer for a deforming surface')
|
||||||
edit_toggle: bpy.props.BoolProperty(default=True,
|
edit_toggle: bpy.props.BoolProperty(default=False,
|
||||||
name='Edit Active Brushstrokes',
|
name='Edit Active Brushstrokes',
|
||||||
description="Jump into the corresponding edit mode when selecting/creating a brushstrokes layer")
|
description="Jump into the corresponding edit mode when selecting/creating a brushstrokes layer")
|
||||||
estimate_dimensions: bpy.props.BoolProperty(default=True,
|
estimate_dimensions: bpy.props.BoolProperty(default=True,
|
||||||
|
Loading…
Reference in New Issue
Block a user