Hi there, there seems to be an issue with the anatomy application/tools. I’ve already changed and created an additional DCC or tools, but the tools in the anatomy aren’t showing up and its return empty too when i print after i set it on Ftrack
from openpype.pipeline.context_tools import get_current_project_asset
asset = get_current_project_asset()
print("Current asset: {}".format(asset["name"]))
tools = asset["data"]["tools_env"]
print("Tools: {}".format(tools))
did i miss something? or it still under development? thankyou
version:
FE: 20240223
BE: 1.0.4