remove scriptlinks,

they were not working and we have plans for better script integration in 2.5
This commit is contained in:
2009-07-22 09:41:41 +00:00
parent 53c1b562af
commit ffb8ac01a2
37 changed files with 12 additions and 501 deletions

View File

@@ -1997,8 +1997,6 @@ static void dag_object_time_update_flags(Object *ob)
}
}
if(ob->scriptlink.totscript) ob->recalc |= OB_RECALC_OB;
if(ob->parent) {
/* motion path or bone child */
if(ob->parent->type==OB_CURVE || ob->parent->type==OB_ARMATURE) ob->recalc |= OB_RECALC_OB;