polyPoke is undoable, queryable, and editable.
Introduces a new vertex in the middle of the selected face,
and connects it to the rest of the vertices of the face.
In query mode, return type is based on queried flag.
Long name (short name) |
Argument types |
Properties |
|
-localTranslate(-lt)
|
linear linear linear
|
|
|
Translate the new vertex in the local face coordinate.
|
|
-localTranslateX(-ltx)
|
linear
|
|
|
Translate the new vertex in the local face coordinate along X.
|
|
-localTranslateY(-lty)
|
linear
|
|
|
Translate the new vertex in the local face coordinate along Y.
|
|
-localTranslateZ(-ltz)
|
linear
|
|
|
Translate the new vertex in the local face coordinate along Z.
|
|
-translate(-t)
|
linear linear linear
|
|
|
Translate the new vertex in the world space.
|
|
-translateX(-tx)
|
linear
|
|
|
Translate the new vertex in the world space along X.
|
|
-translateY(-ty)
|
linear
|
|
|
Translate the new vertex in the world space along Y.
|
|
-translateZ(-tz)
|
linear
|
|
|
Translate the new vertex in the world space along Z.
|
|
-worldSpace(-ws)
|
boolean
|
|
|
This flag specifies if the operation has to be performed
in the world space or not.
|
|
Common flags |
-caching(-cch)
|
boolean
|
|
|
Toggle caching for all attributes so that no recomputation is needed.
|
|
-constructionHistory(-ch)
|
boolean
|
|
|
Turn the construction history on or off (where applicable). If
construction history is on then the corresponding node will be
inserted into the history chain for the mesh. If construction history
is off then the operation will be performed directly on the object.
Note: If the object already has construction history then
this flag is ignored and the node will always be inserted into
the history chain.
|
|
-name(-n)
|
string
|
|
|
Give a name to the resulting node.
|
|
-nodeState(-nds)
|
int
|
|
|
Defines how to evaluate the node.
- 0: Normal
- 1: PassThrough
- 2: Blocking
- 3: Internally disabled. Will return to Normal state when enabled
- 4: Internally disabled. Will return to PassThrough state when enabled
- 5: Internally disabled. Will return to Blocking state when enabled
|
|