historical/toontown-classic.git/panda/direct/directtools/__init__.py

9 lines
277 B
Python
Raw Normal View History

2024-01-16 11:20:27 -06:00
"""
This package contains the DIRECT tools, a set of tkinter tools for exploring
and manipulating the Panda3D scene graph. By default, these are disabled,
but they can be explicitly enabled using the following PRC configuration::
want-directtools true
want-tk true
"""