implemented deleting clips in the timeline
Also fixed bugs in the Node::GetExclusiveDependencies function and in the NodeInputArray::RemoveAt function to make this functionality work.
This commit is contained in:
@@ -18,7 +18,7 @@ public:
|
||||
void InsertAt(int index);
|
||||
void RemoveLast();
|
||||
void RemoveAt(int index);
|
||||
void SetSize(int size);
|
||||
void SetSize(int size, bool lock = true);
|
||||
|
||||
int IndexOfSubParameter(NodeInput* input) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user