mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 13:43:40 +00:00
Fix bug where material profile data was not purged since a profile module didn't exist. See #1588.
This commit is contained in:
@@ -32,6 +32,7 @@ if bpy is not None:
|
|||||||
"system": None,
|
"system": None,
|
||||||
"structural": None,
|
"structural": None,
|
||||||
"boundary": None,
|
"boundary": None,
|
||||||
|
"profile": None,
|
||||||
"material": None,
|
"material": None,
|
||||||
"style": None,
|
"style": None,
|
||||||
"layer": None,
|
"layer": None,
|
||||||
|
|||||||
@@ -0,0 +1,9 @@
|
|||||||
|
classes = ()
|
||||||
|
|
||||||
|
|
||||||
|
def register():
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
def unregister():
|
||||||
|
pass
|
||||||
Reference in New Issue
Block a user