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
|
|
|
If true, puts the tool into the mode where dragging the mouse will edit the brush size.
If false, puts the tool back into the previous mode.
|
|
-displayShellBorders(-dsb)
|
boolean
|
|
|
Toggle the display of shell borders.
|
|
-edgeSelectSensitive(-ess)
|
float
|
|
|
Set the value of the edge selection sensitivity.
|
|
-exists(-ex)
|
|
|
|
Returns true or false depending upon whether the
specified object exists. Other flags are ignored.
|
|
-history(-ch)
|
boolean
|
|
|
If this is a tool command, turn the construction history on
for the tool in question.
|
|
-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.
|
|
-mode(-m)
|
string
|
|
|
Specifies the type of effect the brush will perform, Cut or Sew.
|
|
-moveRatio(-mvr)
|
float
|
|
|
The cut open ratio relative to edge length.
|
|
-name(-n)
|
string
|
|
|
If this is a tool command, name the tool appropriately.
|
|
-size(-sz)
|
float
|
|
|
Brush size value of the brush ring.
|
|
-steadyStroke(-ss)
|
boolean
|
|
|
Turn on steady stroke or not.
|
|
-steadyStrokeDistance(-ssd)
|
float
|
|
|
The distance for steady stroke.
|
|
-touchToSew(-tts)
|
boolean
|
|
|
Toggle the touch to sew mode.
|
|