Your Ad Here

Go to: Synopsis. Flags. Return value.

Synopsis

texSmudgeUVContext( contextName , [ds=string], [effectType=string], [exists=boolean], [functionType=string], [history=boolean], [image1=string], [image2=string], [image3=string], [name=string], [prs=float], [r=float], [sim=boolean])

Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.

texSmudgeUVContext is undoable, queryable, and editable.

This command creates a context for smudge UV tool. This context only works in the texture UV editor.

Flags

ds, effectType, exists, functionType, history, image1, image2, image3, name, prs, r, sim
Long name (short name) [argument types] Properties
exists(ex) boolean create
Returns true or false depending upon whether the specified object exists. Other flags are ignored.
image1(i1) string createqueryedit

In query mode, this flag needs a value.

image2(i2) string createqueryedit

In query mode, this flag needs a value.

image3(i3) string createqueryedit
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 create
If this is a tool command, turn the construction history on for the tool in question.
name(n) string create
If this is a tool command, name the tool appropriately.
effectType(et) string queryedit
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 queryedit
exponential | linear | constant. Specifies how UVs fall off from the center of influence.

In query mode, this flag needs a value.

r(radius) float queryedit
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 queryedit
Pressure value when effect type is set to smudge.

In query mode, this flag needs a value.

ds(dragSlider) string queryedit
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 queryedit
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.


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 have multiple arguments, passed either as a tuple or a list.

Return value


string

Return to Autodesk Index


Your Ad Here