Blender Git Commit Log

Git Commits -> Revision 995fdd9

Revision 995fdd9 by Maxime Curioni (master)
July 27, 2008, 03:40 (GMT)
soc-2008-mxcurioni: implemented and tested unary predicates. The good news is that My approach seems to works (even though it is not fully testable as it needs Freestyle to be running). I will now port the 80 predicate subclasses left.

In this commit, UnaryPredicate0DDouble and its subclasses DensityF0D and LocalAverageDepthF0D are implemented and integrated in the API.

Commit Details:

Full Hash: 995fdd9fcd382869cb5c87517c5aef5aeb08dd7a
SVN Revision: 15795
Parent Commit: 0c64c49
Lines Changed: +494, -56

3 Added Paths:

/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DDouble.h (+34, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_DensityF0D.h (+30, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_LocalAverageDepthF0D.h (+30, -0) (View)

5 Modified Paths:

/source/blender/freestyle/intern/python/BPy_UnaryFunction0D.cpp (+5, -42) (Diff)
/source/blender/freestyle/intern/python/BPy_UnaryFunction0D.h (+0, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DDouble.cpp (+173, -3) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_DensityF0D.cpp (+111, -5) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_LocalAverageDepthF0D.cpp (+111, -5) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021