miauu
@miauu
New Member
Joined: Feb 14, 2024
Topics: 122 / Replies: 1116
Topic
Forum
Replies: 6
Views: 17
Reply
RE: Docking a rollout broke some of the UI

You can dock it, but some of the controls will not work properly.

10 years ago
Forum
Reply
RE: Docking a rollout broke some of the UI

Dropdownlist also not works properly on docked rolouts.

10 years ago
Forum
Reply
10 years ago
Forum
Reply
RE: make dir

Use this folder: #userscripts You will have full access to it – can create sub-folders, copy and delete files and folders, etc. I use it in all of m…

10 years ago
Forum
Reply
RE: set up 2 viewport with 2 different display settings

Just like: more than 4 viewports detatching viewports I heard about that when XBR starts, but since then…

10 years ago
Forum
Reply
RE: Learning MaxScript – Move Selected to Origin

This also works: selection.pos = [0,0,0]

10 years ago
Forum
Reply
RE: Read alpha channel from bitmap

What is the time without storing the pixels color to an array – only Alfa color comparison?

10 years ago
Forum
Reply
RE: Read alpha channel from bitmap

You have to check each pixel in the map for its color, so – bigger image = more time. If you want to know if there are at least one black pixel in th…

10 years ago
Forum
Reply
RE: Read alpha channel from bitmap

You can check each pixel for its .r or .g or .b color value. You can check pixel’s .a for its alfa color value. Read Color Values topic in maxscript …

10 years ago
Forum
Reply
RE: Slave point helper to a vert

This will gives you the normal of Editable Poly vertex. neighborFacesBA = polyop.getFacesUsingVert obj vIdx for nf in neighborFacesBA do ( …

10 years ago
Forum
Reply
RE: Slave point helper to a vert

Watchthis and you can see that it can be done.

10 years ago
Forum
Reply
RE: Slave point helper to a vert

Attachment Constraint is face based, not vert based. But, using barycentric coordinates each vert lies at: 0,0,1 or 0,1,0 or 1,0,0

10 years ago
Forum
Reply
RE: Fastest intersection check?

Here. Another thread at scriptspot. There is a colision_detection.ms that will select the intersecting faces. A ready to be used script – Volumetric …

10 years ago
Forum
Page 50 / 83