Go to: Synopsis. Return value. Flags. MEL examples.
texSelectShortestPathCtx [-exists] [-image1 string] [-image2 string] [-image3 string]
texSelectShortestPathCtx is undoable, queryable, and editable.
Creates a new context to select shortest edge path between two vertices or UVs in the texture editor window.
None
In query mode, return type is based on queried flag.
Long name (short name) | Argument types | Properties | ||
---|---|---|---|---|
-exists(-ex)
|
|
![]() |
||
|
||||
-image1(-i1)
|
string
|
![]() ![]() ![]() |
||
|
||||
-image2(-i2)
|
string
|
![]() ![]() ![]() |
||
|
||||
-image3(-i3)
|
string
|
![]() ![]() ![]() |
||
|
![]() |
![]() |
![]() |
![]() |
// To create a new poly shortest edge path context: // texSelectShortestPathCtx PolyTexShortestPath;