Skip to content

Commit c591707

Browse files
committed
fomatting tidy
1 parent 4ea25d3 commit c591707

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: functions.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -311,12 +311,12 @@ def apply_modifiers_with_shape_keys(context, selected_modifiers):
311311
# Restore shape key properties
312312
restore_shape_key_properties(original_obj, shape_key_properties)
313313

314-
# Restore any shape key drivers
315-
restore_shape_key_drivers(original_obj, copy_obj, shape_key_drivers, context)
316-
317314
# Restore any shape key animation
318315
copy_shape_key_animation(copy_obj, original_obj)
319316

317+
# Restore any shape key drivers
318+
restore_shape_key_drivers(original_obj, copy_obj, shape_key_drivers, context)
319+
320320
# Clean up the duplicate object
321321
bpy.data.meshes.remove(copy_obj.data)
322322

0 commit comments

Comments
 (0)