Pierce Brooks
Pierce Brooks
@barbara3430 do you have any recommendation for how one might go about implementing this matrix influence for the simple case of an input graph structure expressed with only one complex,...
Windows compilation with Visual Studio 2019 on 3.x master branch fails on int64_t usages in sf::Time
@ChrisThrasher The pipeline's invokations of CMake seems fine to me, I am currently updating my copy of Visual Studio 2019 in order to see whether that may resolve it. In...
Windows compilation with Visual Studio 2019 on 3.x master branch fails on int64_t usages in sf::Time
`cmake -DSFML_BUILD_TEST_SUITE=ON .. && cmake --build .` from inside my temporary `build` subdirectory yields the same errors sadly.
Windows compilation with Visual Studio 2019 on 3.x master branch fails on int64_t usages in sf::Time
After updating Visual Studio 2019, this does appear to be an issue with my copy having been outdated. Here is a screenshot to show the difference beforehand: 
This change may be related to a a master branch compilation issue I am now seeing on Windows: ``` C:\UserData\SFML\include\SFML/System/Time.inl(223,42): error C2039: 'int64_t': is not a member of 'std' [C:\UserData\SFML\build\src\SFML\System\sfml-system.vcxproj]...
@ChrisThrasher Of course! My steps were as follows: ``` git clone https://github.com/SFML/SFML.git cd SFML git checkout master mkdir build cd build cmake .. cmake --build . ``` However, this assumes...
Will do, I can try to address it with a pull request later on as well if I can track down where the `cstdint` include belongs! FYI, checking out the...
https://github.com/SFML/SFML/issues/2211#issue-1381582926
@drahmel have you tried affecting "sys.path" in some way like here? https://github.com/PierceLBrooks/Buildster/blob/pip/buildster/__main__.py#L13
Is there any intention to eventually support automatic vertex group weight assignment algorithms such as "Bone Glow"?