Added 3 new parameters to the "BLine Tangent" ValueNode, and incremented the canvas...
[synfig.git] / synfig-core / trunk / src / synfig / valuenode_blinecalctangent.h
index 92e219a..ffe3747 100644 (file)
@@ -40,6 +40,9 @@ class ValueNode_BLineCalcTangent : public LinkableValueNode
        ValueNode::RHandle bline_;
        ValueNode::RHandle loop_;
        ValueNode::RHandle amount_;
+       ValueNode::RHandle offset_;
+       ValueNode::RHandle scale_;
+       ValueNode::RHandle fixed_length_;
 
        ValueNode_BLineCalcTangent(const ValueBase::Type &x=ValueBase::TYPE_VECTOR);