Go to: Synopsis. Return value. Flags. MEL examples.
texRotateContext [-exists] [-image1 string] [-image2 string] [-image3 string] [-position] [-snap boolean] [-snapRelative boolean] [-snapValue float]
texRotateContext is undoable, queryable, and editable.
This command can be used to create, edit, or query a
rotate context for the UV Editor.
Note that the above flag controls the global behaviour of all texture
editor rotate contexts. Changing one context independently is not
allowed. Changing a context's behaviour using the above flag, will
change all existing texture editor rotate contexts.
string | : name of the context created |
In query mode, return type is based on queried flag.
exists, image1, image2, image3, position, snap, snapRelative, snapValue
Long name (short name) |
Argument types |
Properties |
|
-exists(-ex)
|
|
|
|
Returns true or false depending upon whether the
specified object exists. Other flags are ignored.
|
|
-image1(-i1)
|
string
|
|
|
First of three possible icons representing the tool
associated with the context.
|
|
-image2(-i2)
|
string
|
|
|
Second of three possible icons representing the tool
associated with the context.
|
|
-image3(-i3)
|
string
|
|
|
Third of three possible icons representing the tool
associated with the context.
|
|
-position(-p)
|
|
|
|
Returns the current position of the manipulator
|
|
-snap(-s)
|
boolean
|
|
|
Sets or queries whether snapping is to be used.
|
|
-snapRelative(-sr)
|
boolean
|
|
|
Sets or queries whether snapping is relative.
|
|
-snapValue(-sv)
|
float
|
|
|
Sets or queries the size of the snapping increment.
|
|
Flag can appear in Create mode of command
|
Flag can appear in Edit mode of command
|
Flag can appear in Query mode of command
|
Flag can be used more than once in a command.
|
// To create a new rotate context:
texRotateContext;
// To query the position of the manipulator
texRotateContext -q -position texRotateContext;