Blender Git Commit Log
Git Commits -> Revision a3c6304
Revision a3c6304 by Campbell Barton (master) July 29, 2020, 01:00 (GMT) |
Cleanup: quiet possible comma misuse warning in feestyle PyAPI |
Commit Details:
Full Hash: a3c6304a2767adcb133beee3a73fb960ab75b928
Parent Commit: 1e76441
Lines Changed: +39, -37
23 Modified Paths:
/source/blender/freestyle/intern/python/BPy_FrsMaterial.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_Id.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_Operators.cpp (+4, -4) (Diff)
/source/blender/freestyle/intern/python/BPy_StrokeAttribute.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/BPy_ViewShape.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Interface0D/BPy_CurvePoint.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/Interface0D/BPy_SVertex.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Interface0D/CurvePoint/BPy_StrokeVertex.cpp (+4, -4) (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 (+2, -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/Iterator/BPy_AdjacencyIterator.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ChainingIterator.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ChainPredicateIterator.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ChainSilhouetteIterator.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_CurvePointIterator.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_Interface0DIterator.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_StrokeVertexIterator.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_SVertexIterator.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ViewEdgeIterator.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/BPy_Id.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_Operators.cpp (+4, -4) (Diff)
/source/blender/freestyle/intern/python/BPy_StrokeAttribute.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/BPy_ViewShape.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Interface0D/BPy_CurvePoint.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/Interface0D/BPy_SVertex.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Interface0D/CurvePoint/BPy_StrokeVertex.cpp (+4, -4) (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 (+2, -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/Iterator/BPy_AdjacencyIterator.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ChainingIterator.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ChainPredicateIterator.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ChainSilhouetteIterator.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_CurvePointIterator.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_Interface0DIterator.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_StrokeVertexIterator.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_SVertexIterator.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ViewEdgeIterator.cpp (+2, -2) (Diff)