Stanislas Dolcini

Results 8 issues of Stanislas Dolcini

Hey there, I'm one of 0 A.D.'s devs I might have met some of you in Lyon this year, and I have an issue with the script. I'm using a...

bug

When generating an empty workspace with the `4.6.0` version the `editorVersion` says `4.5.0`. I tracked the code up to `editor.tsx:999` ```js const editorVersion = this._packageJson.dependencies["@babylonjs/core"]; ``` It seems okay in...

bug

This is for https://github.com/green-code-initiative/creedengo-csharp/pull/92

stale
👀 👀 waiting commiter 👀 👀

Possible workaround (not a proper fix) by @seragh here https://gitea.wildfiregames.com/Stan/0ad/src/commit/4d0fc39ba0d1677c9e4c3257bd7a045b0dcd577d/libraries/source/compressonator/patches/disable-sse.patch

At least on macos this is not supported: ``` -march=knl ``` https://github.com/GPUOpen-Tools/compressonator/blob/master/build/sdk/cmp_core/CMakeLists.txt#L143 https://github.com/GPUOpen-Tools/compressonator/blob/master/cmp_core/CMakeLists.txt#L101 Likely introduced by e9b1b9905aadde78b8b2f19144b9ac4f384f0aa4

- Bump minor version to 5 - Add patch version (52) We need it in order to restrain compressonator versions for https://gitea.wildfiregames.com/0ad/0ad/pulls/7243

I tried to run it on macOS today and got this error: ``` (venv) stan@MacBook-Pro-de-Stanislas makehuman % python3 makehuman/makehuman.py MakeHuman Copyright (C) 2001-2020 http://www.makehumancommunity.org This program comes with ABSOLUTELY NO...

Hey, Thanks for this awesome tool. I was making blend files make use of the Blender `Library` feature and I noticed each time I use quick menu in a Blender...