Calling Shotgun API v3.0.8 from IronPython
As you might know there has been a significant change in the latest Shotgun API that’s somehow transparent to the CPython users, but presents a rather significant roadblock for IronPython users...
View ArticleRV integration in Explorer
Yesterday, I posted about RV integration in Windows Explorer. Today, I have the script and a tutorial on how to hook this up ready for your pleasures. Just download the script, place it somewhere safe...
View ArticleCalling Shotgun API 3.0.9b2 from IronPython 2.7.3
In February, I wrote about calling the JSON variant of the Shotgun API from the IronPython 2.7.1. Now it is time to upgrade the pipeline tools to the latest versions of both IronPython and the Shotgun...
View ArticleRepathing your assets in .max files without 3ds Max
Ever since I read this blog post on the Area, I was intrigued to get this working in an IronPython environment (that’s pretty much all I know, in the “serious programming” area). Unfortunately for me,...
View ArticleRV Explorer integration script updated
Just a shout out to those who downloaded my RV Explorer integration Python script. I’ve updated it so that RV now accepts file sequences with various leading zero lengths as I bumped into this issue...
View ArticleShotgun is $49 bucks per month!
I was shocked and very pleased to hear that Shotgun Software decided to unify their pricing and bring it down to $49 USD per month per user with the API! How awesome is that?! That brings me to a...
View ArticledotNet iterables in MAXScript, a pain in the ass
Yes, that is true. Stuff that should be inherently and implicitly iterable, is not, when accessed from MAXScript. I had to find out the hard way, so here I am sharing my findings and solutions so that...
View ArticleduberPython is available for download!
That’s right! duberPython is finally ready for it’s debut public release. But that doesn’t mean it’s a fresh newb of a plugin. It has been used in high-end productions at studios such as Pixomondo or...
View ArticleShotgun API 3.0.15 and duberPython, all OK!
I updated my Shotgun wrapper for duberPython yesterday to support the latest and greatest Shotgun API ver. 3.0.15.dev. All seems to be working pretty well, without any issues. I added all the methods...
View ArticleShotgun, automatic task status update
As a pipeline TD you might need to setup task status auto updates in Shotgun. It isn’t as simple as it may sound, because Shotgun, out of the box, doesn’t provide this functionality. However, it can...
View Article