- incActiveProject
Project incActiveProject()
- incActivePuppet
Puppet incActivePuppet()
Gets puppet in active project
- incAddPrevProject
void incAddPrevProject(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
- incAddSelectNode
void incAddSelectNode(Node n)
- incArmParameter
void incArmParameter(Parameter param)
- incArmedParameter
Parameter incArmedParameter()
Gets the currently armed parameter
- incDisarmParameter
void incDisarmParameter()
Disarms parameter recording
- incDrawables
Drawable[] incDrawables()
Gets a list of the current drawables
- incEditMode
EditMode incEditMode()
Gets the current editing mode
- incExportINP
void incExportINP(string file)
Exports an Inochi2D Puppet
- incFocusCamera
void incFocusCamera(Node node, vec2 position)
- incFocusCamera
void incFocusCamera(Node node)
- incFreeMemory
void incFreeMemory()
Force the garbage collector to collect model memory
- incGetPrevProjects
string[] incGetPrevProjects()
Return a list of prior projects
- incImportFolder
void incImportFolder(string folder)
Imports image files from a selected folder.
- incImportINP
void incImportINP(string file)
Imports an Inochi2D puppet
- incImportPSD
void incImportPSD(string file)
- incNewProject
void incNewProject()
- incNodeInSelection
bool incNodeInSelection(Node n)
Gets whether the node is in the selection
- incOpenProject
void incOpenProject(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
- incProjectPath
string incProjectPath()
Returns the current project path
- incRebleedTextures
void incRebleedTextures()
Re-bleeds textures in a model
- incRegenerateMipmaps
void incRegenerateMipmaps()
Undocumented in source. Be warned that the author may not have intended to support it.
- incRemoveSelectNode
void incRemoveSelectNode(Node n)
Remove node from selection
- incSaveProject
void incSaveProject(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
- incSelectAll
void incSelectAll()
- incSelectNode
void incSelectNode(Node n)
- incSelectedNode
Node incSelectedNode()
Gets the currently selected root node
- incSelectedNodes
Node[] incSelectedNodes()
Gets the currently selected node
- incSetEditMode
void incSetEditMode(EditMode editMode, bool unselect)
Sets the current editing mode