[Bf-blender-cvs] [49b4870] alembic_basic_io: Fix typo in comment.

Kévin Dietrich noreply at git.blender.org
Wed Jul 20 20:02:37 CEST 2016


Commit: 49b48702ff6d150e655bae8a23deacb52c65608c
Author: Kévin Dietrich
Date:   Wed Jul 20 19:47:30 2016 +0200
Branches: alembic_basic_io
https://developer.blender.org/rB49b48702ff6d150e655bae8a23deacb52c65608c

Fix typo in comment.

===================================================================

M	source/blender/makesrna/intern/rna_cachefile.c

===================================================================

diff --git a/source/blender/makesrna/intern/rna_cachefile.c b/source/blender/makesrna/intern/rna_cachefile.c
index 9b4ae59..cc20f38 100644
--- a/source/blender/makesrna/intern/rna_cachefile.c
+++ b/source/blender/makesrna/intern/rna_cachefile.c
@@ -53,7 +53,7 @@ static void rna_CacheFile_update(Main *bmain, Scene *scene, PointerRNA *ptr)
 	if (!DEG_depsgraph_use_legacy()) {
 		DAG_id_tag_update(&cache_file->id, 0);
 		/* XXX - how to tag the whole scene for redraw?
-		 * (NC_OBJECT | ND_DRAW, scene) doesn't seem to work. */
+		 * (NC_SCENE | ND_DRAW, scene) doesn't seem to work. */
 		WM_main_add_notifier(NC_OBJECT | ND_DRAW, NULL);
 	}
 	else {




More information about the Bf-blender-cvs mailing list