File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1240,8 +1240,6 @@ def execute(self, context):
1240
1240
1241
1241
def register ():
1242
1242
1243
- rot_mode .register ()
1244
-
1245
1243
bpy .utils .register_class (DATA_OT_rigify_add_bone_groups )
1246
1244
bpy .utils .register_class (DATA_OT_rigify_use_standard_colors )
1247
1245
bpy .utils .register_class (DATA_OT_rigify_apply_selection_colors )
@@ -1272,11 +1270,10 @@ def register():
1272
1270
bpy .utils .register_class (OBJECT_OT_ClearAnimation )
1273
1271
bpy .utils .register_class (OBJECT_OT_Rot2Pole )
1274
1272
1273
+ rot_mode .register ()
1275
1274
1276
1275
def unregister ():
1277
1276
1278
- rot_mode .unregister ()
1279
-
1280
1277
bpy .utils .unregister_class (DATA_OT_rigify_add_bone_groups )
1281
1278
bpy .utils .unregister_class (DATA_OT_rigify_use_standard_colors )
1282
1279
bpy .utils .unregister_class (DATA_OT_rigify_apply_selection_colors )
@@ -1306,3 +1303,6 @@ def unregister():
1306
1303
bpy .utils .unregister_class (OBJECT_OT_TransferIKtoFK )
1307
1304
bpy .utils .unregister_class (OBJECT_OT_ClearAnimation )
1308
1305
bpy .utils .unregister_class (OBJECT_OT_Rot2Pole )
1306
+
1307
+ rot_mode .unregister ()
1308
+
You can’t perform that action at this time.
0 commit comments