projects
/
blender-staging.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
* Added a bit more 'padding' around the node sockets, so there's a
[blender-staging.git]
/
intern
/
container
/
SConscript
diff --git
a/intern/container/SConscript
b/intern/container/SConscript
index c58cf72ff89d5f6c6769840281a3b33ccfc81ee4..d05104da562fc688a0c2955fcfd54afb7ef4de09 100644
(file)
--- a/
intern/container/SConscript
+++ b/
intern/container/SConscript
@@
-4,4
+4,4
@@
Import ('env')
sources = env.Glob('intern/*.cpp')
incs = '.'
-env.BlenderLib ('blender_CTR', sources, Split(incs) , [], libtype='intern', priority =
5
)
+env.BlenderLib ('blender_CTR', sources, Split(incs) , [], libtype='intern', priority =
10
)