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
Describe the bug
I installed the engine as you described on the doc and it seems it's mostly loading correctly but get the following and I don't see the Shotgun menu
File engine.py, line 48
if natron.shotgun.automatic_context_switch:
AttibuteError: 'function' object has not attribute 'automatic_context_switch'
print sorted(dir(NatronEngine)) To Reproduce
Steps to reproduce the behavior:
Launching Natron from should produce this issue
Screenshots
Desktop (please complete the following information):
OS: MacOS 10.15.5
Natron version 2.3.14 Release.
Additional context
I'll do some debugging but I thought you may have already encountered this issue!
The text was updated successfully, but these errors were encountered:
Describe the bug
I installed the engine as you described on the doc and it seems it's mostly loading correctly but get the following and I don't see the Shotgun menu
print sorted(dir(NatronEngine))
To Reproduce
Steps to reproduce the behavior:
Launching Natron from should produce this issue
Screenshots
Desktop (please complete the following information):
Additional context
I'll do some debugging but I thought you may have already encountered this issue!
The text was updated successfully, but these errors were encountered: