bkravi
@bkravi
New Member
Joined: Feb 14, 2024
Topics: 30 / Replies: 76
Topic
Forum
Replies: 3
Views: 16
Reply
RE: callback problem #nodeNameSet

Thanks, i will check the links

15 years ago
Forum
Reply
RE: callback problem #nodeNameSet

Thank you denisT, got it, now I must have to move to 2009. C++ stuff is great, I always wanted to use some SDK stuff for speed but I have no knowled…

15 years ago
Forum
Reply
RE: callback problem #nodeNameSet

I also used to rename from command panel, but I was using it with 3dsmax2008. may be thats the problem.

15 years ago
Forum
Reply
RE: callback problem #nodeNameSet

denisT: Both of them #nodeNameReset and #nodeRenamed are same. in maxscript documentation it is mentioned as follows- “It is more reliable to use t…

15 years ago
Forum
Topic
Forum
Replies: 10
Views: 22
Reply
RE: Undo View Change / Redo View Change

[left] [left]–for VIEWPORT undo : max views undo –for VIEWPORT redo: max view redo[/left] [/left] [left] [/left] [left] [/left]

15 years ago
Forum
Reply
RE: Undo View Change / Redo View Change

–for undo : max undo –for redo: max redo that simple

15 years ago
Forum
Reply
RE: Rename diffuse maps according to their bitmap name

your code will not work and will produce error if your material has no diffuse map applied… or if there is any procedural map inside. you need to hav…

15 years ago
Forum
Reply
RE: Rename diffuse maps according to their bitmap name

SelMat = multimaterial() — create multi sub material nSbMats = (SelMat.numsubs = 2) — set no. of sub mat to 2 meditmaterials[1] = SelMat — get t…

15 years ago
Forum
Reply
RE: 3ds max surface custom press out

What I understand is that you want to extrude your mesh along with the local face normals. here is the code – myMesh = sphere name:”mySphere” conver…

15 years ago
Forum
Reply
RE: button state (grey)

you can do it like this which is more readable– btn_Blast.visible = true //make it visible btn_Blast.visible = false //make it …

15 years ago
Forum
Reply
RE: filtering 3ds Max default object names

Many thanks denisT, actually I am creating our custom Layer manager where everybody will follow naming convention as per our standard, so what I am t…

15 years ago
Forum
Reply
RE: filtering 3ds Max default object names

Thank you very much for this custom function…thats what I want. but now how can I use it, I don’t know much about the file I/O in maxscript, so pls g…

15 years ago
Forum
Topic
Forum
Replies: 10
Views: 25
Page 5 / 8