1 Commits

Author SHA1 Message Date
0aa1014f55 Unify calls to armature and pose library 2025-01-02 11:51:37 -06:00

View File

@ -262,7 +262,6 @@ class DSPL_OT_ApplyPose(bpy.types.Operator):
def execute(self, context):
arm_object, pose_library = getArmatureData(context)
pose_markers = pose_library.pose_markers
if self.posename: