Blender Git Commit Log
Git Commits -> Revision 149f368
Revision 149f368 by Maxime Curioni (master) August 1, 2008, 02:15 (GMT) |
soc-2008-mxcurioni: moved Curve to FrsCurve, fixed bugs with some style modules having with strokes without a representation and iterators not being correctly routed. For example, the cartoon style module should work now. |
Commit Details:
Full Hash: 149f3688a4663dbaf890f6f5e5a41c35ce6d5e56
SVN Revision: 15900
Parent Commit: 6a6c23e
Lines Changed: +619, -583
4 Added Paths:
/source/blender/freestyle/intern/python/BPy_FrsNoise.cpp (+239, -0) (View)
/source/blender/freestyle/intern/python/BPy_FrsNoise.h (+36, -0) (View)
/source/blender/freestyle/intern/python/Interface1D/BPy_FrsCurve.cpp (+249, -0) (View)
/source/blender/freestyle/intern/python/Interface1D/BPy_FrsCurve.h (+31, -0) (View)
/source/blender/freestyle/intern/python/BPy_FrsNoise.h (+36, -0) (View)
/source/blender/freestyle/intern/python/Interface1D/BPy_FrsCurve.cpp (+249, -0) (View)
/source/blender/freestyle/intern/python/Interface1D/BPy_FrsCurve.h (+31, -0) (View)
4 Deleted Paths:
/source/blender/freestyle/intern/python/BPy_Noise.cpp (+0, -239)
/source/blender/freestyle/intern/python/BPy_Noise.h (+0, -36)
/source/blender/freestyle/intern/python/Interface1D/BPy_Curve.cpp (+0, -249)
/source/blender/freestyle/intern/python/Interface1D/BPy_Curve.h (+0, -31)
/source/blender/freestyle/intern/python/BPy_Noise.h (+0, -36)
/source/blender/freestyle/intern/python/Interface1D/BPy_Curve.cpp (+0, -249)
/source/blender/freestyle/intern/python/Interface1D/BPy_Curve.h (+0, -31)
12 Modified Paths:
/source/blender/freestyle/intern/python/BPy_Convert.cpp (+24, -11) (Diff)
/source/blender/freestyle/intern/python/BPy_Freestyle.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/BPy_Interface1D.cpp (+4, -4) (Diff)
/source/blender/freestyle/intern/python/BPy_Iterator.cpp (+0, -3) (Diff)
/source/blender/freestyle/intern/python/Director.cpp (+22, -1) (Diff)
/source/blender/freestyle/intern/python/Director.h (+5, -2) (Diff)
/source/blender/freestyle/intern/python/Interface1D/Curve/BPy_Chain.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Interface1D/Curve/BPy_Chain.h (+2, -2) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_AdjacencyIterator.cpp (+1, -0) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ChainPredicateIterator.cpp (+1, -0) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_Interface0DIterator.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ViewEdgeIterator.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_Freestyle.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/BPy_Interface1D.cpp (+4, -4) (Diff)
/source/blender/freestyle/intern/python/BPy_Iterator.cpp (+0, -3) (Diff)
/source/blender/freestyle/intern/python/Director.cpp (+22, -1) (Diff)
/source/blender/freestyle/intern/python/Director.h (+5, -2) (Diff)
/source/blender/freestyle/intern/python/Interface1D/Curve/BPy_Chain.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Interface1D/Curve/BPy_Chain.h (+2, -2) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_AdjacencyIterator.cpp (+1, -0) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ChainPredicateIterator.cpp (+1, -0) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_Interface0DIterator.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ViewEdgeIterator.cpp (+1, -1) (Diff)