-
Capture an Expression result in a Script
Greetings friends-
I’m trying to run a script that employs the sampleImage method. I don’t believe it’s available via scripting, so I’m having to use an expression to access the sampleImage method. Currently, I’m piping the output of the sampleImage method to a Color property, which is something I can capture via Scripting.1.) Is there a way to capture the expression result directly in a script?
2.) Is there a better way of using sampleImage in a script (not an expression)?Many thanks-