Page 1 of 1

Shape Layer Match Names?

Posted: October 17th, 2007, 6:09 am
by bradshaw1965
Does anybody have access to Shape Layer match names? Specifically the fill and stroke properties? I was able to nose around in Jeff's latest shape-mask lab scripts to gather some, but not all of them. I guess I'd also need the setValue() method parameters for fill and stroke.

Also, I'm having a hard time getting nested properties in the reflection object. What would the structure of a Shape Layer be? Do I detect the ADBE Vector Shape - Group and then loop through to get the stack or ? Would be great if you could simply get a tree structure from the reflection object.

Posted: October 17th, 2007, 6:33 am
by Paul Tuersley
Jeff's rd_Gimme_Prop_Path or rd_Gimme_Props scripts at redefinery.com should give you the match names.

Posted: October 17th, 2007, 6:38 am
by bradshaw1965
yep, perfect. Thanks Paul. If I'm going to be nosing I need to nose in the right direction. grin.