pycollada / meshtool

Tool for manipulating mesh data using pycollada
Other
65 stars 13 forks source link

search for Panda3D directly if not found #1

Open danx0r opened 11 years ago

danx0r commented 11 years ago

This allows meshtool to run in Ubuntu 12.04 (and presumably other distros) in spite of the fact that the panda3d python bindings are installed in python2.6.

It accomplishes this by explicitly adding the panda search path (as seen in panda3d.pth) to sys.path.