Development Builds

Warning: Here be dragons!

This page contains unstable and untested development builds of Panda3D. These builds may contain bugs and may crash unexpectedly. Click here to go back to the list of stable versions of Panda3D.

release/1.10.x branch

The easiest way to install the latest development build is with pip:

pip install -U --pre --extra-index-url https://archive.panda3d.org/branches/release/1.10.x panda3d

See other platforms

Recent successful builds for macosx on branch release/1.10.x

e270a073f490c7ec3ccd1719581a45de94b35743

View changes - 2024-11-08T09:55:33Z

  • e270a07 readme: Update download link to 1.10.15
  • f26009b Add Python 3.13 to setup.cfg


9dbd20d7bd0bd5a2f5d311a0d1307c4697003f3e

View changes - 2024-11-07T15:20:49Z

  • 9dbd20d workflow: No longer skip Python 3.13 builds on Windows
  • e199f25 Update thirdparty links to 1.10.15
  • d8cc57a doc: Add release notes for 1.10.15
  • a6a386a text: Fix text-native-antialias not properly taking effect
  • 1643174 parametrics: fix RopeNode breaks due to float imprecision
  • 0a4d22a express: Fix VFS mount points not being listed as directories
  • 50b984c dtoolbase: Fix test failure on 32-bit Windows with pftoa
  • 7926d10 text: Unbreak small caps support with text-use-harfbuzz
  • 6f22316 build_apps: Add bam_embed_textures option
  • 89c0371 putil: BamWriter doc fix, initialize _root_node field properly
  • 5dcd70d build_apps: Fix wrong relative paths with bam_model_extensions
  • 2a6f4fc putil: Fix file_texture_mode on BamWriter not being writable
  • 32ad388 gobj: Don't try to resolve empty alpha filename when writing bam
  • a311ad8 test_wheel: Add --ignore option to ignore tests
  • e5ac1d0 build_apps: Don't warn about missing ld-linux lib on aarch64




27ce5c991eb79c9bda6de439c0bec8198150fa9c

View changes - 2024-10-30T13:57:35Z

  • 27ce5c9 dist: Python 3.13 requires macOS 10.13+
  • 6010c71 tests: Add bin dir to PATH when running FreezeTool test
  • 5b80f19 Changes in preparation for Python 3.14
  • f47b34d Fix remaining uses of ._PyType member in extension code
  • df5f8d7 makepanda: Build fixes for Python 3.13t on Windows
  • e238588 makepanda: Fix wrong flag for excluding pythonXX_d.lib
  • 0ba2aad Introduce Py_IS_TYPE, use for Py_TYPE comparisons
  • 64454b1 Replace direct uses of ob_type, which gives problems in nogil build
  • 10da05e workflow: Skip Windows builds for Python 3.13 for now
  • f9a5445 workflow: Test Python 3.13, update setup-python to v5
  • dbeab0b makepanda: Backport Python 3.13t build fixes
  • 12bb7d1 showbase: Fix DistancePhasedNode exception at module clean-up time
  • 9cbc45b collide: Handle CollisionBox bam read without 2D info
  • d758d2b pgui: Fix crash when PGEntry removes itself w/ background focus
  • aa0462a fsm: Fix "no attribute notifier" error in requestNext/Prev
  • b022fc9 stdpy: Fix glob not finding files in VFS
  • 42e2659 filter: Add Khronos PBR Neutral tonemapping operator
  • 822d35d putil: Minor SimpleHashMap::remove() optimization


52a7224d6ec86db4c18d18e658de0bbf79f649e2

View changes - 2024-10-14T10:05:27Z

  • 52a7224 Fix various compiler warnings
  • 51e469d Update BACKERS.md
  • cd2e3df dxgsg9: Fix crash on window event after `close_window()`
  • beb49b3 dxgsg9: Fix some format handling, support for r32f and rgba32f textures
  • 0ea0d5f dxgsg9: Fix crash when copying inverted framebuffer to texture RAM
  • 51876c6 dxgsg9: Fix crash with buffer when there is no depth buffer
  • c05a63f pipeline: Fix compile error without pipelining enabled
  • cdafd81 Fix compilation issues with Python 3.13
  • e70d0b4 distributed: Fix very minor memory leak