def _find_node_index(self, nodes: List[Dict], node_name: str) -> int: """Find node index by name""" for i, node in enumerate(nodes): if node.get('name') == node_name: return i return -1
GLB is a universal 3D format (the "JPEG of 3D"). VRM, however, is a specialized format based on glTF that includes specific data for humanoids: convert glb to vrm fixed