Joezeta
@joezeta
New Member
Joined: Feb 15, 2024
Topics: 21 / Replies: 32
Topic
Forum
Replies: 1
Views: 17
Topic
Forum
Replies: 1
Views: 10
Reply
RE: Print some text with sdk

I’ve tried each of these lines, in the BeginEditParams function: MessageBox(NULL, _T(“TEST”), _T(“Test test 123”), MB_OK); ExecuteMAXScriptScript(_…

9 years ago
Forum
Reply
RE: Print some text with sdk

I confirm, prompt still doesn’t display anything.

9 years ago
Forum
Topic
Forum
Replies: 8
Views: 24
Reply
RE: Function with two arguments returns undefined

Thanks, one last thing. With my function I want to able to pass a property of the material, like specularmap, diffusemap,refractionmap and so on. So …

9 years ago
Forum
Reply
RE: Function with two arguments returns undefined

“probably because DiffuseColor in your case is undefined. ” But I want to define DiffuseColor inside the function so the result would be assign box …

9 years ago
Forum
Topic
Forum
Replies: 4
Views: 15
Reply
RE: Clearing mirror effect via script

Yes Aandreas, it’s true but I don’t need the mirror modifier for this particular task. I just need to invert the x vector (the first number of the fir…

10 years ago
Forum
Reply
RE: Clearing mirror effect via script

Well, I should have mentioned I want to make this with matrices. I can’t use reset transform. More, collapsing mirror won’t change the matrix to its o…

10 years ago
Forum
Topic
Forum
Replies: 4
Views: 14
Topic
Forum
Replies: 1
Views: 14
Reply
RE: Detecting faces that are pointing up

Awesome, I didn’t know that dot product could do such things. Thanks.

10 years ago
Forum
Topic
Forum
Replies: 4
Views: 17
Reply
RE: Apply id by selection order

index = parsedName[1] as integer doesn’t work index = (parsedName[1] as integer) works

10 years ago
Forum
Page 1 / 4