Search found 4 matches
- June 14th, 2017, 12:28 pm
- Forum: Expression Discussion
- Topic: Access path keyframe value via Expression
- Replies: 1
- Views: 17755
Re: Access path keyframe value via Expression
I'm afraid this is not possible with expressions. Functions like linear() only work with numerical properties. Paths are objects with many sub properties that can be accessed and written by scripts, but not through expressions. With expressions you can sample a Path's value and reference it in anoth...
- November 13th, 2016, 6:55 pm
- Forum: Expressions Tutorials
- Topic: Make a looping turntable controller!
- Replies: 0
- Views: 49981
Make a looping turntable controller!
I just posted a 10 minute tutorial on how to make a looping turntable controller with just a few lines of code and and Angle controller.
Have a watch!
Have a watch!
- June 30th, 2014, 1:56 pm
- Forum: Scripts Discussion
- Topic: identifying Photoshop or Illustrator layers in Project
- Replies: 3
- Views: 15873
Re: identifying Photoshop or Illustrator layers in Project
Thanks for the reply. I hadn't thought about parsing through the XML. I would love to see a snippet that you could share. I would have to rewrite much of my script to have it work on XML, but it may be the only airtight way. Does your finished script happen to do what I'm attempting? No need to rein...
- May 25th, 2014, 12:24 pm
- Forum: Scripts Discussion
- Topic: identifying Photoshop or Illustrator layers in Project
- Replies: 3
- Views: 15873
identifying Photoshop or Illustrator layers in Project
Hello! I am working on a re-linking script that is working very well so far. The only blind spot of this script is that I am unable to correctly change the linking of a project item that is an unmerged photoshop or Illustrator layer. Linking the item to a different yet identical PSD via scripting ju...