Export Lookup Tables Programmatically
Hi
I was wondering whether anyone can help I would like to know what is the underlying method that is used for exporting lookup tables from within studio. I would like to do this programmatically. The export function provided with Ens.Util.LookupTable is not compatible with studio.
Thank you.
Kind Regards,
Salma
Hi Salma.
Check for files with extension LUT. They represent Lookup Tables. You can add these files to Studio Export.
Hope this helps,
Alexander.
Hi Alexander,
Thank you for reply, I am looking more to export the lut file from within code if possible and would like it be compatible with studio so that it can be imported back.
Kind Regards,
Salma
You can use $system.OBJ.Export to export LUT document to file:
Thank you so much, this is exactly what I was after. :)
Kind Regards,
Salma