ScriptInterface:CreateShape(filled, behindNeighborStrokes, frame, checkForBadShapes, skipDuplicateStrokes, skipFill, skipLine)
Version added: before 9.5
Arguments:
Name | Type | Description | Default | Ver |
filled | bool | True to create a filled shape, false to create an outline only | < 9.5 | |
behindNeighborStrokes | bool | false | < 9.5 | |
frame | int32 | Frame number to create the shape at | -1000000 | < 9.5 |
checkForBadShapes | bool | True to first do extra testing for "bad" or illegal shapes | true | < 9.5 |
skipDuplicateStrokes | bool | false | < 9.5 | |
skipFill | bool | false | < 9.5 | |
skipLine | bool | false | < 9.5 |
Return value:
int32 id number of the new shape
Creates a shape based on the currently selected vector points. Not all shapes are "legal" (for example, non-closed fill shapes), so if this function fails it will return -1.
Search results
Usage of 'CreateShape' is found in the following scripts:
AE Trangulate Shapes (Original Edition) by A.Evseeva
View Code
MR Guides (Original Edition) by eugenebabich
View Code
SS - Virtual Bones (Original Edition) by simplsam
View Code
MR Overlay (Moho 14.1+ Edition) by eugenebabich
View Code
Create Limb (Original Edition) by Danfield
View Code
MR Curve Tool (Original Edition) by eugenebabich
View Code
Spirograph (Original Edition) by hayasidist
View Code