added base 'block' node
This commit is contained in:
@@ -82,3 +82,8 @@ int Node::IndexOfParameter(NodeParam *param)
|
||||
{
|
||||
return children().indexOf(param);
|
||||
}
|
||||
|
||||
QVariant Node::PtrToValue(void *ptr)
|
||||
{
|
||||
return reinterpret_cast<quintptr>(ptr);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user