miauu
@miauu
New Member
Joined: Feb 14, 2024
Topics: 122 / Replies: 1116
Reply
RE: Create dimensionable primitive from mesh?

Maybe this – Primitive Maker by Garp?

12 years ago
Forum
Reply
RE: Difference between Ctrl+E & DragDrop Button

The problem is,propably, because when you use drag-n-drop you are not in modify pannel. Put this on top of the code above and the script will work: m…

12 years ago
Forum
Reply
RE: Trying to copy multiple uvs multiple objects from map channel 1 to 2… Please Help!

Try this code. The copy-paste functions is written by denisT. Here the thread with it. I did not test the code. Select the object which you want to co…

12 years ago
Forum
Reply
RE: 3ds Max Maxscript and SDK CHMs now available…

I have exactly the same error(Line, Char, Error, Code). I think that the reason is because my Windows 8 is localized to Bulgarian language, but maybe …

12 years ago
Forum
Reply
RE: 2014 maxscript abbreviations bug?

I use abbreviation all the time, but I changed the hotkey to Ctrl+D, and everything works. SOmetimes, when I add new abbreviation if I type this: s =…

12 years ago
Forum
Reply
RE: How to find instanced material in Material Editor?

Works in max2013, but in max2009 gives this error: — Error occurred in findMaterialInstances(); filename: ; position: 111 — Frame: — mat: 03 – …

12 years ago
Forum
Reply
RE: How to find instanced material in Material Editor?

I have to know if the material is instance or not. The reason is that the script have to change the Diffuse color of the materials, and if I loop thro…

12 years ago
Forum
Reply
RE: How to find instanced material in Material Editor?

Yes. In material editor I have slot1 with MultiSubobject material with 5 sub materials. In slot5 I have another MultiSubobject material with 10 sub ma…

12 years ago
Forum
Topic
Forum
Replies: 8
Views: 18
Reply
RE: maxscript challenge 'Screw"

It have to be “installed” on every 3dsMax that will open the scene?

12 years ago
Forum
Reply
RE: Just have looked at new features…

DaveWortley: We could make a funny thread, showing some really old scripts we all wrote and how we’d make them 100x better and faster now. Can I…

12 years ago
Forum
Reply
RE: simple quistion

You can’t do it. Try with arrays – in loop fill the array and use its elements as variables.

12 years ago
Forum
Reply
RE: Mirror Node Across Axis

Mirror in max just scale the object with negative value. Create a teapot, mirror it on one or more axis and check, open Scale Transform Type In and ch…

12 years ago
Forum
Reply
RE: Exit loop when bitarray stops changing

Or, if you want to stay with for loop use this: fn GetBordersUsingEdgeMesh Obj:$ Sel:(getEdgeSelection $) = ( local AllBorderSel = (meshop.getO…

12 years ago
Forum
Page 65 / 83