creator

Undocumented in source.

Modules

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.

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

incFocusCamera
void incFocusCamera(Node node)

Focus camera at node

incNewProject
void incNewProject()

Creates a new project

incSelectNode
void incSelectNode(Node n)

Selects a node

incSelectedNode
Node incSelectedNode()

Gets the currently selected node

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

incEditMode
EditMode incEditMode;

Current edit mode

incTargetPosition
vec2 incTargetPosition;

Target camera position in scene

incTargetZoom
float incTargetZoom;

Target camera zoom in scene

Meta