he use a EXR for mat mainly to render and a exr module in python to package
passes together... I didn't write this module so i'm not sure where it came
from and everything.and we use shake or Nuke via command line or Deadline to
output quicktimes and do some image manipulation.
On Sat, Aug 8, 20
So far I've mainly seen places hook into a command line compatible
compositor, usually shake.
On Sat, Aug 8, 2009 at 4:21 PM, Drake wrote:
>
> I was wondering what image handling module does every guys uses for 3D/
> CG industry cause PIL does really lack some format support.
>
--~--~-~-
I was wondering what image handling module does every guys uses for 3D/
CG industry cause PIL does really lack some format support.
- Drake
On Aug 7, 7:52 am, Sylvain Berger wrote:
> the best way I found to display image in maya was to convert them using
> imf_copy or some other command applica
the best way I found to display image in maya was to convert them using
imf_copy or some other command application, execute a subprocess.
You should take a look at the nconvert application... it supports over 300
image format... exept exr 32 bit (http://www.xnview.com/en/nconvert.html)
example:
os.system('imgcvt.exe -f iff -t png '+ iffFile +' '+ pngFile)
if you want to display iff files natively in pyqt, my guess is you will have
to write something in C (C++?) to make qt read iff files. A bit more work
than just converting behind the scenes
On Fri, Aug 7, 2009 at 1:05 PM, cracker wro
The exe can be run w/ a python script?
I'm looking a for a runtime solution -
On Aug 7, 2009, at 22:43, Jo Jürgens wrote:
> you can convert them using maya/bin/imgcvt.exe, which will be on all
> Maya machines, so at least it will work for anyone with Maya
>
>
>
> On Fri, Aug 7, 2009 at 8:12 A
you can convert them using maya/bin/imgcvt.exe, which will be on all Maya
machines, so at least it will work for anyone with Maya
On Fri, Aug 7, 2009 at 8:12 AM, Chad Dombrova wrote:
>
> when you say 'deploy' do you mean distributing inside or outside of
> your workplace? if inside, then you
when you say 'deploy' do you mean distributing inside or outside of
your workplace? if inside, then you should work with your system
administrators to host python modules in a shared location on a server
or to distribute modules to user's local machines. if outside, you
can use setuptool