diff --git a/source/blender/src/outliner.c b/source/blender/src/outliner.c index aa5fd0d409b..3e969e4ca9c 100644 --- a/source/blender/src/outliner.c +++ b/source/blender/src/outliner.c @@ -3379,7 +3379,7 @@ static void namebutton_cb(void *tep, void *oldnamep) 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"); }