miauu
@miauu
New Member
Joined: Feb 14, 2024
Topics: 122 / Replies: 1116
Reply
RE: If…then….else…question.

Try this: ( global mat_renamer_Dialog try(destroyDialog mat_renamer_Dialog)catch() rollout mat_renamer_Dialog “MAT Object Renamer” …

12 years ago
Forum
Reply
RE: Align and Size a Plane() to EPoly Quads…

This is when max prints 1.23456e-5 or 1.#INF. In this case bit.isFinite sets the value of the variable to 0.

12 years ago
Forum
Reply
RE: [Script] Rotate Viewport

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…

12 years ago
Forum
Topic
Forum
Replies: 2
Views: 17
Reply
RE: Align and Size a Plane() to EPoly Quads…

Another stupid idea – convert the positions of the verts to strings and then use findItem.

12 years ago
Forum
Reply
RE: Align and Size a Plane() to EPoly Quads…

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…

12 years ago
Forum
Reply
RE: Text Lister (Editor)

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…

12 years ago
Forum
Reply
RE: Align pivot to vetex numbers

Branko, your code produce strange result. See this gif image.

12 years ago
Forum
Reply
RE: Align pivot to vetex numbers

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…

12 years ago
Forum
Reply
RE: Exposure control with maxscript. Is it possible?

Denis, is your script works with 32 bit HDRI images? lo said that c#/dotNet can work only with 8 bit hdr images.

12 years ago
Forum
Reply
RE: Exposure control with maxscript. Is it possible?

Maybe, one day, I will learn how to use the C# or C++/SDK. For now will use Photoshop for thing like this.

12 years ago
Forum
Reply
RE: Exposure control with maxscript. Is it possible?

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…

12 years ago
Forum
Reply
12 years ago
Forum
Reply
RE: Exposure control with maxscript. Is it possible?

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…

12 years ago
Forum
Reply
RE: Exposure control with maxscript. Is it possible?

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…

12 years ago
Forum
Page 67 / 83