1 Commits

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

View File

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