forked from blender/blender
MaterialX: fix review comments #19
@ -8,6 +8,9 @@
|
||||
|
||||
namespace blender::nodes::materialx {
|
||||
|
||||
/* This class serves as abstraction from MateralX API. It implements arithmetic operations,
|
||||
* convertions between different types, adding new nodes, setting inputs, etc.
|
||||
* All work should be done via this class instead of using MaterialX API directly. */
|
||||
class NodeItem {
|
||||
public:
|
||||
enum class Type {
|
||||
|
Loading…
Reference in New Issue
Block a user