Skip to content

Commit 41dd7c8

Browse files
committed
(Re-)expose attribs to Python.
1 parent aa4dabe commit 41dd7c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ static PyObject* pyLoadObj(PyObject* self, PyObject* args) {
172172

173173
PyDict_SetItemString(rtndict, "shapes", pyshapes);
174174
PyDict_SetItemString(rtndict, "materials", pymaterials);
175+
PyDict_SetItemString(rtndict, "attribs", attribobj);
175176

176177
return rtndict;
177178
}

0 commit comments

Comments
 (0)