Update comment, reference new API function
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user