edit a running program

Hi, Im sure Ive seen this before but I cant find it. Is it possible to edit my panda program while its running? An example would be editing the location of an object in the scene. If this is possible please tell me how to do this.

thanks in advanced

Are you looking for interactive mode?

that looks like what im looking for

if I have a model named player and I wanted to changed the position of it from the terminal, would I just use player.setX(5) and it would work?

Yes, this should be the idea (I never used this feature of Panda but reading on the forum I saw that other users use that frequently).

ok, thank you

[Onscreen IDE & dynamic instant update [_v0.5.4_])