You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Completed the support for plugins! It is not possible to add plugins.
Not all APIs are provided yet, please request whathever you are missing. Some example plugins are provided in demos/plugins. Just copy them to a folder in your project named addons/ and then enable them from the project settings. Have fun!
This commit is contained in:
@@ -457,8 +457,6 @@ private:
|
||||
|
||||
Ref<Environment> viewport_environment;
|
||||
|
||||
List<EditorPlugin*> gizmo_plugins;
|
||||
|
||||
Spatial *selected;
|
||||
|
||||
void _request_gizmo(Object* p_obj);
|
||||
@@ -518,8 +516,6 @@ public:
|
||||
|
||||
UndoRedo *get_undo_redo() { return undo_redo; }
|
||||
|
||||
void add_gizmo_plugin(EditorPlugin* p_plugin) { gizmo_plugins.push_back(p_plugin); }
|
||||
|
||||
void add_control_to_menu_panel(Control *p_control);
|
||||
|
||||
VSplitContainer *get_shader_split();
|
||||
|
||||
Reference in New Issue
Block a user