1 Commits

Author SHA1 Message Date
290e58a02f Unify calls to armature and pose library 2024-12-30 14:51:23 -06:00

View File

@ -21,7 +21,7 @@ class DSPL_OT_CreatePoseLibrary(bpy.types.Operator):
return {'FINISHED'}
# Operator to convert an action to pose library
# Operator to convert a pose library to dspl property
class DSPL_OT_ConvertPoseLibrary(bpy.types.Operator):