Fusion or Resolve?

I believe I have my toolkit setup better now and have a more full grasp of the process.

My newest error in Fusion is this when trying to launch the SG panel. And ideas @Mykhailo_Datsyk?

  File "C:\ProgramData\Blackmagic Design\Fusion\Scripts\Shotgun\Shotgun.py", line 8, in <module>
    comp = fusion.GetCurrentComp()
AttributeError: 'NoneType' object has no attribute 'GetCurrentComp'
2 Likes

@byronnash It’s common problem of Blackmagic python implementation. It uses separate process that connect with Fusion to execute api commands and sometimes when it stuck, python command don’t work. So you must kill that process and reopen Fusion. I don’t have this setup for now and don’t remember name but I guess you will find it easily. It happens time to time, I have some throats how to avoid it, but now don’t have enough time.

3 Likes

@byronnash I realize this is a very old thread. I landed here by searching up SG/Fusion integration. In case this may help someone else…

You’re seeing the exception because the fusion instance does not exist. I can’t tell how it came to this by looking at this snippet alone.

print(fusion) at this line should not return NameError.