miguel

Results 162 comments of miguel

@paddy-exe looks like stuff is happening: https://github.com/godotengine/godot/pull/67217 we might be able to do it now? Could you have a look?

> in the editor that get's automatically generated with the Extension @paddy-exe I remember someone saying that the automatic generation only works for debug builds (since the debug info is...

> Because compiling the extension for a release build still creates the docs Interesting. How does it generate things like descriptions for signals methods /arguments without us having any .xml...

https://github.com/godotengine/godot/pull/67298 looks promising

@andersmmg unfortunately, EditorInterface needs to be passed through manually, as it would break compatibility otherwise with Godot 4.1 and 4.0 (see failures)

@andersmmg any update on this?

Seems to fail still: ``` ERROR: The object does not have any 'meta' values with the key 'PandoraEditorPlugin'. at: get_meta (core/object/object.cpp:924) ``` See: https://github.com/bitbrain/pandora/actions/runs/9361941184/job/25974226743?pr=165

Could be related to #136

> is there way to export files to backup ? I mean the data You should use at least something like version control (git) but we are thinking of adding...