Asset Pipeline v2 #145

Closed
Nick Alberelli wants to merge 431 commits from (deleted):feature/asset-pipeline-v2 into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit 705e0e56dc - Show all commits

View File

@ -11,7 +11,6 @@ def get_default_task_layer_owner(td_type: str, name="") -> [str, bool]:
config.ATTRIBUTE_DEFAULTS[name]['default_owner'],
config.ATTRIBUTE_DEFAULTS[name]['auto_surrender'],
)
print(config.TASK_LAYER_DEFAULTS[td_type]['default_owner'])
return (
config.TASK_LAYER_DEFAULTS[td_type]['default_owner'],
config.TASK_LAYER_DEFAULTS[td_type]['auto_surrender'],