Jan Werder

Results 25 issues of Jan Werder

With the release of blender 2.8 this plugin seems to break. The script itself should be ported to work with the new blender release. I started a fork over at...

### Godot version v4.2.2 ### godot-cpp version latest ### System information Windows 11 ### Issue description Can you add some more details on how to build this addon? It seems...

I‘d like to add i18napp, which is a service that translates your i18n file into all steam languages. It offers a free tier, but is a paid service, so I‘m...

enhancement

#### Changes steam-deploy supports totp, but the script only checks for the test login. The actual upload command then doesn't utilize the neccessary +set_steam_guard_code parameter. This change adds that. ####...

Made the CPU/GPU markers mutually exclusive (extra == 'cpu' and extra != 'gpu' / extra == 'gpu' and extra != 'cpu') to satisfy uv’s “disjoint markers” requirement and let uv...