[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [52902] branches/soc-2008-mxcurioni/source /blender/freestyle/intern: Fix for svn:executable.

Tamito Kajiyama rd6t-kjym at asahi-net.or.jp
Wed Dec 12 00:01:22 CET 2012


Revision: 52902
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=52902
Author:   kjym3
Date:     2012-12-11 23:01:21 +0000 (Tue, 11 Dec 2012)
Log Message:
-----------
Fix for svn:executable.
Reported by Bastien Montagne, thanks!

Property Changed:
----------------
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/application/AppCanvas.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/application/AppCanvas.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/application/AppConfig.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/application/AppConfig.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/application/Controller.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/application/Controller.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/BBox.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/Bezier.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/Bezier.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/FastGrid.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/FastGrid.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/FitCurve.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/FitCurve.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/Geom.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/GeomCleaner.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/GeomCleaner.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/GeomUtils.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/GeomUtils.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/Grid.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/Grid.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/HashGrid.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/HashGrid.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/Noise.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/Noise.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/Polygon.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/SweepLine.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/VecMat.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/matrix_util.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/matrix_util.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/normal_cycle.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/normal_cycle.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/image/GaussianFilter.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/image/GaussianFilter.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/image/Image.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/image/ImagePyramid.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/image/ImagePyramid.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/scene_graph/DrawingStyle.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/scene_graph/FrsMaterial.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/scene_graph/IndexedFaceSet.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/scene_graph/IndexedFaceSet.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/scene_graph/LineRep.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/scene_graph/LineRep.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/scene_graph/Node.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/scene_graph/NodeDrawingStyle.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/scene_graph/NodeDrawingStyle.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/scene_graph/NodeGroup.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/scene_graph/NodeGroup.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/scene_graph/NodeLight.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/scene_graph/NodeLight.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/scene_graph/NodeShape.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/scene_graph/NodeShape.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/scene_graph/NodeTransform.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/scene_graph/NodeTransform.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/scene_graph/OrientedLineRep.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/scene_graph/OrientedLineRep.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/scene_graph/Rep.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/scene_graph/Rep.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/scene_graph/ScenePrettyPrinter.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/scene_graph/ScenePrettyPrinter.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/scene_graph/SceneVisitor.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/scene_graph/SceneVisitor.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/scene_graph/TriangleRep.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/scene_graph/TriangleRep.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/scene_graph/VertexRep.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/scene_graph/VertexRep.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/AdvancedFunctions0D.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/AdvancedFunctions0D.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/AdvancedFunctions1D.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/AdvancedFunctions1D.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/AdvancedPredicates1D.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/AdvancedStrokeShaders.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/AdvancedStrokeShaders.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/BasicStrokeShaders.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/BasicStrokeShaders.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/Canvas.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/Canvas.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/Chain.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/Chain.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/ChainingIterators.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/ChainingIterators.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/ContextFunctions.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/ContextFunctions.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/Curve.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/Curve.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/CurveAdvancedIterators.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/CurveIterators.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/Modifiers.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/Module.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/Operators.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/Operators.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/PSStrokeRenderer.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/PSStrokeRenderer.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/Predicates0D.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/Predicates1D.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/QInformationMap.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/Stroke.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/Stroke.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/StrokeAdvancedIterators.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/StrokeIO.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/StrokeIO.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/StrokeIterators.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/StrokeLayer.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/StrokeLayer.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/StrokeRenderer.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/StrokeRenderer.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/StrokeRep.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/StrokeRep.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/StrokeShader.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/StrokeTesselator.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/StrokeTesselator.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/StyleModule.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/TextStrokeRenderer.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/TextStrokeRenderer.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/system/BaseIterator.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/system/BaseObject.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/system/BaseObject.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/system/Cast.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/system/Exception.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/system/Exception.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/system/FreestyleConfig.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/system/Id.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/system/Interpreter.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/system/Precision.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/system/ProgressBar.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/system/PseudoNoise.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/system/PseudoNoise.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/system/PythonInterpreter.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/system/PythonInterpreter.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/system/RandGen.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/system/RandGen.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/system/StringUtils.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/system/StringUtils.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/system/TimeStamp.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/system/TimeStamp.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/system/TimeUtils.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/view_map/FEdgeXDetector.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/view_map/FEdgeXDetector.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/view_map/Functions0D.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/view_map/Functions0D.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/view_map/Functions1D.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/view_map/Functions1D.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/view_map/Interface0D.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/view_map/Interface1D.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/view_map/Silhouette.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/view_map/Silhouette.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/view_map/SilhouetteGeomEngine.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/view_map/SilhouetteGeomEngine.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/view_map/SteerableViewMap.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/view_map/SteerableViewMap.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/view_map/ViewEdgeXBuilder.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/view_map/ViewEdgeXBuilder.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/view_map/ViewMap.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/view_map/ViewMap.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/view_map/ViewMapAdvancedIterators.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/view_map/ViewMapBuilder.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/view_map/ViewMapBuilder.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/view_map/ViewMapIO.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/view_map/ViewMapIO.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/view_map/ViewMapIterators.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/view_map/ViewMapTesselator.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/view_map/ViewMapTesselator.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/winged_edge/Curvature.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/winged_edge/Curvature.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/winged_edge/Nature.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/winged_edge/WEdge.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/winged_edge/WEdge.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/winged_edge/WFillGrid.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/winged_edge/WFillGrid.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/winged_edge/WSFillGrid.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/winged_edge/WSFillGrid.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/winged_edge/WXEdge.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/winged_edge/WXEdge.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/winged_edge/WXEdgeBuilder.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/winged_edge/WXEdgeBuilder.h
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/winged_edge/WingedEdgeBuilder.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/winged_edge/WingedEdgeBuilder.h


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/application/AppCanvas.cpp
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/application/AppCanvas.h
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/application/AppConfig.cpp
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/application/AppConfig.h
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/application/Controller.cpp
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/application/Controller.h
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/BBox.h
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/Bezier.cpp
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/Bezier.h
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/FastGrid.cpp
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/FastGrid.h
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/FitCurve.cpp
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/FitCurve.h
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/Geom.h
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/GeomCleaner.cpp
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/GeomCleaner.h
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/GeomUtils.cpp
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/GeomUtils.h
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/Grid.cpp
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/Grid.h
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/HashGrid.cpp
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/HashGrid.h
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/Noise.cpp
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/Noise.h
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/Polygon.h
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/SweepLine.h
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/VecMat.h
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/matrix_util.cpp
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/matrix_util.h
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/normal_cycle.cpp
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/geometry/normal_cycle.h
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/image/GaussianFilter.cpp
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/image/GaussianFilter.h
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/image/Image.h
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/image/ImagePyramid.cpp
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/image/ImagePyramid.h
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/scene_graph/DrawingStyle.h
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/scene_graph/FrsMaterial.h
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/scene_graph/IndexedFaceSet.cpp
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/scene_graph/IndexedFaceSet.h
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/scene_graph/LineRep.cpp
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/scene_graph/LineRep.h
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/scene_graph/Node.h
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/scene_graph/NodeDrawingStyle.cpp
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/scene_graph/NodeDrawingStyle.h
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/scene_graph/NodeGroup.cpp
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/scene_graph/NodeGroup.h
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/scene_graph/NodeLight.cpp
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/scene_graph/NodeLight.h
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/scene_graph/NodeShape.cpp
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/scene_graph/NodeShape.h
___________________________________________________________________
Deleted: svn:executable
   - *



@@ Diff output truncated at 10240 characters. @@



More information about the Bf-blender-cvs mailing list