Blender Git Loki
Git Commits -> Revision 252eaed
Revision 252eaed by Tamito Kajiyama (master) June 24, 2014, 14:13 (GMT) |
Freestyle: use bool instead of int. Patch contribution by flokkievids (Folkert de Vries). Thanks! |
Commit Details:
Full Hash: 252eaed483ca8c0d89708b3d0a2a82076f944229
Parent Commit: c5ccbac
Lines Changed: +49, -49
25 Modified Paths:
/source/blender/freestyle/intern/python/BPy_Convert.cpp (+17, -17) (Diff)
/source/blender/freestyle/intern/python/BPy_Interface0D.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_Interface0D.h (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_Interface1D.cpp (+5, -5) (Diff)
/source/blender/freestyle/intern/python/BPy_Interface1D.h (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_SShape.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_SShape.h (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_StrokeAttribute.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_StrokeAttribute.h (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_ViewShape.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_ViewShape.h (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Director.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/Interface0D/BPy_CurvePoint.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Interface0D/BPy_SVertex.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Interface0D/BPy_ViewVertex.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/Interface0D/CurvePoint/BPy_StrokeVertex.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Interface0D/ViewVertex/BPy_NonTVertex.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Interface0D/ViewVertex/BPy_TVertex.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Interface1D/BPy_FEdge.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Interface1D/BPy_FrsCurve.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Interface1D/BPy_Stroke.cpp (+3, -3) (Diff)
/source/blender/freestyle/intern/python/Interface1D/BPy_ViewEdge.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Interface1D/Curve/BPy_Chain.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Interface1D/FEdge/BPy_FEdgeSharp.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Interface1D/FEdge/BPy_FEdgeSmooth.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_Interface0D.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_Interface0D.h (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_Interface1D.cpp (+5, -5) (Diff)
/source/blender/freestyle/intern/python/BPy_Interface1D.h (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_SShape.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_SShape.h (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_StrokeAttribute.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_StrokeAttribute.h (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_ViewShape.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_ViewShape.h (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Director.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/Interface0D/BPy_CurvePoint.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Interface0D/BPy_SVertex.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Interface0D/BPy_ViewVertex.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/Interface0D/CurvePoint/BPy_StrokeVertex.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Interface0D/ViewVertex/BPy_NonTVertex.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Interface0D/ViewVertex/BPy_TVertex.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Interface1D/BPy_FEdge.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Interface1D/BPy_FrsCurve.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Interface1D/BPy_Stroke.cpp (+3, -3) (Diff)
/source/blender/freestyle/intern/python/Interface1D/BPy_ViewEdge.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Interface1D/Curve/BPy_Chain.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Interface1D/FEdge/BPy_FEdgeSharp.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Interface1D/FEdge/BPy_FEdgeSmooth.cpp (+1, -1) (Diff)