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-06-26 14:14:50 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-06-26 14:14:50 +0400
commit79ab7f95f90aba459a3b3882c52b31e01250e6b1 (patch)
tree436a5a89b1a787d7533de68a06d93c35c851cdb6 /source/blender/compositor/nodes/COM_MathNode.cpp
parentcd6ed0bee5c1bc7b73eae5f869b13b121aa00a4b (diff)
mask and grease pencil now display in the dope sheet summery
Diffstat (limited to 'source/blender/compositor/nodes/COM_MathNode.cpp')
-rw-r--r--source/blender/compositor/nodes/COM_MathNode.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/compositor/nodes/COM_MathNode.cpp b/source/blender/compositor/nodes/COM_MathNode.cpp
index 6e9b49253e7..300c9967cc4 100644
--- a/source/blender/compositor/nodes/COM_MathNode.cpp
+++ b/source/blender/compositor/nodes/COM_MathNode.cpp
@@ -28,8 +28,7 @@ void MathNode::convertToOperations(ExecutionSystem *graph, CompositorContext *co
{
MathBaseOperation *operation = NULL;
- switch (this->getbNode()->custom1)
- {
+ switch (this->getbNode()->custom1) {
case 0: /* Add */
operation = new MathAddOperation();
break;