1 Commits

Author SHA1 Message Date
032be6ac89 Unify calls to armature and pose library 2024-12-30 15:12:04 -06:00

View File

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