GLTFContent.get_node_by_name

GLTFContent.get_node_by_name(name)[source]

Returns the node with a specific name.

Parameters

name (str) – The name of the node

Returns

node (compas.files.GLTFNode or None)