creator

Undocumented in source.

Modules

actions
module creator.actions
Undocumented in source.
atlas
module creator.atlas
Undocumented in source.
core
module creator.core
Undocumented in source.
i18n
module creator.i18n
Undocumented in source.
panels
module creator.panels
Undocumented in source.
utils
module creator.utils
Undocumented in source.
ver
module creator.ver
Undocumented in source.
viewport
module creator.viewport
Undocumented in source.
widgets
module creator.widgets
Undocumented in source.
windows
module creator.windows
Undocumented in source.

Public Imports

creator.ver
public import creator.ver;
Undocumented in source.
creator.atlas
public import creator.atlas;
Undocumented in source.

Members

Classes

Project
class Project

A project

Enums

EditMode
enum EditMode

Edit modes

Functions

incActiveProject
Project incActiveProject()

Gets active project

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)

Adds node to selection

incArmParameter
void incArmParameter(Parameter param)

Arms a parameter

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)

Focus camera at node

incFocusCamera
void incFocusCamera(Node node)

Focus camera at 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)

Imports a PSD file.

incNewProject
void incNewProject()

Creates a new project

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()

Selects all nodes

incSelectNode
void incSelectNode(Node n)

Selects a node

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

Variables

editMode_
EditMode editMode_;

Current edit mode

incShowBounds
bool incShowBounds;

Show bounds of selected parts

incShowOrientation
bool incShowOrientation;

Show orientation gizmo of selected parts

incShowVertices
bool incShowVertices;

Show vertices of selected parts

Meta