matyalatte
matyalatte
Hi, I got the same problem with Blender3.0 today. In my case, `-t` option fixed the error. The cause was pytest would be in `C:\users\xxx\appdata\...`. (It should be installed in...
Hi, I implemented this feature for my tools. So, I think I can contribute to the official branch like this. https://github.com/matyalatte/DirectXTex/commit/d085c1d1dca649abd4e39368cb7d15c564c6004c Can I send PR after adding commands for other...
Thanks for the comments. I sent the PR (https://github.com/microsoft/DirectXTex/pull/290).
Hi, I got the same problem while removing the deprecation warnings from my workflows. And my solution was using [Github CLI](https://cli.github.com/). You can uplaod files to the release like this....
I noticed my code ignores global and project args. I'd prefer to revert #12472 rather than check linker options... meson 1.3.2 already supports custom manifests because `/MANIFEST:NO` can disable the...
Replaced the list comprehensions with a for loop. and fixed a bug that it ignored some linker options e.g. global link arguments.
https://github.com/mesonbuild/meson/pull/12472 could be the cause. and it should be reverted. Visual Studio creates a default manifest even if `EmbedManifest` is false. (I can see `***.exe.manifest` in the build directory even...
Thank you for your reply. > though it does this with a warning about /MANIFESTUAC, something I didn't specify, being ignored because of /MANIFEST:NO; I suspect that one comes from...
From [v0.4.0](https://github.com/matyalatte/Blender-DDS-Addon/releases/tag/v0.4.0), the addon uses universal binaries. I haven't tested it but it should support Apple Silicon. Please comment here if you can try it with Apple Silicon.
The CI workflow uses Apple Silicon now. - [About GitHub-hosted runners - GitHub Docs](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories) - [GitHub Actions: macOS 14 (Sonoma) is now available - The GitHub Blog](https://github.blog/changelog/2024-01-30-github-actions-macos-14-sonoma-is-now-available/) I'll close this...