mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
replace reset with configure locations
This commit is contained in:
parent
f821337a8e
commit
7544771744
1 changed files with 3 additions and 2 deletions
|
|
@ -46,8 +46,9 @@ class IntegrateFtrackApi(pyblish.api.InstancePlugin):
|
|||
return
|
||||
|
||||
session = context.data["ftrackSession"]
|
||||
# Reset session and reconfigure locations
|
||||
session.reset()
|
||||
# Reset session operations and reconfigure locations
|
||||
session.recorded_operations.clear()
|
||||
session._configure_locations()
|
||||
|
||||
try:
|
||||
self.integrate_to_ftrack(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue