Aaron Franke

Results 96 issues of Aaron Franke

This PR adds an example model for the [`VRMC_node_constraint`](https://github.com/vrm-c/vrm-specification/tree/master/specification/VRMC_node_constraint-1.0) glTF extension. I also added some Git metadata (`.gitignore` and `.gitattributes`) because I had `.DS_Store` diffs on my Mac. It has...

Per the [submission guidelines](https://docs.godotengine.org/en/latest/community/asset_library/submitting_to_assetlib.html), this ensures that only the `addons/` folder is included when downloading from the Godot Asset Library, ensuring that files like `project.godot` are excluded.

This PR implements https://github.com/godotengine/godot-proposals/issues/3367 (not exactly as that proposal describes, but solves the same problem). The status quo for GDExtension development is really unfortunate. For the most part the only...

feature proposal
topic:editor
topic:gdextension

I was annoyed that the base class for editor plugins wasn't in the `editor/plugins/` folder, nor were the files for changing editor plugin settings or editing project plugins. This PR...

enhancement
topic:editor
topic:codestyle

Implements https://github.com/omigroup/gltf-extensions/pull/206 in Godot. This PR adds explicit compound triggers, specified by a new `"nodes"` property under the `"trigger"` property inside of the `"OMI_physics_body"` extension on nodes. Amazingly, this PR...

enhancement
topic:import
topic:3d

``` $ gource --time-scale 20 gource: time-scale outside of range 0.0 - 4.0 Try 'gource --help' for more information. ``` I wish to make the time scale significantly faster than...

Python 2.7 is outdated and unsupported. Please update to Python 3.

Implements and closes https://github.com/godotengine/godot-proposals/issues/5641 This PR adds a keyword for marking a script class as abstract in GDScript. I tested multiple combinations of abstract and non-abstract inheritance and they all...

enhancement
topic:gdscript

By default, `oxipng` will only decide to not write a file if the optimized file is equal to (or, presumably in theory, greater than) the size of the original file....

T-Feature
I-Medium

These are pointless and do nothing, so I removed them. If you want, I can supply a CI script to automatically check for formatting issues like this.