Brushstroke Tools: Initial Version #328

Merged
Simon Thommes merged 229 commits from SimonThommes/blender-studio-tools:brushstroke_tools-initial-version into main 2024-11-06 15:03:47 +01:00
Showing only changes of commit 8d894f1abf - Show all commits

View File

@ -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,