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:
authorSergey Sharybin <sergey.vfx@gmail.com>2015-03-27 16:21:39 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-03-27 16:23:32 +0300
commitd84cc6a18fb5d1e9248fb08cd288dc62d4bdcd14 (patch)
treedf212108e318b16c9f4243125d433676e3af73e3 /source/blender/editors/space_node/node_edit.c
parentda170d9dc3dd84f1b77f737a94d5863b0d67dd21 (diff)
Compositor: Followup to previous stats commit
No need to mark tree for localization, it was never done and it all just worked. We can save some CPU ticks by skipping doing this.
Diffstat (limited to 'source/blender/editors/space_node/node_edit.c')
-rw-r--r--source/blender/editors/space_node/node_edit.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/editors/space_node/node_edit.c b/source/blender/editors/space_node/node_edit.c
index f79d6e26f22..6547aa97bd2 100644
--- a/source/blender/editors/space_node/node_edit.c
+++ b/source/blender/editors/space_node/node_edit.c
@@ -162,13 +162,12 @@ static int compo_breakjob(void *cjv)
);
}
-/* called by compo, wmJob sends notifier, old compositor system only */
+/* called by compo, wmJob sends notifier */
static void compo_statsdrawjob(void *cjv, char *UNUSED(str))
{
CompoJob *cj = cjv;
*(cj->do_update) = true;
- cj->need_sync = true;
}
/* called by compo, wmJob sends notifier */