Blender Git Loki

Git Commits -> Revision 7426a3e

Revision 7426a3e by Maxime Curioni (master)
July 21, 2008, 21:24 (GMT)
Added StrokeAttribute class. Beginning of StrokeVertex.

IMPORTANT: The setters functions' names were normalized due to constant confusion regarding capitalization. All the function names start with set... instead of Set.... This convention was changed all throughout Freestyle. To use Freestyle as an external renderer, the SWIG library MUST be regenerated.

Commit Details:

Full Hash: 7426a3e35bb6ebc5c08eb307c0f9d30ef51ae570
SVN Revision: 15681
Parent Commit: ab72288
Lines Changed: +11250, -9535

2 Added Paths:

/source/blender/freestyle/intern/python/Interface0D/CurvePoint/StrokeVertex.h (+31, -0) (View)
/source/blender/freestyle/intern/python/StrokeAttribute.h (+34, -0) (View)

105 Modified Paths:

/source/blender/freestyle/intern/app/AppCanvas.cpp (+4, -4) (Diff)
/source/blender/freestyle/intern/app/AppCanvas.h (+1, -1) (Diff)
/source/blender/freestyle/intern/app/AppDensityCurvesWindow.cpp (+4, -4) (Diff)
/source/blender/freestyle/intern/app/AppDensityCurvesWindow.h (+2, -2) (Diff)
/source/blender/freestyle/intern/app/AppGL2DCurvesViewer.cpp (+6, -6) (Diff)
/source/blender/freestyle/intern/app/AppGL2DCurvesViewer.h (+2, -2) (Diff)
/source/blender/freestyle/intern/app/AppGLWidget.cpp (+37, -37) (Diff)
/source/blender/freestyle/intern/app/AppGLWidget.h (+1, -1) (Diff)
/source/blender/freestyle/intern/app/AppMainWindow.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/app/Controller.cpp (+39, -39) (Diff)
/source/blender/freestyle/intern/app/Main.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/app/QGLBasicWidget.cpp (+4, -4) (Diff)
/source/blender/freestyle/intern/app_blender/api.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/app_blender/AppCanvas.cpp (+4, -4) (Diff)
/source/blender/freestyle/intern/app_blender/AppCanvas.h (+1, -1) (Diff)
/source/blender/freestyle/intern/app_blender/AppGLWidget.cpp (+25, -25) (Diff)
/source/blender/freestyle/intern/app_blender/AppGLWidget.h (+6, -6) (Diff)
/source/blender/freestyle/intern/app_blender/Controller.cpp (+28, -28) (Diff)
/source/blender/freestyle/intern/app_blender/Controller.h (+1, -1) (Diff)
/source/blender/freestyle/intern/geometry/GeomCleaner.h (+2, -2) (Diff)
/source/blender/freestyle/intern/image/GaussianFilter.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/image/GaussianFilter.h (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BinaryPredicate0D.h (+1, -2) (Diff)
/source/blender/freestyle/intern/python/BinaryPredicate1D.h (+1, -2) (Diff)
/source/blender/freestyle/intern/python/Freestyle.cpp (+2, -0) (Diff)
/source/blender/freestyle/intern/python/Freestyle.h (+1, -2) (Diff)
/source/blender/freestyle/intern/python/Id.h (+1, -2) (Diff)
/source/blender/freestyle/intern/python/IntegrationType.h (+1, -2) (Diff)
/source/blender/freestyle/intern/python/Interface0D.h (+1, -2) (Diff)
/source/blender/freestyle/intern/python/Interface0D/CurvePoint.cpp (+15, -15) (Diff)
/source/blender/freestyle/intern/python/Interface0D/CurvePoint.h (+1, -2) (Diff)
/source/blender/freestyle/intern/python/Interface0D/CurvePoint/StrokeVertex.cpp (+252, -102) (Diff)
/source/blender/freestyle/intern/python/Interface0D/SVertex.cpp (+15, -15) (Diff)
/source/blender/freestyle/intern/python/Interface0D/SVertex.h (+1, -2) (Diff)
/source/blender/freestyle/intern/python/Interface0D/ViewVertex.h (+1, -2) (Diff)
/source/blender/freestyle/intern/python/Interface1D.h (+1, -2) (Diff)
/source/blender/freestyle/intern/python/Interface1D/FEdge.cpp (+34, -34) (Diff)
/source/blender/freestyle/intern/python/Interface1D/FEdge.h (+1, -2) (Diff)
/source/blender/freestyle/intern/python/Nature.h (+1, -2) (Diff)
/source/blender/freestyle/intern/python/StrokeAttribute.cpp (+410, -38) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D.h (+1, -2) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D.h (+1, -2) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate0D.h (+1, -2) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D.h (+1, -2) (Diff)
/source/blender/freestyle/intern/rendering/GLDebugRenderer.h (+5, -5) (Diff)
/source/blender/freestyle/intern/rendering/GLRenderer.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/scene_graph/DrawingStyle.h (+4, -4) (Diff)
/source/blender/freestyle/intern/scene_graph/IndexedFaceSet.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/scene_graph/IndexedFaceSet.h (+1, -1) (Diff)
/source/blender/freestyle/intern/scene_graph/LineRep.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/scene_graph/LineRep.h (+6, -6) (Diff)
/source/blender/freestyle/intern/scene_graph/Material.h (+10, -10) (Diff)
/source/blender/freestyle/intern/scene_graph/MaxFileLoader.cpp (+8, -8) (Diff)
/source/blender/freestyle/intern/scene_graph/MaxFileLoader.h (+1, -1) (Diff)
/source/blender/freestyle/intern/scene_graph/Node.h (+1, -1) (Diff)
/source/blender/freestyle/intern/scene_graph/NodeDrawingStyle.h (+5, -5) (Diff)
/source/blender/freestyle/intern/scene_graph/NodeShape.h (+1, -1) (Diff)
/source/blender/freestyle/intern/scene_graph/NodeTransform.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/scene_graph/NodeTransform.h (+1, -1) (Diff)
/source/blender/freestyle/intern/scene_graph/Rep.h (+3, -3) (Diff)
/source/blender/freestyle/intern/scene_graph/TriangleRep.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/scene_graph/TriangleRep.h (+5, -5) (Diff)
/source/blender/freestyle/intern/scene_graph/VertexRep.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/scene_graph/VertexRep.h (+3, -3) (Diff)
/source/blender/freestyle/intern/stroke/AdvancedFunctions0D.h (+2, -2) (Diff)
/source/blender/freestyle/intern/stroke/AdvancedStrokeShaders.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/stroke/BasicStrokeShaders.cpp (+21, -21) (Diff)
/source/blender/freestyle/intern/stroke/Canvas.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/stroke/Canvas.h (+4, -4) (Diff)
/source/blender/freestyle/intern/stroke/Curve.h (+3, -3) (Diff)
/source/blender/freestyle/intern/stroke/Modifiers.h (+1, -1) (Diff)
/source/blender/freestyle/intern/stroke/Operators.cpp (+4, -4) (Diff)
/source/blender/freestyle/intern/stroke/QInformationMap.h (+1, -1) (Diff)
/source/blender/freestyle/intern/stroke/Stroke.cpp (+7, -7) (Diff)
/source/blender/freestyle/intern/stroke/Stroke.h (+35, -35) (Diff)
/source/blender/freestyle/intern/stroke/StrokeLayer.h (+1, -1) (Diff)
/source/blender/freestyle/intern/stroke/StrokeRep.h (+1, -1) (Diff)
/source/blender/freestyle/intern/stroke/StrokeTesselator.cpp (+6, -6) (Diff)
/source/blender/freestyle/intern/stroke/StrokeTesselator.h (+2, -2) (Diff)
/source/blender/freestyle/intern/swig/ModuleWrapper.cpp (+9558, -8421) (Diff)
/source/blender/freestyle/intern/swig/ModuleWrapper.h (+18, -18) (Diff)
/source/blender/freestyle/intern/view_map/FEdgeXDetector.cpp (+5, -5) (Diff)
/source/blender/freestyle/intern/view_map/FEdgeXDetector.h (+2, -2) (Diff)
/source/blender/freestyle/intern/view_map/Silhouette.h (+65, -65) (Diff)
/source/blender/freestyle/intern/view_map/SilhouetteGeomEngine.cpp (+5, -5) (Diff)
/source/blender/freestyle/intern/view_map/SilhouetteGeomEngine.h (+3, -3) (Diff)
/source/blender/freestyle/intern/view_map/ViewEdgeXBuilder.cpp (+37, -37) (Diff)
/source/blender/freestyle/intern/view_map/ViewEdgeXBuilder.h (+3, -3) (Diff)
/source/blender/freestyle/intern/view_map/ViewMap.cpp (+23, -23) (Diff)
/source/blender/freestyle/intern/view_map/ViewMap.h (+53, -53) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapBuilder.cpp (+21, -21) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapBuilder.h (+8, -8) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapIO.cpp (+51, -51) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapTesselator.h (+9, -9) (Diff)
/source/blender/freestyle/intern/winged_edge/WEdge.cpp (+32, -32) (Diff)
/source/blender/freestyle/intern/winged_edge/WEdge.h (+30, -30) (Diff)
/source/blender/freestyle/intern/winged_edge/WingedEdgeBuilder.cpp (+7, -7) (Diff)
/source/blender/freestyle/intern/winged_edge/WXEdge.cpp (+13, -13) (Diff)
/source/blender/freestyle/intern/winged_edge/WXEdge.h (+15, -15) (Diff)
/source/blender/freestyle/intern/winged_edge/WXEdgeBuilder.cpp (+3, -3) (Diff)
/source/blender/freestyle/python/Freestyle.py (+127, -124) (Diff)
/source/blender/freestyle/SConscript (+2, -0) (Diff)
/source/blender/freestyle/style_modules/anisotropic_diffusion.py (+1, -1) (Diff)
/source/blender/freestyle/style_modules/shaders.py (+24, -24) (Diff)
/source/blender/freestyle/style_modules/sketchy_topology_broken.py (+2, -2) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021