Blender Git Commit Log

Git Commits -> Revision d760119

Revision d760119 by Maxime Curioni (master)
July 9, 2008, 08:24 (GMT)
soc-mx-2008: SWIG dependency - wrapper functions extracted from ModuleWrapper.cpp

Commit Details:

Full Hash: d760119f451ef9ff0218ad5e053e51d54c64fc1b
SVN Revision: 15497
Parent Commit: f7f0077
Lines Changed: +4736, -0

16 Added Paths:

/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0DDouble.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0DFloat.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0DId.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0DUnsigned.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0DVec2f.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0DVec3f.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0DVectorViewShape.cpp (+8, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0DViewShape.cpp (+8, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction0DVoid.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1DDouble.cpp (+20, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1DFloat.cpp (+20, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1DUnsigned.cpp (+20, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1DVec2f.cpp (+20, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1DVec3f.cpp (+20, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1DVectorViewShape.cpp (+16, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction1DVoid.cpp (+20, -0) (View)

4 Deleted Paths:

/source/blender/freestyle/intern/python/UnaryFunction0D.cpp (+0, -0)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/DensityF0D.cpp (+0, -0)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/LocalAverageDepthF0D.cpp (+0, -0)
/source/blender/freestyle/intern/python/UnaryFunction1D.cpp (+0, -0)

119 Modified Paths:

/source/blender/freestyle/intern/python/BinaryPredicate0D.cpp (+8, -0) (Diff)
/source/blender/freestyle/intern/python/BinaryPredicate1D.cpp (+12, -0) (Diff)
/source/blender/freestyle/intern/python/BinaryPredicate1D/FalseBP1D.cpp (+16, -0) (Diff)
/source/blender/freestyle/intern/python/BinaryPredicate1D/Length2DBP1D.cpp (+16, -0) (Diff)
/source/blender/freestyle/intern/python/BinaryPredicate1D/SameShapeIdBP1D.cpp (+16, -0) (Diff)
/source/blender/freestyle/intern/python/BinaryPredicate1D/TrueBP1D.cpp (+16, -0) (Diff)
/source/blender/freestyle/intern/python/BinaryPredicate1D/ViewMapGradientNormBP1D.cpp (+12, -0) (Diff)
/source/blender/freestyle/intern/python/CurvePointIterator.cpp (+284, -0) (Diff)
/source/blender/freestyle/intern/python/Id.cpp (+32, -0) (Diff)
/source/blender/freestyle/intern/python/Interface0D.cpp (+68, -0) (Diff)
/source/blender/freestyle/intern/python/Interface0D/CurvePoint.cpp (+176, -0) (Diff)
/source/blender/freestyle/intern/python/Interface0D/CurvePoint/StrokeVertex.cpp (+104, -0) (Diff)
/source/blender/freestyle/intern/python/Interface0D/SVertex.cpp (+268, -0) (Diff)
/source/blender/freestyle/intern/python/Interface0D/ViewVertex.cpp (+76, -0) (Diff)
/source/blender/freestyle/intern/python/Interface0D/ViewVertex/NonTVertex.cpp (+132, -0) (Diff)
/source/blender/freestyle/intern/python/Interface0D/ViewVertex/TVertex.cpp (+184, -0) (Diff)
/source/blender/freestyle/intern/python/Interface0DIterator.cpp (+104, -0) (Diff)
/source/blender/freestyle/intern/python/Interface1D.cpp (+56, -0) (Diff)
/source/blender/freestyle/intern/python/Interface1D/Curve.cpp (+112, -0) (Diff)
/source/blender/freestyle/intern/python/Interface1D/FEdge.cpp (+252, -0) (Diff)
/source/blender/freestyle/intern/python/Interface1D/FEdge/FEdgeSharp.cpp (+44, -0) (Diff)
/source/blender/freestyle/intern/python/Interface1D/FEdge/FEdgeSmooth.cpp (+32, -0) (Diff)
/source/blender/freestyle/intern/python/Interface1D/Stroke.cpp (+236, -0) (Diff)
/source/blender/freestyle/intern/python/Interface1D/ViewEdge.cpp (+236, -0) (Diff)
/source/blender/freestyle/intern/python/Material.cpp (+112, -0) (Diff)
/source/blender/freestyle/intern/python/Noise.cpp (+48, -0) (Diff)
/source/blender/freestyle/intern/python/Operators.cpp (+104, -0) (Diff)
/source/blender/freestyle/intern/python/SShape.cpp (+120, -0) (Diff)
/source/blender/freestyle/intern/python/StrokeAttribute.cpp (+112, -0) (Diff)
/source/blender/freestyle/intern/python/StrokeShader.cpp (+12, -0) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BackboneStretcherShader.cpp (+8, -0) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BezierCurveShader.cpp (+8, -0) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/CalligraphicShader.cpp (+4, -0) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/ColorNoiseShader.cpp (+8, -0) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/ColorVariationPatternShader.cpp (+4, -0) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/ConstantColorShader.cpp (+12, -0) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/ConstantThicknessShader.cpp (+8, -0) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/ConstrainedIncreasingThicknessShader.cpp (+4, -0) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/fstreamShader.cpp (+8, -0) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/GuidingLinesShader.cpp (+8, -0) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/IncreasingColorShader.cpp (+8, -0) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/IncreasingThicknessShader.cpp (+4, -0) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/PolygonalizationShader.cpp (+8, -0) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/SamplingShader.cpp (+8, -0) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/SpatialNoiseShader.cpp (+4, -0) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/streamShader.cpp (+12, -0) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/StrokeTextureShader.cpp (+8, -0) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/TextureAssignerShader.cpp (+8, -0) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/ThicknessNoiseShader.cpp (+8, -0) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/ThicknessVariationPatternShader.cpp (+4, -0) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/TipRemoverShader.cpp (+4, -0) (Diff)
/source/blender/freestyle/intern/python/StrokeVertexIterator.cpp (+260, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/GetCurvilinearAbscissaF0D.cpp (+16, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/GetParameterF0D.cpp (+16, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/GetViewMapGradientNormF0D.cpp (+12, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/ReadCompleteViewMapPixelF0D.cpp (+12, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/ReadMapPixelF0D.cpp (+12, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/ReadSteerableViewMapPixelF0D.cpp (+12, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Id/ShapeIdF0D.cpp (+16, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Material/MaterialF0D.cpp (+16, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Nature_EdgeNature/CurveNatureF0D.cpp (+16, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_real/Curvature2DAngleF0D.cpp (+16, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_real/GetProjectedXF0D.cpp (+16, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_real/GetProjectedYF0D.cpp (+16, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_real/GetProjectedZF0D.cpp (+16, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_real/GetXF0D.cpp (+16, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_real/GetYF0D.cpp (+16, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_real/GetZF0D.cpp (+16, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_real/ZDiscontinuityF0D.cpp (+16, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_unsigned_int/QuantitativeInvisibilityF0D.cpp (+16, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Vec2f/Normal2DF0D.cpp (+16, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Vec2f/VertexOrientation2DF0D.cpp (+16, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Vec3f/VertexOrientation3DF0D.cpp (+16, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_vector_ViewShape/GetOccludersF0D.cpp (+16, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_ViewShape/GetOccludeeF0D.cpp (+16, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_ViewShape/GetShapeF0D.cpp (+16, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/DensityF1D.cpp (+8, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/GetCompleteViewMapDensityF1D.cpp (+12, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/GetDirectionalViewMapDensityF1D.cpp (+12, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/LocalAverageDepthF1D.cpp (+12, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_Nature_EdgeNature/CurveNatureF1D.cpp (+12, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_real/Curvature2DAngleF1D.cpp (+12, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_real/GetProjectedXF1D.cpp (+12, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_real/GetProjectedYF1D.cpp (+12, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_real/GetProjectedZF1D.cpp (+12, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_real/GetSteerableViewMapDensityF1D.cpp (+8, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_real/GetViewMapGradientNormF1D.cpp (+12, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_real/GetXF1D.cpp (+12, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_real/GetYF1D.cpp (+12, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_real/GetZF1D.cpp (+12, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_real/ZDiscontinuityF1D.cpp (+12, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_unsigned/QuantitativeInvisibilityF1D.cpp (+12, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_Vec2f/Normal2DF1D.cpp (+12, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_Vec2f/Orientation2DF1D.cpp (+12, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_Vec3f/Orientation3DF1D.cpp (+12, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_vector_ViewShape/GetOccludeeF1D.cpp (+12, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_vector_ViewShape/GetOccludersF1D.cpp (+12, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_vector_ViewShape/GetShapeF1D.cpp (+12, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_void/ChainingTimeStampF1D.cpp (+16, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_void/IncrementChainingTimeStampF1D.cpp (+16, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_void/TimeStampF1D.cpp (+16, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate0D.cpp (+12, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate0D/FalseUP0D.cpp (+12, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate0D/TrueUP0D.cpp (+12, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D.cpp (+12, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/ContourUP1D.cpp (+16, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/DensityLowerThanUP1D.cpp (+12, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/EqualToChainingTimeStampUP1D.cpp (+12, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/EqualToTimeStampUP1D.cpp (+12, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/ExternalContourUP1D.cpp (+16, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/FalseUP1D.cpp (+12, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/QuantitativeInvisibilityUP1D.cpp (+12, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/ShapeUP1D.cpp (+12, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/TrueUP1D.cpp (+12, -0) (Diff)
/source/blender/freestyle/intern/python/ViewEdgeIterator/ChainingIterator.cpp (+36, -0) (Diff)
/source/blender/freestyle/intern/python/ViewEdgeIterator/ChainingIterator/ChainPredicateIterator.cpp (+12, -0) (Diff)
/source/blender/freestyle/intern/python/ViewEdgeIterator/ChainingIterator/ChainSilhouetteIterator.cpp (+16, -0) (Diff)
/source/blender/freestyle/intern/python/ViewMap.cpp (+104, -0) (Diff)
/source/blender/freestyle/intern/python/ViewShape.cpp (+88, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021