Forum: Poser Python Scripting


Subject: Toon ID#

witchdidi opened this issue on Aug 18, 2012 · 11 posts


witchdidi posted Sat, 18 August 2012 at 5:11 AM

Hello,

I was hoping someone could help me with a script. I need a way to change toon ids easily with a colour picker as opposed to manually calculating a colour?

Stewer confirmed that to calulate it from RGB or more like hex numbers u needed to do the following:-  

(RED * 65536) + (GREEN * 256) + BLUE

so pure green 00FF00 = 65280. 

So is it possible for the script to let you use a colour picker and then internally do the calculation for the ID? I want to use the Toon Ids as an object Id for postwork and need a way to quickly change colours in the mat room to match what I need.

Regards,

Didi

 

Be mad...until proven genius.

Sitting quietly in the corner does not make one the class fool.

- Didi


RDNA Store