Douglas Leão
Douglas Leão
When you look at the Importing translations page, it looks like it's encouraging you to use the CSV format. I propose moving the explanation for CSV to its own page....
This is an unofficial sequel to #5627, which hasn't been updated in almost 2 months. It's supposed to fix #5625.
Enabling the addon leads to instant crash
Enabling the plugin through Blender Preferences leads to instant crash Using Kubuntu 20.10
`posmod()` does the same thing as `wrapi()` by assuming the `min` arg is `0`. Since only zeroes are used as args here, it's better to change to that. Also compressed...
If the save file is stored as a binary .res instead of a text .tres, `file.get_as_text()` will fail and a broken temporary file will be generated. Reading and storing as...
Closes #111 by adding a notice.
Every space separates the path into new args. I believe many people looking for a reliable way to build Godot binaries will stop by this repo and may not know...
### Godot version Both 3.5 and 4.0 beta 1 ### System information Kubuntu 22.04 ### Issue description On videos that start with a black screen, the audio plays incorrectly. This...
The Transform types since 4.0 have the `interpolate_with()` function, which can be used to simplify those lines. This PR does this for 2D. Something similar can be done to 3D...