data = color 0 255 0 $teapot01.mat.diffuse = data Remove the “” from the data code line as it is a color value and NOT a string value! Mike
bobo actually gave a siggraph presentation on this very subject last year, but Autodesk are being really slow at releasing the DVD of this presentatio…
Thanks Bobo. Spot on, that fixed the problem and I also learnt something new today Mike
Yes, its a network MAXScript job through Deadline. So, I’m using the script to actually execute the render. Locally, it works fine in the 3dsMax GUI, …
I need to check, but does Zeboxx’s cblogger script handle these callbacks?
Thanks. I have now taken this approach and its working at the moment. Mike
Hi All, I have just found out that due to security permissions, you can’t put the “KClasses.dll” onto a network server, which is annoying…! dotnet.l…
Thanks very much Kameleon, much appreciated. However, running this code; dotnet.loadassembly @”C:\KClasses.dll” dnGet=dotnetObject “KClasses.DnGetDis…
Hence my problem…! Looks like a lookup table for UNC paths against drive letters is the only option
Thanks Pete, much appreciated! However, a problem, which I can’t think of a workaround is, if the path is a UNC path, then it doesn’t work! All these…
I’m so sorry, just re-read my post and it doesn’t make sense!!! What I meant to say is that the MAXScript setting is ‘taken’ and the result displayed …
Interesting. I have just encountered a tga setting not taking in MAXScript! With the Render Scene Dialog closed… In Max2009x64: Targa.setColorDepth …