Move apply logic to common and eliminate selected bool

This commit is contained in:
2024-12-27 02:28:38 -06:00
parent 4157a12531
commit 1d25f45735
4 changed files with 73 additions and 66 deletions

View File

@ -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'})