read spreadsheet
This commit is contained in:
@@ -308,6 +308,9 @@ class Project(PropertyGroup):
|
||||
for asset_type in project.asset_types:
|
||||
cell_types[asset_type.name] = 'ASSET_TYPE'
|
||||
|
||||
for task_type in project.task_types:
|
||||
cell_types[task_type.name] = 'TASK_TYPE'
|
||||
|
||||
return cell_types
|
||||
|
||||
def set_spreadsheet(self):
|
||||
|
||||
Reference in New Issue
Block a user