texSmudgeUVContext is undoable, queryable, and editable.
This command creates a context for smudge UV tool. This
context only works in the texture UV editor.
| Long name (short name) |
[argument types] |
Properties |
exists(ex)
|
boolean
|
|
|
Returns true or false depending upon whether the
specified object exists. Other flags are ignored.
|
|
image1(i1)
|
string
|
 
|
|
In query mode, this flag needs a value.
|
|
image2(i2)
|
string
|
 
|
|
In query mode, this flag needs a value.
|
|
image3(i3)
|
string
|
 
|
|
Contexts support up to three icons that represent
the tool associated with the context.
In query mode, this flag needs a value.
|
|
history(ch)
|
boolean
|
|
|
If this is a tool command, turn the construction history on
for the tool in question.
|
|
name(n)
|
string
|
|
|
If this is a tool command, name the tool appropriately.
|
|
effectType(et)
|
string
|

|
|
fixed | smudge
Specifies the effect of the tool. In fixed mode, the UVs
move as if they are attached by a rubber band. In smudge mode the
UVs are moved as the cursor is dragged over the UVs.
In query mode, this flag needs a value.
|
|
functionType(ft)
|
string
|

|
|
exponential | linear | constant.
Specifies how UVs fall off from the center of influence.
In query mode, this flag needs a value.
|
|
r(radius)
|
float
|

|
|
Radius of the smudge tool. All UVs within this radius are
affected by the tool
In query mode, this flag needs a value.
|
|
prs(pressure)
|
float
|

|
|
Pressure value when effect type is set to smudge.
In query mode, this flag needs a value.
|
|
ds(dragSlider)
|
string
|

|
|
radius | none
Enables the drag slider mode. This is to support brush
resizing while holding the 'b' or 'B' button.
In query mode, this flag needs a value.
|
|
sim(smudgeIsMiddle)
|
boolean
|

|
|
By default, the left mouse button initiates the smudge.
However, this conflicts with selection. When smudgeIsMiddle is
on, smudge mode is activated by the middle mouse button
instead of the left mouse button.
In query mode, this flag needs a value.
|
|