Hello, denisT! Thanks for the suggested ways. But I actually have no problem creating a window to display an animated GIF. The problem is quite diffe…
From 2013 to 2021:roll_eyes: I am writing a script that should work on a wide range of 3ds max versions. Before loading the script, there must be a sp…
Thanks, your method works well with static images (for example * .png), but unfortunately, this method does not work with animated GIF images. …
Thank. If it’s not hard for you, could you show me how to do this in MAXScript using the C# code below? #region Using directives using System; using …
Serejah: there was another thread where it was discussed before here’s what you can do with c# sdk delete objects gc() t = Teapot() f = falloff()…
This works great, thanks!
For me, this was also a surprise. Is this problem only for me and no one can help me?
Thank you, but unfortunately this method only works once when you open the MAXScript editor and only on the last opened script. When creating a new sc…
denisT: fn wavelengthToRGB wavelength round:off = ( fn iround v = int (floor (if v >= 0 then v + 0.5 else v – 0.5)) wavelength = wavelength as f…