MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / add_empty_attribute

Method add_empty_attribute

src/Mesh.cpp:149–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149void Mesh::add_empty_attribute(const std::string& attr_name) {
150 m_attributes->add_empty_attribute(attr_name);
151}
152
153void Mesh::remove_attribute(const std::string& attr_name) {
154 m_attributes->remove_attribute(attr_name);

Callers 2

copy_metadataFunction · 0.45
initialize_attributesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected