Mitchell Stokes
Mitchell Stokes
The SparseArray (`rows`) assigned to the SliderTable looks different between the two: ``` ORIGINAL: explode [ 0-2051, ] bump [ 0-2051, ] rotate [ 0-2051, ] shrink [ 0-2051, ]...
@rdb I know you are busy so I'm just looking for hints if you've got them. This file has seven skins and they all have the skeleton property. For each...
Well, my first, dumb attempt at combining the skins didn't work very well (just got a pancake of verts) :D ```diff diff --git a/gltf/converter.py b/gltf/converter.py index bdf4ff7..5137615 100644 --- a/gltf/converter.py...
@kergalym I'm thinking your issue may be a different one than what @tito is running into. Would you mind filing a separate issue with an example file? It looks like...
I vote for option 1 as it would be pretty trivial to do as part of `download_wheels()`.
Nice work! As a heads up there was some work on getting DSPs working with OpenAl using EFX in #667. The comments contain a lot of information on trying to...
I am not sure if I like this or not, but we could do something like generic DSP classes that specialized, backend-specific DSP classes could inherit from to add additional...
I like the idea of a high-level, common, shared API for the basic stuff with more direct access for more complicated/advanced things.
It would be very useful to start a list of problem spots for each category. We might also want to split the categories into three independent issues to keep them...
If the issues are truly intertwined, then, yes, splitting them up might not make sense. As for the lists, an exhaustive list of the problem properties would make for fantastic...