creator

Undocumented in source.

Modules

actions
module creator.actions
Undocumented in source.
atlas
module creator.atlas
Undocumented in source.
backend
module creator.backend
config
module creator.config

Copyright © 2020, Inochi2D Project Distributed under the 2-Clause BSD License, see LICENSE file.

core
module creator.core
Undocumented in source.
ext
module creator.ext

Extensions to Inochi2D only used in Inochi Creator

io
module creator.io
Undocumented in source.
panels
module creator.panels
Undocumented in source.
utils
module creator.utils
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.
creator.io
public import creator.io;
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(size_t i, Parameter param)

Arms a parameter

incArmedParameter
Parameter incArmedParameter()

Gets the currently armed parameter

incArmedParameterIdx
size_t incArmedParameterIdx()

Gets the currently armed parameter index

incClearImguiData
void incClearImguiData()

Clears the imgui data

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

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

incResetRootNode
void incResetRootNode(Puppet puppet)
Undocumented in source. Be warned that the author may not have intended to support it.
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