BlenderPanda Versions Save

Blender addon for integrating Panda3D

v0.5

5 years ago
  • Update bundled pman to v0.8
  • Update bundled blend2bam to v0.6

v0.4.2

5 years ago
  • Fix running rendered viewport when a project is open
  • Expose missing PBR material option

v0.4.1

5 years ago

Fix running on Windows

v0.4.0

5 years ago
  • BAM exporting now delegates to blend2bam
  • Replace BRTE code with simpler RenderEngine code:
    • Easier to maintain and less likely to break
    • Currently slower (higher latency) than the old rendered viewport (there is room for optimizations)
    • Does not update on some modal operators (e.g., transforming objects)

v0.3.0

5 years ago

Release highlights:

  • Updated blendergltf to 1.2.0 for export improvements (including a lot of animation fixes)
  • pman moved to its own repo for use outside of BlenderPanda
  • pman config files switched to TOML (old config files are automatically converted)
  • Rendered viewport support for macOS (requires 1.10 dev builds of Panda3D)
  • Rendered viewport stability improvements
  • PBR material support
  • Switched from glTF 1.0 to glTF 2.0

v0.2.0

6 years ago

Release highlights:

  • Updated blendergltf for various exporter improvements
  • Smarter detection of Python executable to use when running Panda3D
  • Switch from sRGB framebuffer to a post-process filter to improve compatibility with more graphics cards

v0.1.0

7 years ago

Initial development release of BlenderPanda.