Blender Git Loki
Git Commits -> Revision c50e3f3
Revision c50e3f3 by Willian Padovani Germano (master) July 25, 2004, 16:55 (GMT) |
BPython: - new submodule Scene.Radio, for radiosity: still incomplete, but in shape for demos, updated SConscript to include it; - new functions in Window module; - doc updates: adding a todo file and a new start page for our docs: API_intro.py + other updates; - small fix in Ipo.c provided by Damien McGuinnes (thanks!): Nathan has a patch with IPO additions and fixes for this and more, but until it is committed, there's this fix for Ipo.getCurve('LocX'), LocY, Z and QuatW,X,Y,Z too, according to Damien. Other files: - radpreprocess.c: added check for "during_script()" so eventual msgs don't popup during scripts; - drawmesh.c: made a pointer (display list) be checked before accessed, fixes crash in scripts that forget to update display lists for subsurf meshes when a 3d view is in textured view mode. Script: updated bevel_center by Loic Berthe. |
Commit Details:
Full Hash: c50e3f374fe08713b573559904c5f53d852c5e13
SVN Revision: 2889
Parent Commit: fe9336e
Lines Changed: +1145, -130
4 Added Paths:
/source/blender/python/api2_2x/doc/API_intro.py (+198, -0) (View)
/source/blender/python/api2_2x/doc/Radio.py (+66, -0) (View)
/source/blender/python/api2_2x/sceneRadio.c (+638, -0) (View)
/source/blender/python/api2_2x/sceneRadio.h (+52, -0) (View)
/source/blender/python/api2_2x/doc/Radio.py (+66, -0) (View)
/source/blender/python/api2_2x/sceneRadio.c (+638, -0) (View)
/source/blender/python/api2_2x/sceneRadio.h (+52, -0) (View)
14 Modified Paths:
/release/scripts/bevel_center.py (+11, -9) (Diff)
/source/blender/python/api2_2x/doc/Blender.py (+3, -59) (Diff)
/source/blender/python/api2_2x/doc/epy_docgen.sh (+1, -1) (Diff)
/source/blender/python/api2_2x/doc/NMesh.py (+4, -1) (Diff)
/source/blender/python/api2_2x/doc/Object.py (+7, -6) (Diff)
/source/blender/python/api2_2x/doc/Scene.py (+11, -35) (Diff)
/source/blender/python/api2_2x/doc/Sys.py (+9, -1) (Diff)
/source/blender/python/api2_2x/doc/Window.py (+46, -8) (Diff)
/source/blender/python/api2_2x/Ipo.c (+6, -0) (Diff)
/source/blender/python/api2_2x/Scene.c (+15, -1) (Diff)
/source/blender/python/api2_2x/Window.c (+69, -2) (Diff)
/source/blender/python/SConscript (+3, -1) (Diff)
/source/blender/radiosity/intern/source/radpreprocess.c (+3, -2) (Diff)
/source/blender/src/drawmesh.c (+3, -4) (Diff)
/source/blender/python/api2_2x/doc/Blender.py (+3, -59) (Diff)
/source/blender/python/api2_2x/doc/epy_docgen.sh (+1, -1) (Diff)
/source/blender/python/api2_2x/doc/NMesh.py (+4, -1) (Diff)
/source/blender/python/api2_2x/doc/Object.py (+7, -6) (Diff)
/source/blender/python/api2_2x/doc/Scene.py (+11, -35) (Diff)
/source/blender/python/api2_2x/doc/Sys.py (+9, -1) (Diff)
/source/blender/python/api2_2x/doc/Window.py (+46, -8) (Diff)
/source/blender/python/api2_2x/Ipo.c (+6, -0) (Diff)
/source/blender/python/api2_2x/Scene.c (+15, -1) (Diff)
/source/blender/python/api2_2x/Window.c (+69, -2) (Diff)
/source/blender/python/SConscript (+3, -1) (Diff)
/source/blender/radiosity/intern/source/radpreprocess.c (+3, -2) (Diff)
/source/blender/src/drawmesh.c (+3, -4) (Diff)