Journaling Code
William Park
parkw at better.net
Thu Nov 25 17:45:44 EST 1999
On Thu, Nov 25, 1999 at 03:36:45PM -0500, Norman Vine wrote:
> I am involved with a new Open Source 3D Modeller project
> and we are investigating various undo-redo mechanism's.
>
> A member of the group suggested implementing a scripting
> layer between the modeller and the GUI, and journalling all
> user invoked scripts in order to be able to rebuild the model
> from a saved state by simply replaying the journaled code.
>
> I am wondering if anyone has used Python for anything similar,
> and if so if they would be willing to share their knowledge.
>
> Cheers
>
> Norman Vine
>
> archives http://www.topica.com/lists/3dmodeller
> URL ; http://www.woodsoup.org/~sbaker/modellers
Not coming from 3D rendering background... but, wouldn't it be easier
to have your modeller produce "log" file of anything coming in?
More information about the Python-list
mailing list