how to set Film Grain?
Hi there!
I am ttrying to figure out how to set the film frain type for the Background layer.
Any idea why the following code doesnt work?
Update, solution found:
repeat with theVariant in (variants whose selected is true)
tell adjustments of theVariant
set film grain impact to 54
set film grain type to Fine
end tell
end repeat
-
Not sure if you have tell the current document in the rest of you code but the below works.
tell front document of application "Capture One 23"
repeat with theVariant in (variants whose selected is true)
tell adjustments of theVariant
set film grain impact to 54
set film grain type to fine
end tell
end repeat
end tell
0 -
Thanks for the update. Let me try it as well.
0
Please sign in to leave a comment.
Comments
2 comments