gsystems
@gsystems
New Member
Joined: Feb 15, 2024
Topics: 13 / Replies: 47
Reply
RE: MAXScript: How to create layered .NET window in Windows Forms

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…

5 years ago
Forum
Reply
RE: MAXScript: How to create layered .NET window in Windows Forms

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…

5 years ago
Forum
Reply
RE: MAXScript: How to create layered .NET window in Windows Forms

Thanks, your method works well with static images (for example * .png), but unfortunately, this method does not work with animated GIF images. …

5 years ago
Forum
Reply
RE: MAXScript: How to create layered .NET window in Windows Forms

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 …

5 years ago
Forum
Topic
Reply
RE: MAXScript: Control Mix Curve points in Falloff map

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()…

5 years ago
Forum
Topic
Reply
Topic
Reply
RE: MAXScript Editor: how to turn off "Use Monospaced Font" option by default?

For me, this was also a surprise. Is this problem only for me and no one can help me?

5 years ago
Forum
Reply
RE: MAXScript Editor: how to turn off "Use Monospaced Font" option by default?

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…

5 years ago
Forum
Topic
Forum
Replies: 1
Views: 35
Reply
RE: How to convert spectrum to RGB color in maxscript?

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…

6 years ago
Forum
Topic
Page 4 / 4