Blender Git Commit Log
Git Commits -> Revision 0c64c49
Revision 0c64c49 by Maxime Curioni (master) July 26, 2008, 21:47 (GMT) |
soc-2008-mxcurioni: added (but did not test) ViewMap and Noise classes. Updated ViewShape class accordingly |
Commit Details:
Full Hash: 0c64c49d2f930aed4ef310c2331bc3df0932cbe2
SVN Revision: 15786
Parent Commit: 5718639
Lines Changed: +481, -102
2 Added Paths:
/source/blender/freestyle/intern/python/BPy_Noise.h (+36, -0) (View)
/source/blender/freestyle/intern/python/BPy_ViewMap.h (+34, -0) (View)
/source/blender/freestyle/intern/python/BPy_ViewMap.h (+34, -0) (View)
8 Modified Paths:
/source/blender/freestyle/intern/app_blender/Controller.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/BPy_Freestyle.cpp (+6, -3) (Diff)
/source/blender/freestyle/intern/python/BPy_Noise.cpp (+208, -17) (Diff)
/source/blender/freestyle/intern/python/BPy_ViewMap.cpp (+171, -72) (Diff)
/source/blender/freestyle/intern/python/BPy_ViewShape.cpp (+18, -4) (Diff)
/source/blender/freestyle/intern/view_map/ViewMap.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/view_map/ViewMap.h (+2, -2) (Diff)
/source/blender/freestyle/SConscript (+2, -0) (Diff)
/source/blender/freestyle/intern/python/BPy_Freestyle.cpp (+6, -3) (Diff)
/source/blender/freestyle/intern/python/BPy_Noise.cpp (+208, -17) (Diff)
/source/blender/freestyle/intern/python/BPy_ViewMap.cpp (+171, -72) (Diff)
/source/blender/freestyle/intern/python/BPy_ViewShape.cpp (+18, -4) (Diff)
/source/blender/freestyle/intern/view_map/ViewMap.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/view_map/ViewMap.h (+2, -2) (Diff)
/source/blender/freestyle/SConscript (+2, -0) (Diff)