Blender Git Commit Log
Git Commits -> Revision 13358d0
Revision 13358d0 by Sergey Sharybin (master) March 27, 2015, 13:23 (GMT) |
Freestyle: Code cleanup, prepare for strict C++ flags |
Commit Details:
Full Hash: 13358d049e2de813d4dc83c41c3f87f5fae3c3a1
Parent Commit: 2ada351
Lines Changed: +79, -79
28 Modified Paths:
/source/blender/freestyle/intern/application/AppView.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/application/AppView.h (+2, -2) (Diff)
/source/blender/freestyle/intern/application/Controller.cpp (+3, -3) (Diff)
/source/blender/freestyle/intern/blender_interface/BlenderStrokeRenderer.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/blender_interface/FRS_freestyle.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/geometry/GeomUtils.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/geometry/Grid.h (+3, -3) (Diff)
/source/blender/freestyle/intern/image/ImagePyramid.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_ContextFunctions.cpp (+9, -9) (Diff)
/source/blender/freestyle/intern/python/BPy_Freestyle.cpp (+4, -4) (Diff)
/source/blender/freestyle/intern/python/BPy_IntegrationType.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_Operators.cpp (+14, -14) (Diff)
/source/blender/freestyle/intern/python/BPy_UnaryFunction0D.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_UnaryFunction1D.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 (+4, -4) (Diff)
/source/blender/freestyle/intern/python/Interface1D/BPy_FEdge.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Interface1D/FEdge/BPy_FEdgeSmooth.cpp (+4, -4) (Diff)
/source/blender/freestyle/intern/stroke/Predicates1D.h (+2, -2) (Diff)
/source/blender/freestyle/intern/stroke/Stroke.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/view_map/BoxGrid.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/view_map/Interface1D.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/view_map/Silhouette.h (+2, -2) (Diff)
/source/blender/freestyle/intern/view_map/SphericalGrid.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/view_map/ViewMap.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapBuilder.cpp (+3, -3) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapBuilder.h (+1, -1) (Diff)
/source/blender/freestyle/intern/winged_edge/WingedEdgeBuilder.cpp (+6, -6) (Diff)
/source/blender/freestyle/intern/application/AppView.h (+2, -2) (Diff)
/source/blender/freestyle/intern/application/Controller.cpp (+3, -3) (Diff)
/source/blender/freestyle/intern/blender_interface/BlenderStrokeRenderer.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/blender_interface/FRS_freestyle.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/geometry/GeomUtils.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/geometry/Grid.h (+3, -3) (Diff)
/source/blender/freestyle/intern/image/ImagePyramid.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_ContextFunctions.cpp (+9, -9) (Diff)
/source/blender/freestyle/intern/python/BPy_Freestyle.cpp (+4, -4) (Diff)
/source/blender/freestyle/intern/python/BPy_IntegrationType.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_Operators.cpp (+14, -14) (Diff)
/source/blender/freestyle/intern/python/BPy_UnaryFunction0D.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_UnaryFunction1D.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 (+4, -4) (Diff)
/source/blender/freestyle/intern/python/Interface1D/BPy_FEdge.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Interface1D/FEdge/BPy_FEdgeSmooth.cpp (+4, -4) (Diff)
/source/blender/freestyle/intern/stroke/Predicates1D.h (+2, -2) (Diff)
/source/blender/freestyle/intern/stroke/Stroke.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/view_map/BoxGrid.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/view_map/Interface1D.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/view_map/Silhouette.h (+2, -2) (Diff)
/source/blender/freestyle/intern/view_map/SphericalGrid.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/view_map/ViewMap.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapBuilder.cpp (+3, -3) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapBuilder.h (+1, -1) (Diff)
/source/blender/freestyle/intern/winged_edge/WingedEdgeBuilder.cpp (+6, -6) (Diff)