Blender Git Loki
Git Commits -> Revision acfd7c8
Revision acfd7c8 by Tamito Kajiyama (master) April 3, 2009, 20:03 (GMT) |
Relaxed type checking concerning boolean arguments in class constructors and __call__ methods so that not only True and False but also various other boolean expressions (e.g., 0, 1, and None) are accepted. |
Commit Details:
Full Hash: acfd7c82abdc26b7cd2859e762f12cc066a4ef68
SVN Revision: 19526
Parent Commit: 5926ad2
Lines Changed: +82, -34
14 Modified Paths:
/source/blender/freestyle/intern/python/BPy_Convert.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_StrokeAttribute.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Interface1D/BPy_FEdge.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Interface1D/BPy_Stroke.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Interface1D/Curve/BPy_Chain.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_AdjacencyIterator.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ChainingIterator.cpp (+13, -5) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ChainPredicateIterator.cpp (+35, -11) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ChainSilhouetteIterator.cpp (+11, -3) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ViewEdgeIterator.cpp (+11, -3) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_CalligraphicShader.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_SpatialNoiseShader.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_StrokeTextureShader.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_ThicknessVariationPatternShader.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_StrokeAttribute.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Interface1D/BPy_FEdge.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Interface1D/BPy_Stroke.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Interface1D/Curve/BPy_Chain.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_AdjacencyIterator.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ChainingIterator.cpp (+13, -5) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ChainPredicateIterator.cpp (+35, -11) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ChainSilhouetteIterator.cpp (+11, -3) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ViewEdgeIterator.cpp (+11, -3) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_CalligraphicShader.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_SpatialNoiseShader.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_StrokeTextureShader.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_ThicknessVariationPatternShader.cpp (+1, -1) (Diff)