Stephen A. Imhoff

Results 70 issues of Stephen A. Imhoff

Support a set of options for converting textures to panda's native `.txo` (and the compressed `.txo.pz`) file format, including mipmap generation. Especially for Blender 2.80+, where the gltf exporter converts...

Blender 2.91+ supports compound physics bodies: ![image](https://user-images.githubusercontent.com/5569508/106971576-09fc6c80-6704-11eb-9ec2-3cec22df8643.png) During blender sim: ![image](https://user-images.githubusercontent.com/5569508/106971341-98242300-6703-11eb-980e-bf15fa6248e6.png) ... but the converter doesn't recognize the type: ``` Unknown collision shape (COMPOUND) for object (Cube) Could not create...

enhancement
good first issue

The gltf spec says that [`accessor.bufferView` is not a required property](https://github.com/KhronosGroup/glTF/tree/master/specification/2.0#reference-accessor) ("init as zeros"), but the converter acts as if this property is required. While Blender seems to output this...

bug

Unlike bullet, where physics uses one class combining actual physics (eg, the force of gravity) and collisions between shapes, the builtin physics system uses two sets of nodes; `ActorNode`s for...

When a gltf file is imported, things like `GeomNode`s are placed under an intermediate `PandaNode`. This is in contrast to things like traditional exports via egg files, or setting up...

... which is expected, I suppose, but this should probably be called out in documentation or something, since things closer than one meter then often end up rendering strangely.

In GLTF, it's possible to have "duplicate" nodes that are re-used, such as multiple objects re-using the same mesh data. This includes lights; it's possible for multiple `node`s to reference...

bug

(reporting here because this is where features are hosted) This was working until last week, I believe. - VSCode Version: 1.68.1 (user setup) - Local OS Version: Windows_NT x64 10.0.22000...

(Posting here because it's the repository with the script library) There is .... something... about my corporate wireless network that causes gpg key receive to fail when attempting to install...