Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-11-26 15:03:14 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-11-26 15:03:14 +0400
commita91814e94dbd021cf91c164ce10ff20d115dd74d (patch)
treeaf5f1c4a04850341526f8f83865761d356a855f5 /source/blender/makesrna
parente3d3ffe7469ed2e868968f8c0c4fccb6874378f1 (diff)
style cleanup
Diffstat (limited to 'source/blender/makesrna')
-rw-r--r--source/blender/makesrna/intern/rna_scene_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_scene_api.c b/source/blender/makesrna/intern/rna_scene_api.c
index 7857aca2aa6..012767b5845 100644
--- a/source/blender/makesrna/intern/rna_scene_api.c
+++ b/source/blender/makesrna/intern/rna_scene_api.c
@@ -64,7 +64,7 @@ static void rna_Scene_frame_set(Scene *scene, int frame, float subframe)
/* don't do notifier when we're rendering, avoid some viewport crashes
* redrawing while the data is being modified for render */
- if(!G.is_rendering) {
+ 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] */
/* WM_main_add_notifier(NC_SCENE|ND_FRAME, scene); */