Results 189 comments of Mitchell Stokes

Would exposing the `extra_args` from pman be sufficient for this?

I was unable to reproduce this segfault. I held down the shift key and kept pressing Z to enter/exit the rendered viewport as fast as I could. I added some...

This may be fixed by the new rendered viewport code from 41d527e57cf61a172c1d91c9fc4b2d19aed8d73e. If/when you get the chance, could you please re-test this on FreeBSD?

As a work around, you can launch Blender from the command line in the virtualenv, and BlenderPanda will use the Python binary from the virtualenv.

Initial support for this has been added via 96bfe7033be376ea28fad20c17474fa247b7ce08. This commit requires a project to exist (and have config files) to be able to set the Python binary path. I...

We'll need a sample file that demonstrates the issue. I suspect that your scene is missing lights.

@rdb is there something special that Python File Loaders need to do to work correctly with the BAM cache? I find it surprising that the failure is that the cached...

I was unable to reproduce this issue using the following steps: * Modify the viewer to use caching and not patch the loader (i.e., rely entirely on the Python File...

I am starting to suspect a Panda3D bug. In the supplied blend file, I shifted the existing frame 0 keyframes to frame 1 and added keyframes to all channels on...

On second thought, maybe it's something funky about Blender's glTF exporter. I tried hacking the first value to be zero for the table data, but it still failed to animate...