Skip to content
Snippets Groups Projects
Commit d33db5e1 authored by Ansgar Philippsen's avatar Ansgar Philippsen
Browse files

fix for commit 448c2175 (added mesh to primlist)

parent 448c2175
Branches
Tags
No related merge requests found
...@@ -105,7 +105,9 @@ namespace { ...@@ -105,7 +105,9 @@ namespace {
void export_primlist() void export_primlist()
{ {
#if OST_NUMPY_SUPPORT_ENABLED
import_array(); // magic handshake for numpy module import_array(); // magic handshake for numpy module
#endif
class_<PrimList, bases<GfxObj>, boost::shared_ptr<PrimList>, boost::noncopyable>("PrimList", init<const String& >()) class_<PrimList, bases<GfxObj>, boost::shared_ptr<PrimList>, boost::noncopyable>("PrimList", init<const String& >())
.def("Clear",&PrimList::Clear) .def("Clear",&PrimList::Clear)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment