nodes: added access to default value
This commit is contained in:
@@ -277,6 +277,8 @@ public:
|
||||
|
||||
void GetDependencies(QList<Node*>& list, bool traverse, bool exclusive_only) const;
|
||||
|
||||
QVariant GetDefaultValue() const;
|
||||
|
||||
QList<Node*> GetDependencies(bool traverse = true, bool exclusive_only = false) const;
|
||||
|
||||
QList<Node*> GetExclusiveDependencies() const;
|
||||
@@ -368,6 +370,11 @@ private:
|
||||
*/
|
||||
QVector<QVariant> standard_value_;
|
||||
|
||||
/**
|
||||
* @brief Default value that can be reset if the user requests
|
||||
*/
|
||||
QVector<QVariant> default_value_;
|
||||
|
||||
/**
|
||||
* @brief Internal keyframe array
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user