Pierce Brooks

Results 32 comments of 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,...

@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...

`cmake -DSFML_BUILD_TEST_SUITE=ON .. && cmake --build .` from inside my temporary `build` subdirectory yields the same errors sadly.

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: ![image (1)](https://user-images.githubusercontent.com/33040784/191633280-a3f73b98-a9a7-40aa-a3f0-6a6082bf9838.png)

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"?