Re: OT: gobo library

2013-12-30 Thread Tim Leydecker
Hi, http://cgtextures.com/ >Nature>Plants has pre-masked foliage that may be easy enough to use per drag and drop into a new document in Photoshop to give you the density and resolution you´d want for your gobo (in black/white)? Also: >Windows>Backlit might be interesting. Cheers, tim On

Python Shader Definition - Geometry Shader Output Type?

2013-12-30 Thread Andy Jones
Has anyone attempted to make a custom shader definition for a Mental Ray geometry shader? I've been trying to define the right output type (the dark grey thing), but none of the available constants seem to work. (I actually tried them all one by one, including other values not documented). I fou

Re: OT: gobo library

2013-12-30 Thread Ognjen Vukovic
Ahhh totaly forgot about cg textures. I think sleep deprivation got the better of me. Thanks for the heads up. On Mon, Dec 30, 2013 at 4:36 PM, Tim Leydecker wrote: > Hi, > > http://cgtextures.com/ > > >Nature>Plants > > has pre-masked foliage that may be easy enough to use per drag > and drop

PyQT installed?

2013-12-30 Thread Emilio Hernandez
Hello After a lot of installing and grabbing I think everything I need, I finally managed to instal PyQT and it seems is running as I have Eric's rename tool and it is no longer warning PyQT is not installed. I am new to this PyQT thing so how I can actually be sure it is working ok, besides the

Re: PyQT installed?

2013-12-30 Thread Jon Swindells
If it's working, it's working :) if PyQt imports you are good to go (and it does so you are) try: import PyQt4 except ImportError, e: print e -- Jon Swindells jon_swinde...@fastmail.fm On Mon, Dec 30, 2013, at 09:32 PM, Emilio Hernandez wrote: Hello After a lot of insta

Re: PyQT installed?

2013-12-30 Thread Emilio Hernandez
Ok, Cool As simple as that. Thx a lot Jon. 2013/12/30 Jon Swindells > If it's working, it's working :) > > if PyQt imports you are good to go (and it does so you are) > > try: > import PyQt4 > except ImportError, e: > print e > > > -- > Jon Swindells > jon_swinde...@fastmail.fm