Scene Editor

Just curious … is the Scene Editor officially dead or are there plans to revive it?

Thx,
Paul

It’s working…

How do you run it? Is there some sort of setup procedure for it? I used 'ppython sceneEditor.py and get this :

The icon dir is D:\Panda3D-1.3.2\models\icons
consists of :
actor.gif
blank.gif
control.gif
folder.gif
grid.gif
help.gif
lights.gif
minusnode.gif
model.gif
mopath.gif
new.gif
open.gif
openfolder.gif
particles.gif
placer.gif
plusnode.gif
python.gif
save.gif
smoke.gif
sphere2.gif
tk.gif

Thx, I hacked seTree.py with this and it worked:

#ICONDIR = getModelPath().findFile(Filename('icons')).toOsSpecific()
ICONDIR = Filename('C:\Panda3D-1.3.2\models\icons').toOsSpecific()

Thanks,
Paul