autodesk-forks / MaterialX

MaterialX C++ and Python libraries
http://www.materialx.org/
Apache License 2.0
107 stars 23 forks source link

Added method Element::addChild (by shared pointer) #1345

Closed niklasharrysson closed 2 years ago

niklasharrysson commented 2 years ago

This is needed for edit operations on an Element hierarchy. removeChild(by string name) already exists but there was no way to add an existing element as child of another element.