Blender Git Commit Log

Git Commits -> Revision 3bd0b89

Revision 3bd0b89 by Tamito Kajiyama (master)
February 23, 2013, 18:50 (GMT)
Code style clean-up.

Commit Details:

Full Hash: 3bd0b8971615d6ddc309aa33a40f7ebf0c25b0c6
SVN Revision: 54792
Parent Commit: ad7c437
Lines Changed: +734, -734

157 Modified Paths:

/source/blender/freestyle/intern/python/BinaryPredicate1D/BPy_FalseBP1D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/BinaryPredicate1D/BPy_Length2DBP1D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/BinaryPredicate1D/BPy_SameShapeIdBP1D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/BinaryPredicate1D/BPy_TrueBP1D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/BinaryPredicate1D/BPy_ViewMapGradientNormBP1D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/BPy_BBox.h (+5, -5) (Diff)
/source/blender/freestyle/intern/python/BPy_BinaryPredicate0D.h (+5, -5) (Diff)
/source/blender/freestyle/intern/python/BPy_BinaryPredicate1D.h (+5, -5) (Diff)
/source/blender/freestyle/intern/python/BPy_ContextFunctions.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/BPy_Convert.h (+62, -62) (Diff)
/source/blender/freestyle/intern/python/BPy_Freestyle.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/BPy_FrsMaterial.h (+5, -5) (Diff)
/source/blender/freestyle/intern/python/BPy_FrsNoise.h (+5, -5) (Diff)
/source/blender/freestyle/intern/python/BPy_Id.h (+5, -5) (Diff)
/source/blender/freestyle/intern/python/BPy_IntegrationType.h (+5, -5) (Diff)
/source/blender/freestyle/intern/python/BPy_Interface0D.h (+5, -5) (Diff)
/source/blender/freestyle/intern/python/BPy_Interface1D.h (+5, -5) (Diff)
/source/blender/freestyle/intern/python/BPy_Iterator.h (+5, -5) (Diff)
/source/blender/freestyle/intern/python/BPy_MediumType.h (+5, -5) (Diff)
/source/blender/freestyle/intern/python/BPy_Nature.h (+5, -5) (Diff)
/source/blender/freestyle/intern/python/BPy_Operators.h (+5, -5) (Diff)
/source/blender/freestyle/intern/python/BPy_SShape.h (+5, -5) (Diff)
/source/blender/freestyle/intern/python/BPy_StrokeAttribute.h (+5, -5) (Diff)
/source/blender/freestyle/intern/python/BPy_StrokeShader.h (+5, -5) (Diff)
/source/blender/freestyle/intern/python/BPy_UnaryFunction0D.h (+5, -5) (Diff)
/source/blender/freestyle/intern/python/BPy_UnaryFunction1D.h (+5, -5) (Diff)
/source/blender/freestyle/intern/python/BPy_UnaryPredicate0D.h (+5, -5) (Diff)
/source/blender/freestyle/intern/python/BPy_UnaryPredicate1D.h (+5, -5) (Diff)
/source/blender/freestyle/intern/python/BPy_ViewMap.h (+5, -5) (Diff)
/source/blender/freestyle/intern/python/BPy_ViewShape.h (+5, -5) (Diff)
/source/blender/freestyle/intern/python/Director.h (+12, -12) (Diff)
/source/blender/freestyle/intern/python/Interface0D/BPy_CurvePoint.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/Interface0D/BPy_SVertex.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/Interface0D/BPy_ViewVertex.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/Interface0D/CurvePoint/BPy_StrokeVertex.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/Interface0D/ViewVertex/BPy_NonTVertex.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/Interface0D/ViewVertex/BPy_TVertex.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/Interface1D/BPy_FEdge.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/Interface1D/BPy_FrsCurve.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/Interface1D/BPy_Stroke.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/Interface1D/BPy_ViewEdge.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/Interface1D/Curve/BPy_Chain.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/Interface1D/FEdge/BPy_FEdgeSharp.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/Interface1D/FEdge/BPy_FEdgeSmooth.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_AdjacencyIterator.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ChainingIterator.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ChainPredicateIterator.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ChainSilhouetteIterator.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_CurvePointIterator.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_Interface0DIterator.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_orientedViewEdgeIterator.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_StrokeVertexIterator.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_SVertexIterator.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ViewEdgeIterator.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_BackboneStretcherShader.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_BezierCurveShader.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_CalligraphicShader.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_ColorNoiseShader.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_ColorVariationPatternShader.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_ConstantColorShader.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_ConstantThicknessShader.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_ConstrainedIncreasingThicknessShader.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_fstreamShader.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_GuidingLinesShader.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_IncreasingColorShader.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_IncreasingThicknessShader.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_PolygonalizationShader.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_SamplingShader.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_SmoothingShader.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_SpatialNoiseShader.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_streamShader.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_StrokeTextureShader.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_TextureAssignerShader.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_ThicknessNoiseShader.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_ThicknessVariationPatternShader.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_TipRemoverShader.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DDouble.h (+5, -5) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DEdgeNature.h (+5, -5) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DFloat.h (+5, -5) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DId.h (+5, -5) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DMaterial.h (+5, -5) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DUnsigned.h (+5, -5) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DVec2f.h (+5, -5) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DVec3f.h (+5, -5) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DVectorViewShape.h (+5, -5) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DViewShape.h (+5, -5) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_Curvature2DAngleF0D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_DensityF0D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_GetProjectedXF0D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_GetProjectedYF0D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_GetProjectedZF0D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_GetXF0D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_GetYF0D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_GetZF0D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_LocalAverageDepthF0D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_ZDiscontinuityF0D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/BPy_GetCurvilinearAbscissaF0D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/BPy_GetParameterF0D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/BPy_GetViewMapGradientNormF0D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/BPy_ReadCompleteViewMapPixelF0D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/BPy_ReadMapPixelF0D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/BPy_ReadSteerableViewMapPixelF0D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Id/BPy_ShapeIdF0D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Material/BPy_MaterialF0D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Nature_EdgeNature/BPy_CurveNatureF0D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_unsigned_int/BPy_QuantitativeInvisibilityF0D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Vec2f/BPy_Normal2DF0D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Vec2f/BPy_VertexOrientation2DF0D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Vec3f/BPy_VertexOrientation3DF0D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_vector_ViewShape/BPy_GetOccludersF0D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_ViewShape/BPy_GetOccludeeF0D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_ViewShape/BPy_GetShapeF0D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DDouble.h (+5, -5) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DEdgeNature.h (+5, -5) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DFloat.h (+5, -5) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DUnsigned.h (+5, -5) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVec2f.h (+5, -5) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVec3f.h (+5, -5) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVectorViewShape.h (+5, -5) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVoid.h (+5, -5) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_Curvature2DAngleF1D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_DensityF1D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetCompleteViewMapDensityF1D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetDirectionalViewMapDensityF1D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetProjectedXF1D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetProjectedYF1D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetProjectedZF1D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetSteerableViewMapDensityF1D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetViewMapGradientNormF1D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetXF1D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetYF1D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetZF1D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_LocalAverageDepthF1D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_ZDiscontinuityF1D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_Nature_EdgeNature/BPy_CurveNatureF1D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_unsigned_int/BPy_QuantitativeInvisibilityF1D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_Vec2f/BPy_Normal2DF1D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_Vec2f/BPy_Orientation2DF1D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_Vec3f/BPy_Orientation3DF1D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_vector_ViewShape/BPy_GetOccludeeF1D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_vector_ViewShape/BPy_GetOccludersF1D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_vector_ViewShape/BPy_GetShapeF1D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_void/BPy_ChainingTimeStampF1D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_void/BPy_IncrementChainingTimeStampF1D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_void/BPy_TimeStampF1D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate0D/BPy_FalseUP0D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate0D/BPy_TrueUP0D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_ContourUP1D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_DensityLowerThanUP1D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_EqualToChainingTimeStampUP1D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_EqualToTimeStampUP1D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_ExternalContourUP1D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_FalseUP1D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_QuantitativeInvisibilityUP1D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_ShapeUP1D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_TrueUP1D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_WithinImageBoundaryUP1D.h (+4, -4) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021