I’m trying to add prt loaders based on a file in Maxscript. How would you do this construction? I already found a bug (I think).
prtL = KrakatoaPRTLoader pos:[100,100,100] showIcon:false filelist:#("C:\test_0000.csv")
This doesn’t correctly size the VR flags and checkboxes so it throws errors in the UI after what looks like a successful creation. Considering how fragile this method of construction is, what is the recommended way of adding PRT loaders? I need to set the files, the percentages, the icon, and “use node transform”, and possibly other settings. Or should these UI routines just have better validation code?
Thanks,
Ben.