[Tool/Web/Other] Object Offset
#1

Object Offset


If you have multiple objects you would like to move relevant to one another, and you don't want to go through hundreds/thousands of objects, doing the math and changing one or more values on each of them one at a time, this program's for you.

Place all of your objects in a file. Make sure you have only objects in that file. For example:

Код:
CreateObject(345, 150.0, 250.0, 350.0, 0, 20.0, 0);
CreateObject(345, 160.0, 260.0, 260.0, 0, 20.0, 0);
That would be your complete file. Select what you would like to change, for example if you want to move all objects up one, you would type "1" in the Location: z field. Now your code will look like this:

Код:
CreateObject(345, 150.0, 250.0, 351.0, 0, 20.0, 0);
CreateObject(345, 160.0, 260.0, 261.0, 0, 20.0, 0);
Please report any problems you may have.

Download
[Mediafire]
Source
[Mediafire]
Reply


Messages In This Thread
Object Offset - by Zezombia - 06.11.2011, 07:12
Re: Object Offset - by Lorenc_ - 06.11.2011, 07:17
Re: Object Offset - by Flyfishes - 06.11.2011, 07:25
Re: Object Offset - by [HiC]TheKiller - 06.11.2011, 08:09

Forum Jump:


Users browsing this thread: 1 Guest(s)