Move apply logic to common and eliminate selected bool
This commit is contained in:
@ -40,9 +40,6 @@ class dsplVars(bpy.types.PropertyGroup):
|
||||
pose_new_name: bpy.props.StringProperty(
|
||||
name="Pose Name", description="New name for pose",
|
||||
default="Pose", override={'LIBRARY_OVERRIDABLE'})
|
||||
only_selected: bpy.props.BoolProperty(
|
||||
name="Only selected Bones", description="Process only selected bones",
|
||||
default=False, options={'HIDDEN'}, override={'LIBRARY_OVERRIDABLE'})
|
||||
numero: bpy.props.IntProperty(
|
||||
name='Numero', default=666, override={'LIBRARY_OVERRIDABLE'})
|
||||
|
||||
|
Reference in New Issue
Block a user