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:
authorTon Roosendaal <ton@blender.org>2010-12-19 16:50:31 +0300
committerTon Roosendaal <ton@blender.org>2010-12-19 16:50:31 +0300
commit686420b15d2f4feda760bd19c93394df71ddfb1d (patch)
tree2abbdada12bfc039a4fcf7106a61752d69bd9592 /source/blender/blenkernel/intern/material.c
parentf043caf1c1360fc511eba1a88c576759fd14dea9 (diff)
Option "Make Single user" now also makes animations local.
Note that the menu option "Animation" only was working for Object level animations, so I've changed the many name accordingly.
Diffstat (limited to 'source/blender/blenkernel/intern/material.c')
-rw-r--r--source/blender/blenkernel/intern/material.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/blenkernel/intern/material.c b/source/blender/blenkernel/intern/material.c
index 420aca12a20..30df1887077 100644
--- a/source/blender/blenkernel/intern/material.c
+++ b/source/blender/blenkernel/intern/material.c
@@ -203,9 +203,6 @@ Material *copy_material(Material *ma)
man= copy_libblock(ma);
-#if 0 // XXX old animation system
- id_us_plus((ID *)man->ipo);
-#endif // XXX old animation system
id_lib_extern((ID *)man->group);
for(a=0; a<MAX_MTEX; a++) {