Fixing Direct.LevelEditor

I’ve been working on fixing the direct.leveleditor library so that it can be used. I plan to have it completely fixed up and usable at some point so it can merged back.

Source Code: GitHub - raytopianprojects/panda3d: Powerful, mature open-source cross-platform game engine for Python and C++, developed by Disney and CMU

Current Progress


You can actually start the editor now (I got rid of all of the relative imports that were causing issues) but there are still a lot and I mean a lot of issues.

My next goal is to get the Object Palette working.

2 Likes

Hey there, I once tried this too and even prepared a PR, it may be a bit outdated but you may still find some things you want to take over into your try.

2 Likes

Thank you! I will look into your PR for ideas on fixing some of the leveleditor’s issues.