Closed BMaxV closed 6 months ago
It seems you're running tests before dependencies are all installed?
panda is installed, I'm not sure why it says it can't be found.
I am thinking about closing this issue. I do not know how to debug why the panda3d
module cannot be found in your environment. Also, something like Discord might be a better place to discuss any refactoring topics instead of having an issue linger in the tracker forever.
The big problem is that the documentation lacks information on how to actually get from a blender animation to a working setup in panda. See the other issue I linked yesterday.
But I don't have time to work on this right now (maybe in 2 months) and I appreciate your work and your help, so I don't want to be annoying.
So I'm going to close the issue now and maybe reopen it when I have time and we talked about it on discord.
I think it's time to reopen this.
The original reason for why I was looking at this was https://github.com/panda3d/panda3d/issues/1420
Hi,
I'd like to help improve this, since my animations continue to not work and I'd like to know why.
To start, I don't think running the tests works as intended?
I can run pytest, but running the
pip install -e .[test]
before it ends in this not found error so I'm not sure if the "passing" tests are cool or not.I noticed a lot of stuff going on in converter that's hard to understand so I will try and untangle things a bit.
Is there a reason there are lots of function definitions inside other functions?