Shotgun Toolkit Engine for Maxon Cinema 4D

So I am once again attempting to get this to work in R23. It seems to work fine in R21, but fails in both R22 and R23.

First off I clone tk-cinema-master locally so that I could edit it to do the couple of minor syntax changes to make it Python 3 compatible for R23 - no problem there.

The issue is that when opening R22/23 it fails at the first import sgtk it hits:

ModuleNotFoundError:No module named ‘sgtk’

The weird thing is, this isn’t a problem at all in R21, the exact same code runs just fine, so does anyone know why R22/23 would suddenly fail the sgtk import? I don’t think it’s just a pyhton 3 thing, as C4D only switched to Python 3 in R23, but at the moment this won;t run in R22 for me either, even though logically it should basically be the same as R21 behind the scenes… I’m quite lost on this and would appreciate any guidance!

@Mykhailo_Datsyk I guess you might not be maintaining this since your initial release, but do you have any idea what might be going on here? Thanks very much.

1 Like