Spectral film simulations in ART

Hi Alberto,

Thank you for creating this integration with agx-emulsion. I feel like a whole new box of goodies was addded in there.

The integration works wonders. I do have a question though: is it safe to modify the JSON script and add/remove parameters surfaced on the UI? Is there a limit to how many controls can be show on the screen? Since agx does have quite a few under the hood. I wonder if I could default some parameters internally in the JSON, without surfacing them on the UI as an alternative.

It was a bit annoying to get the MS C++ devevelopment tools, I discovered that I needed to select the Desktop development with C++ in the workload screen, but that’s not an ART issue, just me ranting.

Thanks again for this integration and making it a state-of-the-ART tool.

Best Regards,
John

Hi,

Yes, you can customise it to your liking. That’s actually the point of plugins, so you’re welcome to experiment!

1 Like

Hey guys.
I saw that this error seems to be recurrent on MacOS. Should I install an older version of Python? I appear to have 3.13.0 installed on OS 15.5 Sequoia.
The AgX LUT interface loads, no crashes, just the error and no image update when moving the sliders.
LUT error

I’m using 3.11.something because I couldn’t make agx-emulsion work with later versions (but I didn’t try that hard), fwiw

1 Like

Thank you for the prompt reply Alberto. Turns out, I lost track of the pathing details in MacOS, where /home/ becomes /Users/

 "command" : "/Users/<username>/envs/agx-emulsion/bin/python agx_emulsion_mklut.py --server",

Works like a charm now :sunglasses: