CollectContextData shouldnt collect workfile version to context.data["version"] #78
Open
1 task done
Labels
type: bug
Something isn't working
Is there an existing issue for this?
Description
Current Behavior
ayon-core.CollectSceneVersion
could be disabled (for whatever reason) and therefore it should collectinstance.context.data["version"]
. Nuke'sCollectContextData
ignores it and collectsversion
either way.Expected Behavior
Client removed Houdini host from
CollectSceneVersion
to not follow workfile version, question is if that option shouldn't be removed altogether and provide Profile filtering onCollectAnatomyInstanceData
to enable/disable follow_workfile_version where it would make more sense.Either way Nuke shouldn't do this, it should only prepare
currentFile
to parse it out from there if necessary.Steps To Reproduce:
No response
Additional context:
Relevant log output:
The text was updated successfully, but these errors were encountered: