dante opened this issue on Aug 21, 2005 ยท 5 posts
dante posted Sun, 21 August 2005 at 2:28 PM
Hello all... Im almost sure it isnt possible, but it doesnt hurt to ask... I have this large set made up of several parts where each part has the cast shadows option off. Is there a way to turn it on for all the parts at once? Or if not, what would the most time saving way to do it?
dante posted Sun, 21 August 2005 at 2:31 PM
Maybe saving the whole rig as an obj and importing it back?....this would work...but not for scenes where the same set would be used with moving parts like hatches etc...but Im seeing a solution here...
raven posted Sun, 21 August 2005 at 2:56 PM
If you have Pro-Pack, 5 or 6 then a Python script would be your best bet.
Tyger_purr posted Sun, 21 August 2005 at 4:08 PM
Attached Link: http://www.renderosity.com/messages.ez?Form.ShowMessage=2315950
there is a script in this thread for P6 that will turn on all shadows for all figures. post 9 i thinkMy Homepage - Free stuff and Galleries
maclean posted Sun, 21 August 2005 at 4:45 PM
If that thread doesn't help, here's the code to make your own. You just need to replace the body part names with the ones you want to use, then save it with a .pz2 extension and apply it like a normal MAT file. mac { version { number 4.01 } actor back_wall:1 { castsShadow 1 } actor left_wall:1 { castsShadow 1 } actor right_wall:1 { castsShadow 1 } actor front_wall:1 { castsShadow 1 } actor ceiling:1 { castsShadow 1 } }