forked from blender/blender
MaterialX: split standard_surface into basic nodes #26
@ -54,7 +54,8 @@ class NodeItem {
|
|||||||
MaterialX::GraphElement *graph_ = nullptr;
|
MaterialX::GraphElement *graph_ = nullptr;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
/* Default constructor added to allow easy work with std::map. Don't use this constructor to create NodeItem. */
|
/* NOTE: Default constructor added to allow easy work with std::map.
|
||||||
|
* Don't use this constructor to create NodeItem. */
|
||||||
NodeItem() = default;
|
NodeItem() = default;
|
||||||
NodeItem(MaterialX::GraphElement *graph);
|
NodeItem(MaterialX::GraphElement *graph);
|
||||||
~NodeItem() = default;
|
~NodeItem() = default;
|
||||||
|
Loading…
Reference in New Issue
Block a user