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 */

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to