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:
authorDaniel Dunbar <daniel@zuster.org>2005-07-20 08:14:21 +0400
committerDaniel Dunbar <daniel@zuster.org>2005-07-20 08:14:21 +0400
commit259c7b6cad39720dd98044e90238f130716485c7 (patch)
tree72f4cb7fd4ceae3250c607ba594254ce52a6fecb /source/blender/python/SConscript
parentca1873df56db3a28fd650b132bdf74b992d0232c (diff)
- added modifier_dependsOnTime to check if modifier needs updating
based on time change. would be nice if dep graph could handle this. - made dep check if modifiers need update on time change - fix render crash (access null) - added new Build Effect modifier type. compared to old one works as a full member of modifier system, means can apply subsurf, etc on it, reorder, what have you. and it is all nice and self contained. - removed old Build effect, old files convert to new style on load - couldn't help myself, added a randomize feature to build effect - removed Python BuildEffect support
Diffstat (limited to 'source/blender/python/SConscript')
-rw-r--r--source/blender/python/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/python/SConscript b/source/blender/python/SConscript
index d9989ec46c2..81388df01ed 100644
--- a/source/blender/python/SConscript
+++ b/source/blender/python/SConscript
@@ -12,7 +12,6 @@ source_files = ['BPY_interface.c',
'api2_2x/BGL.c',
'api2_2x/Blender.c',
'api2_2x/Bone.c',
- 'api2_2x/Build.c',
'api2_2x/Camera.c',
'api2_2x/CurNurb.c',
'api2_2x/Curve.c',