Hi there,
Just new here, so hello to everyone. I’m cg artist and develop some tools for our studio. We work in arch viz animations, with tools such as 3dsmax, nuke, photoshop, etc.
Actually, apart php/mysql, javascript, and some maxscript, I develop mainly in AutoIt language for a lot of small tools for our pipeline and production workflow, deloying updates .
I’ve wrote a few python scripts inside Nuke, but python is very new for me and I would get into it for our tools, being faster (execution speed), and a lot more open regarding UI and images handling (exr, png etc).
So, in our film industry, to write some standalone tools :
- Which version of python do you install ? 2.6.5 like Nuke, or 2.7.3 ?
- How do you do your UI for standalone tools ? PyQt (installing sip, PyQt etc ) ?
- Which IDE do you use ?
- Any must have packages ? To deal with file sequence, exr etc
- Do you have one installation of python and modules on the network for everyone ? python on every machines (win7x64 here) ? Or compile to exe (py2exe ?) ?
I must say I’m a bit lost at recreating a complete dev environment and ecosystem lol !
Thanks dudes for any insight, really nice to have found this forum !