mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-14 19:34:34 +00:00
Finish decoupling ownership history code from Blender
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
def get_person():
|
||||
def get_person(ifc):
|
||||
pass
|
||||
|
||||
|
||||
def get_organisation():
|
||||
def get_organisation(ifc):
|
||||
pass
|
||||
|
||||
|
||||
settings = {
|
||||
"ApplicationIdentifier": "",
|
||||
"ApplicationFullName": "",
|
||||
"Version": "",
|
||||
}
|
||||
def get_application(ifc):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user