Go to: Synopsis. Return value. Flags. MEL examples.
texCutContext [-adjustSize boolean] [-displayShellBorders boolean] [-edgeSelectSensitive float] [-exists] [-history boolean] [-image1 string] [-image2 string] [-image3 string] [-mode string] [-moveRatio float] [-name string] [-size float] [-steadyStroke boolean] [-steadyStrokeDistance float] [-touchToSew boolean]
contextName
texCutContext is undoable, queryable, and editable.
This command creates a context for cut uv tool. This context only works in the UV editor.
float | Size of the brush rung, when querying brushSize |
float | The value of the edge selection sensitivity, when querying the edgeSelectSensitive flag. |
boolean | Whether steady stroke is on or not, when querying the steadyStroke flag. |
float | The distance for a steady stroke, when querying the steadyStrokeDistance flag. |
float | The cut open ratio relative to edge length, when querying the moveRatio flag. |
string | The type of effect the brush will perform, when querying the mode flag. |
boolean | Whether shell borders are displayed, when querying the displayShellBorders flag. |
boolean | Current touch-to-sew mode, when querying the touchToSew flag. |
In query mode, return type is based on queried flag.
Long name (short name) | Argument types | Properties | ||
---|---|---|---|---|
-adjustSize(-asz)
|
boolean
|
![]() |
||
|
||||
-displayShellBorders(-dsb)
|
boolean
|
![]() ![]() |
||
|
||||
-edgeSelectSensitive(-ess)
|
float
|
![]() ![]() |
||
|
||||
-exists(-ex)
|
|
![]() |
||
|
||||
-history(-ch)
|
boolean
|
![]() |
||
|
||||
-image1(-i1)
|
string
|
![]() ![]() ![]() |
||
|
||||
-image2(-i2)
|
string
|
![]() ![]() ![]() |
||
|
||||
-image3(-i3)
|
string
|
![]() ![]() ![]() |
||
|
||||
-mode(-m)
|
string
|
![]() ![]() |
||
|
||||
-moveRatio(-mvr)
|
float
|
![]() ![]() |
||
|
||||
-name(-n)
|
string
|
![]() |
||
|
||||
-size(-sz)
|
float
|
![]() ![]() |
||
|
||||
-steadyStroke(-ss)
|
boolean
|
![]() ![]() |
||
|
||||
-steadyStrokeDistance(-ssd)
|
float
|
![]() ![]() |
||
|
||||
-touchToSew(-tts)
|
boolean
|
![]() ![]() |
||
|
![]() |
![]() |
![]() |
![]() |
// Create a new cut UV tool context, then switch to it // In order to use this tool, you must open the UV editor texCutContext texCutContext1; setToolTo texCutContext1;