1 Commits

Author SHA1 Message Date
1d25f45735 Move apply logic to common and eliminate selected bool 2024-12-27 03:04:00 -06:00

View File

@ -367,7 +367,7 @@ class DSPL_OT_ApplyPose(bpy.types.Operator):
setBonesfromKeyframes(context, arm_object, active_marker)
print("Applied pose - " + active_posename)
self.report({'INFO'}, "DSPL: Applied " + active_posename)
return {'FINISHED'}