Godot engine module version of TokageItLab's skeleton editor pr
Go to file
Relintai 0483ef014f Add status to the readme.md. 2021-09-23 19:21:09 +02:00
.gitignore Initial commit. 2021-09-11 16:33:37 +02:00
LICENSE Initial commit. 2021-09-11 16:33:37 +02:00
README.md Add status to the readme.md. 2021-09-23 19:21:09 +02:00
SCsub Renamed the plugin. Also removed stray print. 2021-09-11 20:29:34 +02:00
config.py Initial commit. 2021-09-11 16:33:37 +02:00
register_types.cpp Don't add SkeletonEditorPluginRemover to the editor. 2021-09-11 20:30:57 +02:00
register_types.h Initial commit. 2021-09-11 16:33:37 +02:00
skeleton_editor_plugin_remover.cpp Removed all the unimplemented methods from SkeletonEditorPluginRemover, as I plan to inherit the plugin from the pr from this. 2021-09-11 20:32:02 +02:00
skeleton_editor_plugin_remover.h Removed all the unimplemented methods from SkeletonEditorPluginRemover, as I plan to inherit the plugin from the pr from this. 2021-09-11 20:32:02 +02:00

README.md

Skeleton Editor

Deprecated. This is now merged into my godot fork's 3.x branch ( https://github.com/Relintai/godot/tree/3.x ), as not everything was solvable without engine patches. It will be developed there.

This is a c++ engine module for the Godot engine that contains a modularized version of TokageItLab's pr's 3.2 version from the godot engine repository, until it gets merged.

The original pr is here: https://github.com/godotengine/godot/pull/45699 Tht 3.x version (linked in the pr itself) is here (This is the base for this module): https://github.com/TokageItLab/godot/tree/pose-edit-mode

I'm developing this for godot 3.x, it will probably work on earlier versions though. 4.0 is not supported.

Building

  1. Get the source code for the engine.

git clone -b 3.x https://github.com/godotengine/godot.git godot

  1. Go into Godot's modules directory.
cd ./godot/modules/
  1. Clone this repository
git clone https://github.com/Relintai/skeleton_editor skeleton_editor
  1. Build Godot. Tutorial