Blender Git Commit Log

Git Commits -> Revision a9789d9

Revision a9789d9 by Maxime Curioni (master)
July 23, 2008, 07:56 (GMT)
soc-2008-mxcurioni: renamed all Freestyle API related files with 'BPy_' prefix to avoid library name collision.

Included MediumType's initialization at proper time to avoid Blender's crash.

Commit Details:

Full Hash: a9789d90ae7c4408684490844ee9edf37ae84f65
SVN Revision: 15709
Parent Commit: 0c49444
Lines Changed: +8713, -8694

169 Added Paths:

/source/blender/freestyle/intern/python/BinaryPredicate1D/BPy_FalseBP1D.cpp (+16, -0) (View)
/source/blender/freestyle/intern/python/BinaryPredicate1D/BPy_Length2DBP1D.cpp (+16, -0) (View)
/source/blender/freestyle/intern/python/BinaryPredicate1D/BPy_SameShapeIdBP1D.cpp (+16, -0) (View)
/source/blender/freestyle/intern/python/BinaryPredicate1D/BPy_TrueBP1D.cpp (+16, -0) (View)
/source/blender/freestyle/intern/python/BinaryPredicate1D/BPy_ViewMapGradientNormBP1D.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/BPy_BinaryPredicate0D.cpp (+171, -0) (View)
/source/blender/freestyle/intern/python/BPy_BinaryPredicate0D.h (+36, -0) (View)
/source/blender/freestyle/intern/python/BPy_BinaryPredicate1D.cpp (+168, -0) (View)
/source/blender/freestyle/intern/python/BPy_BinaryPredicate1D.h (+35, -0) (View)
/source/blender/freestyle/intern/python/BPy_Convert.cpp (+109, -0) (View)
/source/blender/freestyle/intern/python/BPy_Convert.h (+49, -0) (View)
/source/blender/freestyle/intern/python/BPy_CurvePointIterator.cpp (+284, -0) (View)
/source/blender/freestyle/intern/python/BPy_EdgeModifier.cpp (+0, -0) (View)
/source/blender/freestyle/intern/python/BPy_Freestyle.cpp (+159, -0) (View)
/source/blender/freestyle/intern/python/BPy_Freestyle.h (+31, -0) (View)
/source/blender/freestyle/intern/python/BPy_Id.cpp (+222, -0) (View)
/source/blender/freestyle/intern/python/BPy_Id.h (+37, -0) (View)
/source/blender/freestyle/intern/python/BPy_IntegrationType.cpp (+153, -0) (View)
/source/blender/freestyle/intern/python/BPy_IntegrationType.h (+33, -0) (View)
/source/blender/freestyle/intern/python/BPy_Interface0D.cpp (+267, -0) (View)
/source/blender/freestyle/intern/python/BPy_Interface0D.h (+34, -0) (View)
/source/blender/freestyle/intern/python/BPy_Interface0DIterator.cpp (+104, -0) (View)
/source/blender/freestyle/intern/python/BPy_Interface1D.cpp (+223, -0) (View)
/source/blender/freestyle/intern/python/BPy_Interface1D.h (+35, -0) (View)
/source/blender/freestyle/intern/python/BPy_Material.cpp (+112, -0) (View)
/source/blender/freestyle/intern/python/BPy_MediumType.cpp (+131, -0) (View)
/source/blender/freestyle/intern/python/BPy_MediumType.h (+33, -0) (View)
/source/blender/freestyle/intern/python/BPy_Nature.cpp (+149, -0) (View)
/source/blender/freestyle/intern/python/BPy_Nature.h (+33, -0) (View)
/source/blender/freestyle/intern/python/BPy_Noise.cpp (+48, -0) (View)
/source/blender/freestyle/intern/python/BPy_Operators.cpp (+57, -0) (View)
/source/blender/freestyle/intern/python/BPy_orientedViewEdgeIterator.cpp (+0, -0) (View)
/source/blender/freestyle/intern/python/BPy_SShape.cpp (+120, -0) (View)
/source/blender/freestyle/intern/python/BPy_StrokeAttribute.cpp (+468, -0) (View)
/source/blender/freestyle/intern/python/BPy_StrokeAttribute.h (+34, -0) (View)
/source/blender/freestyle/intern/python/BPy_StrokeShader.cpp (+170, -0) (View)
/source/blender/freestyle/intern/python/BPy_StrokeShader.h (+41, -0) (View)
/source/blender/freestyle/intern/python/BPy_StrokeVertexIterator.cpp (+260, -0) (View)
/source/blender/freestyle/intern/python/BPy_UnaryFunction0D.cpp (+173, -0) (View)
/source/blender/freestyle/intern/python/BPy_UnaryFunction0D.h (+34, -0) (View)
/source/blender/freestyle/intern/python/BPy_UnaryFunction1D.cpp (+175, -0) (View)
/source/blender/freestyle/intern/python/BPy_UnaryFunction1D.h (+34, -0) (View)
/source/blender/freestyle/intern/python/BPy_UnaryPredicate0D.cpp (+170, -0) (View)
/source/blender/freestyle/intern/python/BPy_UnaryPredicate0D.h (+34, -0) (View)
/source/blender/freestyle/intern/python/BPy_UnaryPredicate1D.cpp (+170, -0) (View)
/source/blender/freestyle/intern/python/BPy_UnaryPredicate1D.h (+34, -0) (View)
/source/blender/freestyle/intern/python/BPy_ViewEdgeIterator.cpp (+0, -0) (View)
/source/blender/freestyle/intern/python/BPy_ViewMap.cpp (+104, -0) (View)
/source/blender/freestyle/intern/python/BPy_ViewShape.cpp (+88, -0) (View)
/source/blender/freestyle/intern/python/EdgeModifier/BPy_TimestampModifier.cpp (+0, -0) (View)
/source/blender/freestyle/intern/python/Interface0D/BPy_CurvePoint.cpp (+237, -0) (View)
/source/blender/freestyle/intern/python/Interface0D/BPy_CurvePoint.h (+31, -0) (View)
/source/blender/freestyle/intern/python/Interface0D/BPy_SVertex.cpp (+267, -0) (View)
/source/blender/freestyle/intern/python/Interface0D/BPy_SVertex.h (+32, -0) (View)
/source/blender/freestyle/intern/python/Interface0D/BPy_ViewVertex.cpp (+158, -0) (View)
/source/blender/freestyle/intern/python/Interface0D/BPy_ViewVertex.h (+31, -0) (View)
/source/blender/freestyle/intern/python/Interface0D/CurvePoint/BPy_StrokeVertex.cpp (+295, -0) (View)
/source/blender/freestyle/intern/python/Interface0D/CurvePoint/BPy_StrokeVertex.h (+31, -0) (View)
/source/blender/freestyle/intern/python/Interface0D/ViewVertex/BPy_NonTVertex.cpp (+132, -0) (View)
/source/blender/freestyle/intern/python/Interface0D/ViewVertex/BPy_TVertex.cpp (+184, -0) (View)
/source/blender/freestyle/intern/python/Interface1D/BPy_Curve.cpp (+112, -0) (View)
/source/blender/freestyle/intern/python/Interface1D/BPy_FEdge.cpp (+341, -0) (View)
/source/blender/freestyle/intern/python/Interface1D/BPy_FEdge.h (+31, -0) (View)
/source/blender/freestyle/intern/python/Interface1D/BPy_Stroke.cpp (+314, -0) (View)
/source/blender/freestyle/intern/python/Interface1D/BPy_Stroke.h (+31, -0) (View)
/source/blender/freestyle/intern/python/Interface1D/BPy_ViewEdge.cpp (+236, -0) (View)
/source/blender/freestyle/intern/python/Interface1D/Curve/BPy_Chain.cpp (+0, -0) (View)
/source/blender/freestyle/intern/python/Interface1D/FEdge/BPy_FEdgeSharp.cpp (+44, -0) (View)
/source/blender/freestyle/intern/python/Interface1D/FEdge/BPy_FEdgeSmooth.cpp (+32, -0) (View)
/source/blender/freestyle/intern/python/StrokeShader/BPy_BackboneStretcherShader.cpp (+8, -0) (View)
/source/blender/freestyle/intern/python/StrokeShader/BPy_BezierCurveShader.cpp (+8, -0) (View)
/source/blender/freestyle/intern/python/StrokeShader/BPy_CalligraphicShader.cpp (+4, -0) (View)
/source/blender/freestyle/intern/python/StrokeShader/BPy_ColorNoiseShader.cpp (+8, -0) (View)
/source/blender/freestyle/intern/python/StrokeShader/BPy_ColorVariationPatternShader.cpp (+4, -0) (View)
/source/blender/freestyle/intern/python/StrokeShader/BPy_ConstantColorShader.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/StrokeShader/BPy_ConstantThicknessShader.cpp (+8, -0) (View)
/source/blender/freestyle/intern/python/StrokeShader/BPy_ConstrainedIncreasingThicknessShader.cpp (+4, -0) (View)
/source/blender/freestyle/intern/python/StrokeShader/BPy_fstreamShader.cpp (+8, -0) (View)
/source/blender/freestyle/intern/python/StrokeShader/BPy_GuidingLinesShader.cpp (+8, -0) (View)
/source/blender/freestyle/intern/python/StrokeShader/BPy_IncreasingColorShader.cpp (+8, -0) (View)
/source/blender/freestyle/intern/python/StrokeShader/BPy_IncreasingThicknessShader.cpp (+4, -0) (View)
/source/blender/freestyle/intern/python/StrokeShader/BPy_PolygonalizationShader.cpp (+8, -0) (View)
/source/blender/freestyle/intern/python/StrokeShader/BPy_SamplingShader.cpp (+8, -0) (View)
/source/blender/freestyle/intern/python/StrokeShader/BPy_SpatialNoiseShader.cpp (+4, -0) (View)
/source/blender/freestyle/intern/python/StrokeShader/BPy_streamShader.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/StrokeShader/BPy_StrokeTextureShader.cpp (+8, -0) (View)
/source/blender/freestyle/intern/python/StrokeShader/BPy_TextureAssignerShader.cpp (+8, -0) (View)
/source/blender/freestyle/intern/python/StrokeShader/BPy_ThicknessNoiseShader.cpp (+8, -0) (View)
/source/blender/freestyle/intern/python/StrokeShader/BPy_ThicknessVariationPatternShader.cpp (+4, -0) (View)
/source/blender/freestyle/intern/python/StrokeShader/BPy_TipRemoverShader.cpp (+4, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DDouble.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DFloat.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DId.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DUnsigned.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DVec2f.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DVec3f.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DVectorViewShape.cpp (+8, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DViewShape.cpp (+8, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_DensityF0D.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_LocalAverageDepthF0D.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/BPy_GetCurvilinearAbscissaF0D.cpp (+16, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/BPy_GetParameterF0D.cpp (+16, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/BPy_GetViewMapGradientNormF0D.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/BPy_ReadCompleteViewMapPixelF0D.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/BPy_ReadMapPixelF0D.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/BPy_ReadSteerableViewMapPixelF0D.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Id/BPy_ShapeIdF0D.cpp (+16, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Material/BPy_MaterialF0D.cpp (+16, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Nature_EdgeNature/BPy_CurveNatureF0D.cpp (+16, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_real/BPy_Curvature2DAngleF0D.cpp (+16, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_real/BPy_GetProjectedXF0D.cpp (+16, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_real/BPy_GetProjectedYF0D.cpp (+16, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_real/BPy_GetProjectedZF0D.cpp (+16, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_real/BPy_GetXF0D.cpp (+16, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_real/BPy_GetYF0D.cpp (+16, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_real/BPy_GetZF0D.cpp (+16, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_real/BPy_ZDiscontinuityF0D.cpp (+16, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_unsigned_int/BPy_QuantitativeInvisibilityF0D.cpp (+16, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Vec2f/BPy_Normal2DF0D.cpp (+16, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Vec2f/BPy_VertexOrientation2DF0D.cpp (+16, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Vec3f/BPy_VertexOrientation3DF0D.cpp (+16, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_vector_ViewShape/BPy_GetOccludersF0D.cpp (+16, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_ViewShape/BPy_GetOccludeeF0D.cpp (+16, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_ViewShape/BPy_GetShapeF0D.cpp (+16, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DDouble.cpp (+20, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DFloat.cpp (+20, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DUnsigned.cpp (+20, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVec2f.cpp (+20, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVec3f.cpp (+20, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVectorViewShape.cpp (+16, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_DensityF1D.cpp (+8, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetCompleteViewMapDensityF1D.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetDirectionalViewMapDensityF1D.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_LocalAverageDepthF1D.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_Nature_EdgeNature/BPy_CurveNatureF1D.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_real/BPy_Curvature2DAngleF1D.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_real/BPy_GetProjectedXF1D.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_real/BPy_GetProjectedYF1D.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_real/BPy_GetProjectedZF1D.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_real/BPy_GetSteerableViewMapDensityF1D.cpp (+8, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_real/BPy_GetViewMapGradientNormF1D.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_real/BPy_GetXF1D.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_real/BPy_GetYF1D.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_real/BPy_GetZF1D.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_real/BPy_ZDiscontinuityF1D.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_unsigned/BPy_QuantitativeInvisibilityF1D.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_Vec2f/BPy_Normal2DF1D.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_Vec2f/BPy_Orientation2DF1D.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_Vec3f/BPy_Orientation3DF1D.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_vector_ViewShape/BPy_GetOccludeeF1D.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_vector_ViewShape/BPy_GetOccludersF1D.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_vector_ViewShape/BPy_GetShapeF1D.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_void/BPy_ChainingTimeStampF1D.cpp (+16, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_void/BPy_IncrementChainingTimeStampF1D.cpp (+16, -0) (View)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_void/BPy_TimeStampF1D.cpp (+16, -0) (View)
/source/blender/freestyle/intern/python/UnaryPredicate0D/BPy_FalseUP0D.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/UnaryPredicate0D/BPy_TrueUP0D.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_ContourUP1D.cpp (+16, -0) (View)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_DensityLowerThanUP1D.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_EqualToChainingTimeStampUP1D.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_EqualToTimeStampUP1D.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_ExternalContourUP1D.cpp (+16, -0) (View)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_FalseUP1D.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_QuantitativeInvisibilityUP1D.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_ShapeUP1D.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_TrueUP1D.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/ViewEdgeIterator/BPy_ChainingIterator.cpp (+36, -0) (View)
/source/blender/freestyle/intern/python/ViewEdgeIterator/ChainingIterator/BPy_ChainPredicateIterator.cpp (+12, -0) (View)
/source/blender/freestyle/intern/python/ViewEdgeIterator/ChainingIterator/BPy_ChainSilhouetteIterator.cpp (+16, -0) (View)

169 Deleted Paths:

/source/blender/freestyle/intern/python/BinaryPredicate0D.cpp (+0, -171)
/source/blender/freestyle/intern/python/BinaryPredicate0D.h (+0, -36)
/source/blender/freestyle/intern/python/BinaryPredicate1D.cpp (+0, -168)
/source/blender/freestyle/intern/python/BinaryPredicate1D.h (+0, -35)
/source/blender/freestyle/intern/python/BinaryPredicate1D/FalseBP1D.cpp (+0, -16)
/source/blender/freestyle/intern/python/BinaryPredicate1D/Length2DBP1D.cpp (+0, -16)
/source/blender/freestyle/intern/python/BinaryPredicate1D/SameShapeIdBP1D.cpp (+0, -16)
/source/blender/freestyle/intern/python/BinaryPredicate1D/TrueBP1D.cpp (+0, -16)
/source/blender/freestyle/intern/python/BinaryPredicate1D/ViewMapGradientNormBP1D.cpp (+0, -12)
/source/blender/freestyle/intern/python/Convert.cpp (+0, -109)
/source/blender/freestyle/intern/python/Convert.h (+0, -49)
/source/blender/freestyle/intern/python/CurvePointIterator.cpp (+0, -284)
/source/blender/freestyle/intern/python/EdgeModifier.cpp (+0, -0)
/source/blender/freestyle/intern/python/EdgeModifier/TimestampModifier.cpp (+0, -0)
/source/blender/freestyle/intern/python/Freestyle.cpp (+0, -153)
/source/blender/freestyle/intern/python/Freestyle.h (+0, -31)
/source/blender/freestyle/intern/python/Id.cpp (+0, -222)
/source/blender/freestyle/intern/python/Id.h (+0, -37)
/source/blender/freestyle/intern/python/IntegrationType.cpp (+0, -153)
/source/blender/freestyle/intern/python/IntegrationType.h (+0, -33)
/source/blender/freestyle/intern/python/Interface0D.cpp (+0, -267)
/source/blender/freestyle/intern/python/Interface0D.h (+0, -34)
/source/blender/freestyle/intern/python/Interface0D/CurvePoint.cpp (+0, -237)
/source/blender/freestyle/intern/python/Interface0D/CurvePoint.h (+0, -31)
/source/blender/freestyle/intern/python/Interface0D/CurvePoint/StrokeVertex.cpp (+0, -295)
/source/blender/freestyle/intern/python/Interface0D/CurvePoint/StrokeVertex.h (+0, -31)
/source/blender/freestyle/intern/python/Interface0D/SVertex.cpp (+0, -267)
/source/blender/freestyle/intern/python/Interface0D/SVertex.h (+0, -32)
/source/blender/freestyle/intern/python/Interface0D/ViewVertex.cpp (+0, -158)
/source/blender/freestyle/intern/python/Interface0D/ViewVertex.h (+0, -31)
/source/blender/freestyle/intern/python/Interface0D/ViewVertex/NonTVertex.cpp (+0, -132)
/source/blender/freestyle/intern/python/Interface0D/ViewVertex/TVertex.cpp (+0, -184)
/source/blender/freestyle/intern/python/Interface0DIterator.cpp (+0, -104)
/source/blender/freestyle/intern/python/Interface1D.cpp (+0, -223)
/source/blender/freestyle/intern/python/Interface1D.h (+0, -35)
/source/blender/freestyle/intern/python/Interface1D/Curve.cpp (+0, -112)
/source/blender/freestyle/intern/python/Interface1D/Curve/Chain.cpp (+0, -0)
/source/blender/freestyle/intern/python/Interface1D/FEdge.cpp (+0, -341)
/source/blender/freestyle/intern/python/Interface1D/FEdge.h (+0, -31)
/source/blender/freestyle/intern/python/Interface1D/FEdge/FEdgeSharp.cpp (+0, -44)
/source/blender/freestyle/intern/python/Interface1D/FEdge/FEdgeSmooth.cpp (+0, -32)
/source/blender/freestyle/intern/python/Interface1D/Stroke.cpp (+0, -314)
/source/blender/freestyle/intern/python/Interface1D/Stroke.h (+0, -31)
/source/blender/freestyle/intern/python/Interface1D/ViewEdge.cpp (+0, -236)
/source/blender/freestyle/intern/python/Material.cpp (+0, -112)
/source/blender/freestyle/intern/python/MediumType.cpp (+0, -119)
/source/blender/freestyle/intern/python/MediumType.h (+0, -33)
/source/blender/freestyle/intern/python/Nature.cpp (+0, -149)
/source/blender/freestyle/intern/python/Nature.h (+0, -33)
/source/blender/freestyle/intern/python/Noise.cpp (+0, -48)
/source/blender/freestyle/intern/python/Operators.cpp (+0, -57)
/source/blender/freestyle/intern/python/orientedViewEdgeIterator.cpp (+0, -0)
/source/blender/freestyle/intern/python/SShape.cpp (+0, -120)
/source/blender/freestyle/intern/python/StrokeAttribute.cpp (+0, -468)
/source/blender/freestyle/intern/python/StrokeAttribute.h (+0, -34)
/source/blender/freestyle/intern/python/StrokeShader.cpp (+0, -170)
/source/blender/freestyle/intern/python/StrokeShader.h (+0, -41)
/source/blender/freestyle/intern/python/StrokeShader/BackboneStretcherShader.cpp (+0, -8)
/source/blender/freestyle/intern/python/StrokeShader/BezierCurveShader.cpp (+0, -8)
/source/blender/freestyle/intern/python/StrokeShader/CalligraphicShader.cpp (+0, -4)
/source/blender/freestyle/intern/python/StrokeShader/ColorNoiseShader.cpp (+0, -8)
/source/blender/freestyle/intern/python/StrokeShader/ColorVariationPatternShader.cpp (+0, -4)
/source/blender/freestyle/intern/python/StrokeShader/ConstantColorShader.cpp (+0, -12)
/source/blender/freestyle/intern/python/StrokeShader/ConstantThicknessShader.cpp (+0, -8)
/source/blender/freestyle/intern/python/StrokeShader/ConstrainedIncreasingThicknessShader.cpp (+0, -4)
/source/blender/freestyle/intern/python/StrokeShader/fstreamShader.cpp (+0, -8)
/source/blender/freestyle/intern/python/StrokeShader/GuidingLinesShader.cpp (+0, -8)
/source/blender/freestyle/intern/python/StrokeShader/IncreasingColorShader.cpp (+0, -8)
/source/blender/freestyle/intern/python/StrokeShader/IncreasingThicknessShader.cpp (+0, -4)
/source/blender/freestyle/intern/python/StrokeShader/PolygonalizationShader.cpp (+0, -8)
/source/blender/freestyle/intern/python/StrokeShader/SamplingShader.cpp (+0, -8)
/source/blender/freestyle/intern/python/StrokeShader/SpatialNoiseShader.cpp (+0, -4)
/source/blender/freestyle/intern/python/StrokeShader/streamShader.cpp (+0, -12)
/source/blender/freestyle/intern/python/StrokeShader/StrokeTextureShader.cpp (+0, -8)
/source/blender/freestyle/intern/python/StrokeShader/TextureAssignerShader.cpp (+0, -8)
/source/blender/freestyle/intern/python/StrokeShader/ThicknessNoiseShader.cpp (+0, -8)
/source/blender/freestyle/intern/python/StrokeShader/ThicknessVariationPatternShader.cpp (+0, -4)
/source/blender/freestyle/intern/python/StrokeShader/TipRemoverShader.cpp (+0, -4)
/source/blender/freestyle/intern/python/StrokeVertexIterator.cpp (+0, -260)
/source/blender/freestyle/intern/python/UnaryFunction0D.cpp (+0, -173)
/source/blender/freestyle/intern/python/UnaryFunction0D.h (+0, -34)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0DDouble.cpp (+0, -12)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0DFloat.cpp (+0, -12)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0DId.cpp (+0, -12)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0DUnsigned.cpp (+0, -12)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0DVec2f.cpp (+0, -12)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0DVec3f.cpp (+0, -12)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0DVectorViewShape.cpp (+0, -8)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0DViewShape.cpp (+0, -8)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/DensityF0D.cpp (+0, -12)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/LocalAverageDepthF0D.cpp (+0, -12)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/GetCurvilinearAbscissaF0D.cpp (+0, -16)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/GetParameterF0D.cpp (+0, -16)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/GetViewMapGradientNormF0D.cpp (+0, -12)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/ReadCompleteViewMapPixelF0D.cpp (+0, -12)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/ReadMapPixelF0D.cpp (+0, -12)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/ReadSteerableViewMapPixelF0D.cpp (+0, -12)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Id/ShapeIdF0D.cpp (+0, -16)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Material/MaterialF0D.cpp (+0, -16)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Nature_EdgeNature/CurveNatureF0D.cpp (+0, -16)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_real/Curvature2DAngleF0D.cpp (+0, -16)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_real/GetProjectedXF0D.cpp (+0, -16)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_real/GetProjectedYF0D.cpp (+0, -16)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_real/GetProjectedZF0D.cpp (+0, -16)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_real/GetXF0D.cpp (+0, -16)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_real/GetYF0D.cpp (+0, -16)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_real/GetZF0D.cpp (+0, -16)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_real/ZDiscontinuityF0D.cpp (+0, -16)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_unsigned_int/QuantitativeInvisibilityF0D.cpp (+0, -16)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Vec2f/Normal2DF0D.cpp (+0, -16)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Vec2f/VertexOrientation2DF0D.cpp (+0, -16)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Vec3f/VertexOrientation3DF0D.cpp (+0, -16)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_vector_ViewShape/GetOccludersF0D.cpp (+0, -16)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_ViewShape/GetOccludeeF0D.cpp (+0, -16)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_ViewShape/GetShapeF0D.cpp (+0, -16)
/source/blender/freestyle/intern/python/UnaryFunction1D.cpp (+0, -175)
/source/blender/freestyle/intern/python/UnaryFunction1D.h (+0, -34)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1DDouble.cpp (+0, -20)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1DFloat.cpp (+0, -20)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1DUnsigned.cpp (+0, -20)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1DVec2f.cpp (+0, -20)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1DVec3f.cpp (+0, -20)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1DVectorViewShape.cpp (+0, -16)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/DensityF1D.cpp (+0, -8)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/GetCompleteViewMapDensityF1D.cpp (+0, -12)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/GetDirectionalViewMapDensityF1D.cpp (+0, -12)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/LocalAverageDepthF1D.cpp (+0, -12)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_Nature_EdgeNature/CurveNatureF1D.cpp (+0, -12)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_real/Curvature2DAngleF1D.cpp (+0, -12)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_real/GetProjectedXF1D.cpp (+0, -12)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_real/GetProjectedYF1D.cpp (+0, -12)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_real/GetProjectedZF1D.cpp (+0, -12)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_real/GetSteerableViewMapDensityF1D.cpp (+0, -8)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_real/GetViewMapGradientNormF1D.cpp (+0, -12)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_real/GetXF1D.cpp (+0, -12)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_real/GetYF1D.cpp (+0, -12)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_real/GetZF1D.cpp (+0, -12)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_real/ZDiscontinuityF1D.cpp (+0, -12)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_unsigned/QuantitativeInvisibilityF1D.cpp (+0, -12)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_Vec2f/Normal2DF1D.cpp (+0, -12)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_Vec2f/Orientation2DF1D.cpp (+0, -12)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_Vec3f/Orientation3DF1D.cpp (+0, -12)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_vector_ViewShape/GetOccludeeF1D.cpp (+0, -12)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_vector_ViewShape/GetOccludersF1D.cpp (+0, -12)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_vector_ViewShape/GetShapeF1D.cpp (+0, -12)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_void/ChainingTimeStampF1D.cpp (+0, -16)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_void/IncrementChainingTimeStampF1D.cpp (+0, -16)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_void/TimeStampF1D.cpp (+0, -16)
/source/blender/freestyle/intern/python/UnaryPredicate0D.cpp (+0, -170)
/source/blender/freestyle/intern/python/UnaryPredicate0D.h (+0, -34)
/source/blender/freestyle/intern/python/UnaryPredicate0D/FalseUP0D.cpp (+0, -12)
/source/blender/freestyle/intern/python/UnaryPredicate0D/TrueUP0D.cpp (+0, -12)
/source/blender/freestyle/intern/python/UnaryPredicate1D.cpp (+0, -170)
/source/blender/freestyle/intern/python/UnaryPredicate1D.h (+0, -34)
/source/blender/freestyle/intern/python/UnaryPredicate1D/ContourUP1D.cpp (+0, -16)
/source/blender/freestyle/intern/python/UnaryPredicate1D/DensityLowerThanUP1D.cpp (+0, -12)
/source/blender/freestyle/intern/python/UnaryPredicate1D/EqualToChainingTimeStampUP1D.cpp (+0, -12)
/source/blender/freestyle/intern/python/UnaryPredicate1D/EqualToTimeStampUP1D.cpp (+0, -12)
/source/blender/freestyle/intern/python/UnaryPredicate1D/ExternalContourUP1D.cpp (+0, -16)
/source/blender/freestyle/intern/python/UnaryPredicate1D/FalseUP1D.cpp (+0, -12)
/source/blender/freestyle/intern/python/UnaryPredicate1D/QuantitativeInvisibilityUP1D.cpp (+0, -12)
/source/blender/freestyle/intern/python/UnaryPredicate1D/ShapeUP1D.cpp (+0, -12)
/source/blender/freestyle/intern/python/UnaryPredicate1D/TrueUP1D.cpp (+0, -12)
/source/blender/freestyle/intern/python/ViewEdgeIterator.cpp (+0, -0)
/source/blender/freestyle/intern/python/ViewEdgeIterator/ChainingIterator.cpp (+0, -36)
/source/blender/freestyle/intern/python/ViewEdgeIterator/ChainingIterator/ChainPredicateIterator.cpp (+0, -12)
/source/blender/freestyle/intern/python/ViewEdgeIterator/ChainingIterator/ChainSilhouetteIterator.cpp (+0, -16)
/source/blender/freestyle/intern/python/ViewMap.cpp (+0, -104)
/source/blender/freestyle/intern/python/ViewShape.cpp (+0, -88)

2 Modified Paths:

/source/blender/freestyle/SConscript (+22, -22) (Diff)
/source/blender/python/api2_2x/Blender.c (+2, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021