ofer_z
@ofer_z
New Member
Joined: Feb 14, 2024
Topics: 11 / Replies: 188
Reply
RE: bunch of high poly modelers trying to use our little brains.

hi this looks nice. here’s an interactive version of your edgeByAngle script: macroScript edgebyangle category:”KwickCorner” tooltip:”edgebyang…

20 years ago
Forum
Reply
RE: Maxscript Exporter Problem

just put whatever commands you want in parent coordinates in a “in coordsys parent” scope: in coordsys parent ( – commands in parent coordinate system…

20 years ago
Forum
Reply
RE: Return all objects with morph modif. as array

and in one line :): for o in objects where (findItem (for m in o.modifiers collect classOf m) morpher > 0) collect o cheers, o

21 years ago
Forum
Reply
RE: cancel loop?

the reason for that is that progressUpdate is also used to check if the cancel button was pressed, so in fact you are checking twice for the cancelati…

21 years ago
Forum
Reply
RE: cancel loop?

hi, you could use the progress bar to interrupt long processes. look for the topic “Progress Bar Display” in the maxscript help for details about how…

21 years ago
Forum
Reply
RE: help plz……..

take a look at this link: hOpe this helps, o

21 years ago
Forum
Reply
RE: Assigning path and object nodes in path_constraint

hi, it should be something like (i don’t have max available at the moment, so i didn’t test this): obj.pos.controller = pathConst – where obj is the…

21 years ago
Forum
Reply
RE: timeCallback execute with buttonUp?

hi, I don’t think there’s a way to know when the timeslider button is released but you could work around that with a timer, so that the update only h…

21 years ago
Forum
Reply
RE: Renaming Maps!!!

do you get any error messages? does the window open at all? I tested it with both max 5 and max 7 and it works fine. I don’t have access to max 6 to t…

21 years ago
Forum
Reply
RE: Renaming Maps!!!

hi, check out [b]Set Bitmap Parameters v1.2 at hOpe this helps, o [/b]

21 years ago
Forum
Reply
RE: IN/Out Tangent Buttons

Hi, here’s another option. it’s not perfect, but might be good enough… try(destroyDialog roTest)catch() rollout roTest “Test” ( …

21 years ago
Forum
Reply
RE: Open windows Folder?

use: shellLaunch “c:\” hOpe this helps, o

21 years ago
Forum
Reply
RE: Compare Modification Dates?

Hi Tom, check out this date struct, it should help you with what you’re trying to do. there are comments in the script, and a sample function that sh…

21 years ago
Forum
Reply
RE: Help! how to convert strings to arrays???

check out filterString in the mxs help cheers, o

21 years ago
Forum
Reply
RE: Create a new folder?

NAMETAG: ahh ok very simple thanks Is it possible to check if a folder exists? i know you can use getFiles() to check if a file exists but is ther…

21 years ago
Forum
Page 11 / 14