[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [12599] trunk/blender/source/blender/src/ outliner.c: Bugfix #7631

Ton Roosendaal ton at blender.org
Thu Nov 15 14:38:35 CET 2007


Revision: 12599
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=12599
Author:   ton
Date:     2007-11-15 14:38:35 +0100 (Thu, 15 Nov 2007)

Log Message:
-----------
Bugfix #7631

Outliner: change name of library path to become relative gave 
incorrect warning.

Modified Paths:
--------------
    trunk/blender/source/blender/src/outliner.c

Modified: trunk/blender/source/blender/src/outliner.c
===================================================================
--- trunk/blender/source/blender/src/outliner.c	2007-11-15 12:16:03 UTC (rev 12598)
+++ trunk/blender/source/blender/src/outliner.c	2007-11-15 13:38:35 UTC (rev 12599)
@@ -3379,7 +3379,7 @@
 			if (te->idcode == ID_LI) {
 				char expanded[FILE_MAXDIR + FILE_MAXFILE];
 				BLI_strncpy(expanded, ((Library *)tselem->id)->name, FILE_MAXDIR + FILE_MAXFILE);
-				
+				BLI_convertstringcode(expanded, G.sce, G.scene->r.cfra);
 				if (!BLI_exists(expanded)) {
 					error("This path does not exist, correct this before saving");
 				}





More information about the Bf-blender-cvs mailing list