polyMoveUV is undoable, queryable, and editable.
Moves selected UV coordinates in 2D space.
As the selected UVs are adjusted, the way the image is
mapped onto the object changes accordingly.
This command manipulates the UV values without changing
the 3D geometry of the object.
| Long name (short name) |
[argument types] |
Properties |
-translate(-t)
|
linear linear
|
 
|
|
This flag specifies the translation vector.
C: Default is 0.0 0.0.
Q: When queried, this flag returns a float[2].
In query mode, this flag needs a value.
|
|
-translateU(-tu)
|
linear
|
 
|
|
This flag specifies the U translation vector.
C: Default is 0.0.
Q: When queried, this flag returns a float.
In query mode, this flag needs a value.
|
|
-translateV(-tv)
|
linear
|
 
|
|
This flag specifies the V translation vector.
C: Default is 0.0.
Q: When queried, this flag returns a float.
In query mode, this flag needs a value.
|
|
-rotationAngle(-ra)
|
angle
|
 
|
|
Angle of rotation.
C: Default is 0.0.
Q: When queried, this flag returns a float.
In query mode, this flag needs a value.
|
|
-scale(-s)
|
linear linear
|
 
|
|
This flag specifies the scaling vector.
C: Default is 1.0 1.0.
Q: When queried, this flag returns a float.
In query mode, this flag needs a value.
|
|
-scaleU(-su)
|
linear
|
 
|
|
This flag specifies U for the scaling vector.
C: Default is 1.0.
Q: When queried, this flag returns a float.
In query mode, this flag needs a value.
|
|
-scaleV(-sv)
|
linear
|
 
|
|
This flag specifies V for the scaling vector.
C: Default is 1.0.
Q: When queried, this flag returns a float.
In query mode, this flag needs a value.
|
|
-pivot(-pvt)
|
float
|
 
|
|
This flag specifies the pivot for scaling and rotation.
C: Default is 0.0 0.0.
Q: When queried, this flag returns a float[2].
In query mode, this flag needs a value.
|
|
-pivotU(-pvu)
|
float
|
 
|
|
This flag specifies U for the pivot for scaling and rotation.
C: Default is 0.0.
Q: When queried, this flag returns a float.
In query mode, this flag needs a value.
|
|
-pivotV(-pvv)
|
float
|
 
|
|
This flag specifies V for the pivot for scaling and rotation.
C: Default is 0.0.
Q: When queried, this flag returns a float.
In query mode, this flag needs a value.
|
|
-random(-ran)
|
float
|
 
|
|
This flag specifies the random value for all parameters.
C: Default is 0.0. The range is [-10.0, 10.0].
Q: When queried, this flag returns a float.
Common flags
In query mode, this flag needs a value.
|
|
-name(-n)
|
string
|
|
|
Name the resulting object.
|
|
-constructionHistory(-ch)
|
boolean
|

|
|
Turn the construction history on or off (where applicable).
Q: When queried, this flag returns an int.
In query mode, this flag needs a value.
|
|