Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Curioni <maxime.curioni@gmail.com>2008-07-23 11:56:08 +0400
committerMaxime Curioni <maxime.curioni@gmail.com>2008-07-23 11:56:08 +0400
commita9789d90ae7c4408684490844ee9edf37ae84f65 (patch)
tree88c8b17a31995148c730723941344fbf57605783 /source/blender/freestyle/SConscript
parent0c494442d34d05ea8e0d94daefcca5902a2d6149 (diff)
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.
Diffstat (limited to 'source/blender/freestyle/SConscript')
-rw-r--r--source/blender/freestyle/SConscript44
1 files changed, 22 insertions, 22 deletions
diff --git a/source/blender/freestyle/SConscript b/source/blender/freestyle/SConscript
index 12b649c362d..94e8b7163fb 100644
--- a/source/blender/freestyle/SConscript
+++ b/source/blender/freestyle/SConscript
@@ -60,28 +60,28 @@ app_sources = env.Glob(prefix + '/*.cpp')
prefix = 'intern/python'
# python_sources = env.Glob(prefix + '/*.cpp')
python_sources = [
- prefix + '/Freestyle.cpp',
- prefix + '/Convert.cpp',
- prefix + '/BinaryPredicate0D.cpp',
- prefix + '/BinaryPredicate1D.cpp',
- prefix + '/Id.cpp',
- prefix + '/IntegrationType.cpp',
- prefix + '/Interface0D.cpp',
- prefix + '/Interface0D/CurvePoint.cpp',
- prefix + '/Interface0D/CurvePoint/StrokeVertex.cpp',
- prefix + '/Interface0D/SVertex.cpp',
- prefix + '/Interface0D/ViewVertex.cpp',
- prefix + '/Interface1D.cpp',
- prefix + '/Interface1D/FEdge.cpp',
- prefix + '/Interface1D/Stroke.cpp',
- prefix + '/Nature.cpp',
- prefix + '/MediumType.cpp',
- prefix + '/StrokeAttribute.cpp',
- prefix + '/StrokeShader.cpp',
- prefix + '/UnaryFunction0D.cpp',
- prefix + '/UnaryFunction1D.cpp',
- prefix + '/UnaryPredicate0D.cpp',
- prefix + '/UnaryPredicate1D.cpp',
+ prefix + '/BPy_Freestyle.cpp',
+ prefix + '/BPy_Convert.cpp',
+ prefix + '/BPy_BinaryPredicate0D.cpp',
+ prefix + '/BPy_BinaryPredicate1D.cpp',
+ prefix + '/BPy_Id.cpp',
+ prefix + '/BPy_IntegrationType.cpp',
+ prefix + '/BPy_Interface0D.cpp',
+ prefix + '/Interface0D/BPy_CurvePoint.cpp',
+ prefix + '/Interface0D/CurvePoint/BPy_StrokeVertex.cpp',
+ prefix + '/Interface0D/BPy_SVertex.cpp',
+ prefix + '/Interface0D/BPy_ViewVertex.cpp',
+ prefix + '/BPy_Interface1D.cpp',
+ prefix + '/Interface1D/BPy_FEdge.cpp',
+ prefix + '/Interface1D/BPy_Stroke.cpp',
+ prefix + '/BPy_MediumType.cpp',
+ prefix + '/BPy_Nature.cpp',
+ prefix + '/BPy_StrokeAttribute.cpp',
+ prefix + '/BPy_StrokeShader.cpp',
+ prefix + '/BPy_UnaryFunction0D.cpp',
+ prefix + '/BPy_UnaryFunction1D.cpp',
+ prefix + '/BPy_UnaryPredicate0D.cpp',
+ prefix + '/BPy_UnaryPredicate1D.cpp',
]
sources = system_sources + image_sources + geometry_sources + scene_graph_sources \