YOHKOH Posted May 4, 2010 Share Posted May 4, 2010 Hi deos anyone know a way to randomly set the opening on a load of aec doors. I have a large facade of shutters and want to have them all open slightly differently Ta very much Link to comment Share on other sites More sharing options...
braddewald Posted May 4, 2010 Share Posted May 4, 2010 seems like a great job for a script, although I don't know of any... Link to comment Share on other sites More sharing options...
BrianKitts Posted May 4, 2010 Share Posted May 4, 2010 (edited) select the objects you want to randomize and execute the following..... for o in $ do o.open__degrees = random 0 180 (the two parameters after the random command control your min and max swing values so adjust accordingly if you don't want to go all the way open....) Edited May 4, 2010 by BrianKitts Link to comment Share on other sites More sharing options...
YOHKOH Posted May 5, 2010 Author Share Posted May 5, 2010 Nice one thanks very much. Ive tried modifying this to open the bifold and sliding doors but no success. I put in "percent" and tried "%" instead of "degrees" but no luck. Can you offer any advice on this, I've never scripted before and am at a loss. Ta 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