[Bf-blender-cvs] [45773c1a0a3] blender2.8: Update comment, reference new API function

Sergey Sharybin noreply at git.blender.org
Mon Nov 6 12:40:13 CET 2017


Commit: 45773c1a0a3fe9392bb538651fd89af895b2b354
Author: Sergey Sharybin
Date:   Fri Nov 3 17:49:28 2017 +0100
Branches: blender2.8
https://developer.blender.org/rB45773c1a0a3fe9392bb538651fd89af895b2b354

Update comment, reference new API function

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

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

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

diff --git a/source/blender/makesrna/intern/rna_scene_api.c b/source/blender/makesrna/intern/rna_scene_api.c
index 76c210ea0ae..6b315ddf1c9 100644
--- a/source/blender/makesrna/intern/rna_scene_api.c
+++ b/source/blender/makesrna/intern/rna_scene_api.c
@@ -107,7 +107,7 @@ static void rna_Scene_frame_set(Scene *scene, Main *bmain, int frame, float subf
 	 * redrawing while the data is being modified for render */
 	if (!G.is_rendering) {
 		/* cant use NC_SCENE|ND_FRAME because this causes wm_event_do_notifiers to call
-		 * BKE_scene_update_for_newframe which will loose any un-keyed changes [#24690] */
+		 * BKE_scene_graph_update_for_newframe which will loose any un-keyed changes [#24690] */
 		/* WM_main_add_notifier(NC_SCENE|ND_FRAME, scene); */
 		
 		/* instead just redraw the views */



More information about the Bf-blender-cvs mailing list