RV-Sizer.exe PRM-File [A?=f]
PRM-File is the file to remap
[A?=f] A is the operation, ? is the axis and f is the multiplier.
You can give multiple resize statements for the same file on the commandline.
Multiple statements will multiplie-up.
If you give no resize statements, you get a List of the current size of the prm-file
All letters are caseinsensitiv.
Possible operatios are S and B
S is scaling, ie. multiplieing with a value.
B is sizing to fit a certain size.
? is one off four values x, y, z, a. Each representing an axis, where a is for all axes
f is any number
Values for S | Meaning |
---|---|
0 = f | object becomes flat in this axis (if used on all axes object becomes an invisible point) |
0 < f < 1 | object shriks |
1 = f | object stays the same |
1 < f | object grows |
negativ | object will be mirrored |
RV-Sizer XXXX.m | shows the current size |
RV-Sizer XXXX.m sa=2 | make the object twice as big as before |
RV-Sizer XXXX.m sa=0.5 | make the object half as big as before |
RV-Sizer XXXX.m sx=4 sy=0.5 sz=10 | make the object four-times as big as before in the x-direction, halfs the size in y-direction and ten-times in z-direction |
RV-Sizer XXXX.m sa=1 | doesn't change anything |
RV-Sizer XXXX.m sa=2 sa=0.5 | doesn't change anything |
RV-Sizer XXXX.m ba=1000 | |
RV-Sizer XXXX.m ba=1000 sx=2 | makes it a 1000 units in each direction, and the x-axis twice as wide (2000) |
Operation B added.
First Release