[Bf-blender-cvs] [da67d6c] alembic_basic_io: Remove old comment.

Kévin Dietrich noreply at git.blender.org
Thu Jul 28 21:12:27 CEST 2016


Commit: da67d6c790278a36e060de07fe5d5ec26485c9a9
Author: Kévin Dietrich
Date:   Thu Jul 28 19:47:23 2016 +0200
Branches: alembic_basic_io
https://developer.blender.org/rBda67d6c790278a36e060de07fe5d5ec26485c9a9

Remove old 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 574c9e4..7249ebd 100644
--- a/source/blender/makesrna/intern/rna_cachefile.c
+++ b/source/blender/makesrna/intern/rna_cachefile.c
@@ -51,8 +51,6 @@ static void rna_CacheFile_update(Main *bmain, Scene *scene, PointerRNA *ptr)
 	CacheFile *cache_file = (CacheFile *)ptr->data;
 
 	DAG_id_tag_update(&cache_file->id, 0);
-	/* XXX - how to tag the whole scene for redraw?
-	 * (NC_SCENE | ND_DRAW, scene) doesn't seem to work. */
 	WM_main_add_notifier(NC_OBJECT | ND_DRAW, NULL);
 
 	UNUSED_VARS(bmain, scene);




More information about the Bf-blender-cvs mailing list