Rich O Posted November 2, 2014 Share Posted November 2, 2014 So I've imported a dwg from Revit and when I go to move certain bits of geometry, they pull others (instances of some sort) with them. Tried unlinking them, however that just messes everything up and sends the instances flying all over the scene basically. It's a bit hard to explain in words so I've exported some of the offending objects and attached a small scene to demonstrate crazy geometry test.zip Tried, unlinking, tried reset xform, nothing works. Any help would be great! Link to comment Share on other sites More sharing options...
Zdravko Barisic Posted November 2, 2014 Share Posted November 2, 2014 Save, please, in some earlier version, for testing puropse. max 2012 file format would be excellent, if you have capbilities, or at least max 2014. You've done this in max 2015, right? Link to comment Share on other sites More sharing options...
martinhoura Posted November 2, 2014 Share Posted November 2, 2014 run this script ( for o in objects do ( o.controller=prs() if classof o.parent == LinkComposite do o.parent = undefined ) for o in objects where classof o == LinkComposite do delete o ) Link to comment Share on other sites More sharing options...
Rich O Posted February 3, 2015 Author Share Posted February 3, 2015 run this script ( for o in objects do ( o.controller=prs() if classof o.parent == LinkComposite do o.parent = undefined ) for o in objects where classof o == LinkComposite do delete o ) that doesn't seem to do anything, only gives me an error. Is the syntax correct? Link to comment Share on other sites More sharing options...
martinhoura Posted February 3, 2015 Share Posted February 3, 2015 (edited) ctrl+a, select all and then run the script, I think you might be running only one line at a time rather than the whole script Edited February 3, 2015 by martinhoura Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now