Dino Abdurahmanovic
Dino Abdurahmanovic
Here is the code sample from ExtendScript with which I loop through the Effect's properties to apply a custom LUT as Basic ``` for (var i = 0; i <...
Here is the code sample from ExtendScript with which I loop through the Effect's properties to apply a custom LUT as Basic `for (var i = 0; i < effect.properties.numItems;...
> [@edwh](https://github.com/edwh) you can add `fetchPriority="high"` to as prop to your `` and it will be rendered in the element as ``. > > However i noticed that maybe the...