Notifications
Clear all

[Closed] Get instances of HDR images

I’m writing a script to recursively go through a directory and change the texture paths of every .max file

This works fine for the regular maps, as they are returned when you use getClassInstances bitmaptexture

Unfortunately this hasn’t been working for HDR’s. I did a search through the MSX help file and couldn’t find any info on what class these could be, if not bitmaptexture

I’m wondering if there’s a way to do this easily without brute force looking through each material to see if there’s an HDR referenced.