Fix bug where material profile data was not purged since a profile module didn't exist. See #1588.

This commit is contained in:
Dion Moult
2021-07-26 09:45:46 +10:00
parent 6337d04efc
commit aa9b6b61fa
2 changed files with 10 additions and 0 deletions
@@ -32,6 +32,7 @@ if bpy is not None:
"system": None,
"structural": None,
"boundary": None,
"profile": None,
"material": None,
"style": None,
"layer": None,
@@ -0,0 +1,9 @@
classes = ()
def register():
pass
def unregister():
pass