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-08-21 19:14:29 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-08-21 19:14:29 +0400
commit3090ae35afe478435a77be6a9c1be913fe406242 (patch)
tree598e1d42ff89a6cc99355a1e34e0f053bb3d786e /source/blender/compositor/nodes/COM_TimeNode.cpp
parent857a3cd1120c402e22928e7d43612a9fee72a80d (diff)
fix [#32374] Curve compositor UI drawing glitch
copy the curve for the compositor.
Diffstat (limited to 'source/blender/compositor/nodes/COM_TimeNode.cpp')
-rw-r--r--source/blender/compositor/nodes/COM_TimeNode.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/compositor/nodes/COM_TimeNode.cpp b/source/blender/compositor/nodes/COM_TimeNode.cpp
index 82c8deafd9d..00ca797bd9b 100644
--- a/source/blender/compositor/nodes/COM_TimeNode.cpp
+++ b/source/blender/compositor/nodes/COM_TimeNode.cpp
@@ -33,8 +33,6 @@ TimeNode::TimeNode(bNode *editorNode) : Node(editorNode)
/* pass */
}
-////curvemapping_initialize(&hcmd->curve_mapping);
-
void TimeNode::convertToOperations(ExecutionSystem *graph, CompositorContext *context)
{
SetValueOperation *operation = new SetValueOperation();