You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately this is the case, and I haven't found a 'decent' way around this.
Basically Python scripts launched for Fusion launch into its own Python interpreter, each time, as separate "fuscript" executions. They are completely isolated from Fusion itself - which means even if we persist some environment variables or context changes, those do not persist in the upstream Fusion.
Whatever capabilities we have to store metadata into e.g. the Fusion process or the current comp unfortunately gets saved into the files - I have found no "runtime metadata" just for the current Fusion session.
Which leaves, potentially, the only remaining workaround - somehow get the process id or uuid of the actual Fusion the scripts run against - and use that to detect a temp file on disk that we use to store the context of that fusion - regardless of the Python process starting.
Please describe the issue you have acountered?
: Fusion Context Switching Bug
: Heya, <@> so found a very specific Fusion Bug.
Here are the steps to recreate the fusion bug.
How to replicate the issue?
No response
Additional context:
link to discussion on Discord
(might be a private channel)
This issue was automatically created from Clickup ticket AY-1292
The text was updated successfully, but these errors were encountered: