ofer_z
@ofer_z
New Member
Joined: Feb 14, 2024
Topics: 11 / Replies: 188
Reply
RE: rcmenu on button

hi galagast, this has been discussed on the discreet forum before. check out these links: hOpe this helps, o

21 years ago
Forum
Reply
RE: sliderManipulator showing frame

umm… actually, in the case of displaying frame numbers, that’s not necessary, there’s an option to do so in the “make preview” dialog. cheers, o

21 years ago
Forum
Reply
RE: sliderManipulator showing frame

Hi Armin, here’s a way to do this: use the value field for the frame number, not the label field (this way you can also add a description before the …

21 years ago
Forum
Reply
RE: Post Your best Max Programing tuts. here!

the most important difference, IMHO, is speed. reactor controller is much, much faster than wire parameters (which is pretty much like script controll…

21 years ago
Forum
Reply
RE: Center a pivot using Maxscript?

hi, i’m not sure this is exactly the way “center to object” works, but it should do the job: for o in selection do o.pivot = o.center hOpe this hel…

21 years ago
Forum
Reply
RE: Render Option > File output problem

hi Martin, here’s an example of how to do this: rollout browseTest “Browse Test” ( editText edDir “” align:#left fieldWidth:190 across:2 button …

21 years ago
Forum
Reply
RE: Tracing lines on a jpeg/bmp?

hi, i’m not sure about scripting this, but you could use a program that traces an image into vector format and then import that into max. check out …

21 years ago
Forum
Reply
RE: advanced poly counter script?

Hi Pete, for polyobject there’s a command that returns an array of the vertices’ numbers used by a specified face: polyop.getFaceVerts obj faceNum …

21 years ago
Forum
Topic
21 years ago
Forum
Replies: 0
Views: 37
Reply
RE: Browse

something like getSavePath()

21 years ago
Forum
Reply
RE: Fast vertexs selection

you need to copy the code to a maxscript editor window and execute it, or save it to a file and run it. this will replace the original polygoncounter…

21 years ago
Forum
Reply
RE: Fast vertexs selection

you can use this version of polygonCounter, just make sure to back up the original first… — MacroScript File — Created: Sept 21 1999 — Modi…

21 years ago
Forum
Reply
RE: Button UI

That’s cool! here’s an even simpler version: rollout test “test” ( progressBar pb “” pos:[10,10] width:77 height:20 enabled:false button bn “…

21 years ago
Forum
Reply
RE: Button UI

sorry, i alway forget the name of that ui element, and since i wrote it from memory i got it wrong… the ui element is called ImgTag and not tagmap.

21 years ago
Forum
Reply
RE: Button UI

not sure, but a couple of way i can think of: tagMap or activeX control

21 years ago
Forum
Page 13 / 14