01-28-2021, 05:50 AM
Hello all,
I am discovering TACTIC Open-Source and trying to use version 4.8.0.b04 (from the provided VM, with updated source from github).
After creating a new empty project and loading the 2 VFX plugins, I have errors when trying to open the existing workflows (see attached image):
"Error: Search type [prod/asset] not registered"
Indeed, the "prod/asset" sType is not defined.
Should it not be looking for the "vfx/asset" sType?
(I have the same error with the shot workflow)
What I don't understand is that it seems that nobody else is having these errors (?).
I can easily fix the issue by changing the type in the plugin code (in "<TACTIC_PATH>/src/plugins/TACTIC/vfx/config/sthpw_pipeline.spt"):
- replacing the line:
insert.set_value('search_type', """prod/asset""")
- with:
insert.set_value('search_type', """vfx/asset""")
Or by creating a temporary sType for "prod/asset" and then editing the workflow.
Is this normal?
Or am I missing something?
I apologize if this is a stupid question.
Thank you in advance!
I am discovering TACTIC Open-Source and trying to use version 4.8.0.b04 (from the provided VM, with updated source from github).
After creating a new empty project and loading the 2 VFX plugins, I have errors when trying to open the existing workflows (see attached image):
"Error: Search type [prod/asset] not registered"
Indeed, the "prod/asset" sType is not defined.
Should it not be looking for the "vfx/asset" sType?
(I have the same error with the shot workflow)
What I don't understand is that it seems that nobody else is having these errors (?).
I can easily fix the issue by changing the type in the plugin code (in "<TACTIC_PATH>/src/plugins/TACTIC/vfx/config/sthpw_pipeline.spt"):
- replacing the line:
insert.set_value('search_type', """prod/asset""")
- with:
insert.set_value('search_type', """vfx/asset""")
Or by creating a temporary sType for "prod/asset" and then editing the workflow.
Is this normal?
Or am I missing something?
I apologize if this is a stupid question.
Thank you in advance!