[MAYA 2025.2] Outliner Reordering Broken - "Node has locked children" Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
Has anyone else encountered this in Maya 2025.2? When trying to reorder ANY objects in the Outliner (even fresh polygons in new scenes), I get this error:
"Error: line 1: Node '' has locked children and cannot be reordered."
Steps to reproduce:
1. Open Maya 2025.2
2. New scene
3. Create any polygon
4. Try to middle-mouse drag to reorder in Outliner
5. Error appears
I've tried:
- Clean Maya preferences
- Disabled all plugins
- Both Outliner UI and cmds.reorder()
- Different object types
- Fresh scenes
This is blocking our pipeline since we can't reorganize hierarchies. Same error occurs via Python:
cmds.reorder('objectName', relative=1)
Anyone found a workaround or having the same issue? This seems like a new bug in 2025.2.
Build info: Maya 2025.2
OS: Windows 10
Thanks in advance!