| 107 | } |
| 108 | |
| 109 | void MaterialFilterOptionsPy::setIncludeLegacy(const Py::Boolean value) |
| 110 | { |
| 111 | getMaterialFilterOptionsPtr()->setIncludeLegacy(value); |
| 112 | } |
| 113 | |
| 114 | PyObject* MaterialFilterOptionsPy::getCustomAttributes(const char* /*attr*/) const |
| 115 | { |