Blender Git Loki

Git Commits -> Revision 97bba40

Revision 97bba40 by Willian Padovani Germano (master)
July 16, 2004, 03:08 (GMT)
Demo mode and BPython:

- small additions and fixes to enable the demo mode;

- Added sleep() to Blender.sys and 17 new functions to Blender.Window module:
things to help demo script writing and as a bonus read / write access to Blender's input event queue;

- updates in docs, those interested please check Window.py in python/api2_2x/doc/ to read about the new Blender.Window functions.

----

Demo mode should be working well now for (I) playing rt animation -- aka ALT+A -- and (II) rendering pics and anims and playing anims. I'll still add access to radiosity data and functions.

PS: Joseph Gilbert made (II) possible with the Scene.Render module he added for 2.32. He's been coding great things for bpython, so I'd like to take the chance to point that and thank him here.

Commit Details:

Full Hash: 97bba404fbf97d247d0b6623c7a38f46247afddb
SVN Revision: 2822
Parent Commit: 146021e
Lines Changed: +1035, -50

15 Modified Paths:

/source/blender/blenkernel/BKE_object.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/blender.c (+11, -5) (Diff)
/source/blender/blenkernel/intern/object.c (+11, -1) (Diff)
/source/blender/include/BIF_screen.h (+1, -0) (Diff)
/source/blender/include/mydevice.h (+2, -0) (Diff)
/source/blender/python/api2_2x/Blender.c (+17, -2) (Diff)
/source/blender/python/api2_2x/doc/Draw.py (+127, -6) (Diff)
/source/blender/python/api2_2x/doc/Window.py (+213, -1) (Diff)
/source/blender/python/api2_2x/EXPP_interface.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Sys.c (+20, -0) (Diff)
/source/blender/python/api2_2x/Window.c (+577, -26) (Diff)
/source/blender/python/BPY_interface.c (+28, -6) (Diff)
/source/blender/src/editscreen.c (+14, -0) (Diff)
/source/blender/src/eventdebug.c (+1, -0) (Diff)
/source/creator/creator.c (+10, -2) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021