ViennaPS
ViennaPS copied to clipboard
'None' Material in Python
The material specifier 'None' is the psMaterial enum does not work with the Python bindings, as None is a Python keyword.
The material 'None' should thus be changed to either 'Undefined' or use 'NONE' instead.