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.
frames
module creator.frames
Undocumented in source.
i18n
module creator.i18n
Undocumented in source.
utils
module creator.utils
ver
module creator.ver
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

incAddSelectNode
void incAddSelectNode(Node n)

Adds node to selection

incDrawables
Drawable[] incDrawables()

Gets a list of the current drawables

incEditMode
EditMode incEditMode()

Gets the current editing mode

incFocusCamera
void incFocusCamera(Node node)

Focus camera at node

incFreeMemory
void incFreeMemory()

Force the garbage collector to collect model memory

incImportFolder
void incImportFolder(string folder)

Imports image files from a selected folder.

incImportINP
void incImportINP(string file)

Imports an INP 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

incRebleedTextures
void incRebleedTextures()

Re-bleeds textures in a model

incRemoveSelectNode
void incRemoveSelectNode(Node n)

Remove node from selection

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)

Sets the current editing mode

incUpdateActiveProject
void incUpdateActiveProject()

Updates the active Inochi2D project

Manifest constants

incVIEWPORT_ZOOM_MAX
enum incVIEWPORT_ZOOM_MAX;
Undocumented in source.
incVIEWPORT_ZOOM_MIN
enum incVIEWPORT_ZOOM_MIN;
Undocumented in source.

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

incTargetPosition
vec2 incTargetPosition;

Target camera position in scene

incTargetZoom
float incTargetZoom;

Target camera zoom in scene

Meta