Page 1 of 1

[script] instance replacer

Posted: 2009-07-30 17:00
by motherdear
simple tool to save loads of time when you want to make quick sets of wheels etc.

simply place a dummy where you want your wheel to be like this:
| | | | () () () ()
() --> -->
| | | | () () () ()

this replaces any object with an instance of the master object very easy and simple no need to instance or clone each object manually and then move it to the area that you want.

download here
Instance Replace | ScriptSpot

enjoy :)

Re: [script]instance replacer

Posted: 2009-07-30 17:08
by Rhino
ye I've used that script before when doing lightmapping, really helps :D

Re: [script]instance replacer

Posted: 2009-07-30 18:07
by motherdear
sat thinking about how i could make it easier for myself when optimizing wheels etc, hate having to give cords to every single piece etc, quick and simple replacement. only drawback is that there's no undo function since it works as a script and not a plugin.