Skip to content

Commit f6b26c6

Browse files
committed
fixed #605: do not sort motion references
1 parent d4d9361 commit f6b26c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

io_scene_xray/ops/props_tools.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,6 @@ def execute(self, context):
430430
motion_refs = result
431431

432432
motion_refs = motion_refs.split('\n')
433-
motion_refs.sort()
434433

435434
# set value
436435
for obj in root_objs:

0 commit comments

Comments
 (0)