Finish decoupling ownership history code from Blender

This commit is contained in:
Dion Moult
2021-03-29 16:53:11 +11:00
parent f1ffb81c86
commit 44df1f676d
4 changed files with 84 additions and 139 deletions
@@ -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