import sgtk
sa = sgtk.authentication.ShotgunAuthenticator()
sa.get_user()
print sa
user = sa.get_user()
print user
sg = user.create_sg_connection()
print sg
上一篇
基于sgtk抓取shotgun信息,template的获取
2024-05-10
下一篇
item的用法
2024-05-10