added ability to open viewers on any viewer node or derivative
Fixes #1362 Also fixes some other bugs that impeded this from working.
This commit is contained in:
@@ -926,6 +926,10 @@ signals:
|
||||
|
||||
void InputDataTypeChanged(const QString& id, NodeValue::Type type);
|
||||
|
||||
void AddedToGraph(NodeGraph* graph);
|
||||
|
||||
void RemovedFromGraph(NodeGraph* graph);
|
||||
|
||||
private:
|
||||
class ArrayInsertCommand : public UndoCommand
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user