miauu
@miauu
New Member
Joined: Feb 14, 2024
Topics: 122 / Replies: 1116
Reply
RE: Unicode characters in a Macroscript

You can use icons, built in the scripts, so no need to distribute them with the script. And you will have the freedom to customize them as you want. H…

4 years ago
Forum
Reply
RE: Max 2022 New "Security Feature" – What do you think?

aaandres: I haven’t written a line of maxscript for three years. Now you have a chance to write a line, without using 3ds max, just for fun.

4 years ago
Forum
Reply
RE: Max 2022 New "Security Feature" – What do you think?

Can I have the e-variant of the book, please? @aaandres, are you in the 3d world?

4 years ago
Forum
Reply
RE: Max 2022 New "Security Feature" – What do you think?

All those comments must go to AD forums. I can’t post a comment without refreshing the page several times.

4 years ago
Forum
Reply
RE: Max 2022 New "Security Feature" – What do you think?

OK. This free script will close all popedup rolouts and then it will shut down 3ds Max. I will run 3ds Max again and the Security will be Off.

4 years ago
Forum
Reply
RE: Max 2022 New "Security Feature" – What do you think?

Embedded scripts are blocked… what about not embedded? Someone can make a video showing some amazing stuff, the script will be free to download and… b…

4 years ago
Forum
Reply
RE: Autoresize listview dotnet (SOLVED)

on quickStat resized size do ( lv.width = size.x – 20 lv.height = size.y – 40 — or this — lv.size = dotNetObject “System.Drawing.Size” (siz…

4 years ago
Forum
Reply
RE: Clicking "OK" in the Group dialog box using maxscript

( for i = 0 to layerManager.count – 1 do ( layer = layerManager.getLayer i layerName = layer.name layerNodesArr = #() layer.nodes &layer…

4 years ago
Forum
Reply
RE: [Max 2021] Buttons tooltips stuck as top most window?

It exist in 3ds Max 2020 also. I sent a bug report using your code. I hope you don’t mind?

4 years ago
Forum
Reply
4 years ago
Forum
Reply
RE: Maxform using dispose will crash

In max2021 it crashes max2021.

4 years ago
Forum
Reply
RE: Set all material's diffuse to white

Maybe the OP will solve this case and will post a solution.

4 years ago
Forum
Reply
RE: Set all material's diffuse to white

( whiteClr = (color 255 255 255) for o in selection where (mat = o.material) != undedined do ( case classOf mat of ( standardMaterial: mat…

4 years ago
Forum
Reply
RE: Set all material's diffuse to white

Maybe like this: ( whiteClr = (color 255 255 255) for o in selection where (mat = o.material) != undedined do ( case classOf mat of ( st…

4 years ago
Forum
Reply
RE: Help please: Want to get name from self reference

My goal was to show him how to apply the code he have to multiple objects. I didn’t read the rest of the code.

4 years ago
Forum
Page 13 / 83