Blender Git Commit Log

Git Commits -> Revision e4677c4

Revision e4677c4 by Maxime Curioni (master)
July 28, 2008, 22:53 (GMT)
soc-2008-mxcurioni: add all predicate subclasses( BinaryPredicate1D, UnaryPredicate{0D,1D} ).

There is just one more class remaining to port (and probably the most important): Operators. After that, I'll be able to test whether Freestyle functions well without SWIG.

Commit Details:

Full Hash: e4677c409dcad94e96b2ae765422f91e0b0dd9fd
SVN Revision: 15856
Parent Commit: 362e4f7
Lines Changed: +2242, -97

16 Added Paths:

/source/blender/freestyle/intern/python/BinaryPredicate1D/BPy_FalseBP1D.h (+29, -0) (View)
/source/blender/freestyle/intern/python/BinaryPredicate1D/BPy_Length2DBP1D.h (+29, -0) (View)
/source/blender/freestyle/intern/python/BinaryPredicate1D/BPy_SameShapeIdBP1D.h (+29, -0) (View)
/source/blender/freestyle/intern/python/BinaryPredicate1D/BPy_TrueBP1D.h (+29, -0) (View)
/source/blender/freestyle/intern/python/BinaryPredicate1D/BPy_ViewMapGradientNormBP1D.h (+29, -0) (View)
/source/blender/freestyle/intern/python/UnaryPredicate0D/BPy_FalseUP0D.h (+29, -0) (View)
/source/blender/freestyle/intern/python/UnaryPredicate0D/BPy_TrueUP0D.h (+29, -0) (View)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_ContourUP1D.h (+29, -0) (View)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_DensityLowerThanUP1D.h (+29, -0) (View)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_EqualToChainingTimeStampUP1D.h (+29, -0) (View)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_EqualToTimeStampUP1D.h (+29, -0) (View)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_ExternalContourUP1D.h (+29, -0) (View)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_FalseUP1D.h (+29, -0) (View)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_QuantitativeInvisibilityUP1D.h (+29, -0) (View)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_ShapeUP1D.h (+29, -0) (View)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_TrueUP1D.h (+29, -0) (View)

2 Deleted Paths:

/source/blender/freestyle/intern/python/BPy_EdgeModifier.cpp (+0, -0)
/source/blender/freestyle/intern/python/EdgeModifier/BPy_TimestampModifier.cpp (+0, -0)

19 Modified Paths:

/source/blender/freestyle/intern/python/BinaryPredicate1D/BPy_FalseBP1D.cpp (+100, -7) (Diff)
/source/blender/freestyle/intern/python/BinaryPredicate1D/BPy_Length2DBP1D.cpp (+100, -7) (Diff)
/source/blender/freestyle/intern/python/BinaryPredicate1D/BPy_SameShapeIdBP1D.cpp (+100, -7) (Diff)
/source/blender/freestyle/intern/python/BinaryPredicate1D/BPy_TrueBP1D.cpp (+100, -7) (Diff)
/source/blender/freestyle/intern/python/BinaryPredicate1D/BPy_ViewMapGradientNormBP1D.cpp (+118, -5) (Diff)
/source/blender/freestyle/intern/python/BPy_BinaryPredicate1D.cpp (+33, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_UnaryPredicate0D.cpp (+17, -4) (Diff)
/source/blender/freestyle/intern/python/BPy_UnaryPredicate1D.cpp (+55, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate0D/BPy_FalseUP0D.cpp (+102, -5) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate0D/BPy_TrueUP0D.cpp (+102, -5) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_ContourUP1D.cpp (+100, -7) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_DensityLowerThanUP1D.cpp (+111, -5) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_EqualToChainingTimeStampUP1D.cpp (+109, -5) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_EqualToTimeStampUP1D.cpp (+109, -5) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_ExternalContourUP1D.cpp (+100, -7) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_FalseUP1D.cpp (+102, -5) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_QuantitativeInvisibilityUP1D.cpp (+109, -5) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_ShapeUP1D.cpp (+109, -5) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_TrueUP1D.cpp (+102, -5) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021