added IDs to parameters for serialization
This commit is contained in:
+2
-1
@@ -22,7 +22,8 @@
|
||||
|
||||
#include "output.h"
|
||||
|
||||
NodeInput::NodeInput() :
|
||||
NodeInput::NodeInput(const QString& id) :
|
||||
NodeParam(id),
|
||||
keyframing_(false),
|
||||
can_accept_multiple_inputs_(false)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user