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:
authorAaron Carlisle <carlisle.b3d@gmail.com>2021-12-08 07:12:13 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2021-12-08 07:12:13 +0300
commitb71e29b3dacb4c3071858cb8797e4a4879430392 (patch)
tree029a421e308415d8eed2242868bc5edf25033170 /source/blender/nodes/composite/nodes/node_composite_cryptomatte.cc
parent47b36ddccee07206b68db46b10320f5e69c48ef9 (diff)
Cleanup: clang-format
Diffstat (limited to 'source/blender/nodes/composite/nodes/node_composite_cryptomatte.cc')
-rw-r--r--source/blender/nodes/composite/nodes/node_composite_cryptomatte.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/nodes/composite/nodes/node_composite_cryptomatte.cc b/source/blender/nodes/composite/nodes/node_composite_cryptomatte.cc
index bf9df0b3a36..446a43b638d 100644
--- a/source/blender/nodes/composite/nodes/node_composite_cryptomatte.cc
+++ b/source/blender/nodes/composite/nodes/node_composite_cryptomatte.cc
@@ -297,8 +297,8 @@ static bool node_poll_cryptomatte(bNodeType *UNUSED(ntype),
}
if (scene == nullptr) {
- *r_disabled_hint =
- TIP_("The node tree must be the compositing node tree of any scene in the file");
+ *r_disabled_hint = TIP_(
+ "The node tree must be the compositing node tree of any scene in the file");
}
return scene != nullptr;
}