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 <campbell@blender.org>2022-02-22 02:08:20 +0300
committerCampbell Barton <campbell@blender.org>2022-02-22 02:08:20 +0300
commit6ec57f9083c7fd2d89d45eb521017ab976956a87 (patch)
tree2257a502d4bd6b6f359f62692eda240198959d84 /source/blender/compositor
parent2a5df72d9b334c4ce4924bd86d00a4fd262b6da0 (diff)
parentc3d36b71273ad330ad59f0f8a09a5c789bd52a48 (diff)
Merge branch 'blender-v3.1-release'
Diffstat (limited to 'source/blender/compositor')
-rw-r--r--source/blender/compositor/operations/COM_GaussianBokehBlurOperation.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/compositor/operations/COM_GaussianBokehBlurOperation.cc b/source/blender/compositor/operations/COM_GaussianBokehBlurOperation.cc
index c19dee921a4..fa45034b00c 100644
--- a/source/blender/compositor/operations/COM_GaussianBokehBlurOperation.cc
+++ b/source/blender/compositor/operations/COM_GaussianBokehBlurOperation.cc
@@ -29,7 +29,7 @@ void GaussianBokehBlurOperation::init_data()
const float width = this->get_width();
const float height = this->get_height();
- if(execution_model_ == eExecutionModel::FullFrame) {
+ if (execution_model_ == eExecutionModel::FullFrame) {
if (!sizeavailable_) {
update_size();
}