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:
authorJoshua Leung <aligorith@gmail.com>2009-10-09 16:16:58 +0400
committerJoshua Leung <aligorith@gmail.com>2009-10-09 16:16:58 +0400
commit9f7038c5a73d8e73b858a129561d4721481f62e2 (patch)
tree64ec765066f9935bab94656be7afc79ff39283a2 /source/blender/blenkernel/intern/library.c
parent488c06d1827d5bf5d02a22fcc11a1dfeb50143a7 (diff)
* Warning fixes for previous commit for Modifier renaming.
* Removed some old code (depsgraph) that was already commented out
Diffstat (limited to 'source/blender/blenkernel/intern/library.c')
-rw-r--r--source/blender/blenkernel/intern/library.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/library.c b/source/blender/blenkernel/intern/library.c
index 0f65be207d9..a79c3472426 100644
--- a/source/blender/blenkernel/intern/library.c
+++ b/source/blender/blenkernel/intern/library.c
@@ -1208,12 +1208,13 @@ static void lib_indirect_test_id(ID *id)
int a;
- // XXX old animation system!
+ // XXX old animation system! --------------------------------------
for (strip=ob->nlastrips.first; strip; strip=strip->next){
LIBTAG(strip->object);
LIBTAG(strip->act);
LIBTAG(strip->ipo);
}
+ // XXX: new animation system needs something like this?
for(a=0; a<ob->totcol; a++) {
LIBTAG(ob->mat[a]);