Blender Git Loki
Git Commits -> Revision 77b37fa
Revision 77b37fa by Tamito Kajiyama (master) April 17, 2014, 05:37 (GMT) |
Freestyle: Fix for VC++ warnings about 'hypot' macro redefinitions (Part 3). (See commit e1771e72fbbf828dbf5bed871b814288389f3611 for more detail of the problem). Made changes to intern/view_map/Interface0D.h and intern/python/Director.h to avoid #include <Python.h> and keep non-Python header files independent of it. |
Commit Details:
Full Hash: 77b37fa4615dc1e8d5656259744f0e8a1634e258
Parent Commit: 5d4a6a9
Lines Changed: +394, -185
5 Added Paths:
/source/blender/freestyle/intern/stroke/Predicates0D.cpp (+41, -0) (View)
/source/blender/freestyle/intern/stroke/Predicates1D.cpp (+41, -0) (View)
/source/blender/freestyle/intern/stroke/StrokeShader.cpp (+36, -0) (View)
/source/blender/freestyle/intern/view_map/Interface0D.cpp (+123, -0) (View)
/source/blender/freestyle/intern/view_map/Interface1D.cpp (+75, -0) (View)
/source/blender/freestyle/intern/stroke/Predicates1D.cpp (+41, -0) (View)
/source/blender/freestyle/intern/stroke/StrokeShader.cpp (+36, -0) (View)
/source/blender/freestyle/intern/view_map/Interface0D.cpp (+123, -0) (View)
/source/blender/freestyle/intern/view_map/Interface1D.cpp (+75, -0) (View)
12 Modified Paths:
/source/blender/freestyle/intern/application/Controller.cpp (+4, -0) (Diff)
/source/blender/freestyle/intern/python/Director.cpp (+13, -11) (Diff)
/source/blender/freestyle/intern/python/Director.h (+2, -12) (Diff)
/source/blender/freestyle/intern/stroke/ChainingIterators.cpp (+12, -0) (Diff)
/source/blender/freestyle/intern/stroke/ChainingIterators.h (+3, -10) (Diff)
/source/blender/freestyle/intern/stroke/Predicates0D.h (+4, -12) (Diff)
/source/blender/freestyle/intern/stroke/Predicates1D.h (+4, -12) (Diff)
/source/blender/freestyle/intern/stroke/StrokeShader.h (+5, -8) (Diff)
/source/blender/freestyle/intern/view_map/Functions0D.h (+2, -1) (Diff)
/source/blender/freestyle/intern/view_map/Functions1D.h (+4, -2) (Diff)
/source/blender/freestyle/intern/view_map/Interface0D.h (+18, -80) (Diff)
/source/blender/freestyle/intern/view_map/Interface1D.h (+7, -37) (Diff)
/source/blender/freestyle/intern/python/Director.cpp (+13, -11) (Diff)
/source/blender/freestyle/intern/python/Director.h (+2, -12) (Diff)
/source/blender/freestyle/intern/stroke/ChainingIterators.cpp (+12, -0) (Diff)
/source/blender/freestyle/intern/stroke/ChainingIterators.h (+3, -10) (Diff)
/source/blender/freestyle/intern/stroke/Predicates0D.h (+4, -12) (Diff)
/source/blender/freestyle/intern/stroke/Predicates1D.h (+4, -12) (Diff)
/source/blender/freestyle/intern/stroke/StrokeShader.h (+5, -8) (Diff)
/source/blender/freestyle/intern/view_map/Functions0D.h (+2, -1) (Diff)
/source/blender/freestyle/intern/view_map/Functions1D.h (+4, -2) (Diff)
/source/blender/freestyle/intern/view_map/Interface0D.h (+18, -80) (Diff)
/source/blender/freestyle/intern/view_map/Interface1D.h (+7, -37) (Diff)