Try this: ( global mat_renamer_Dialog try(destroyDialog mat_renamer_Dialog)catch() rollout mat_renamer_Dialog “MAT Object Renamer” …
This is when max prints 1.23456e-5 or 1.#INF. In this case bit.isFinite sets the value of the variable to 0.
Nice. You can disable undo by using “undo off ()” The undo off do not work with viewports. I tested it. That why I asked about how to disable undo o…
Another stupid idea – convert the positions of the verts to strings and then use findItem.
Hi, Shawn! This findItem sometimes (but not always) fails happens to me sometimes. I think(but I am not sure) that max prints [-70,274,256], but t…
The method of collecting the fonts is not mine, but you can cnovert the code below to work with dotnet dropdownlist ( global rol_test try(destroyDi…
Branko, your code produce strange result. See this gif image.
Select the planes and use: for editable_poly objects for o in selection do o.pivot = polyop.getVert o 6 for editable_mesh objects for o in selec…
Denis, is your script works with 32 bit HDRI images? lo said that c#/dotNet can work only with 8 bit hdr images.
Maybe, one day, I will learn how to use the C# or C++/SDK. For now will use Photoshop for thing like this.
Works, but the realtime is possible with small images. For HDRI 300x150px the time is ~0.15 sec for every iteration. For 7144x3572px the time is 84 se…
Thank you. Will test it.
Yes. This is a HDR image. I know that with amxscript real time is impossible. Maxscript can operate with 32 bit HDR? I think that I will try with som…
I think that this is written in C. There are formulas for converting RGB values, but I have to check the C syntax to understand how to convert this to…