coolankur49
@coolankur49
New Member
Joined: Feb 15, 2024
Topics: 4 / Replies: 26
Reply
RE: Send Maxscript commands from External App to 3dsmax

Ok, to make this more interesting I’m sharing the stuff I built. Attached is the EXE file which sends MXS Commands to 3dsmax. It works fine when we …

12 years ago
Forum
Reply
RE: Send Maxscript commands from External App to 3dsmax

yes, simple stuff like sending “max preview”, no issues. problem starts with the complicated stuff, like creating custom dialogs,rollouts. The code b…

12 years ago
Forum
Topic
Forum
Replies: 28
Views: 81
Reply
RE: Delete modifier by name?

Your code works fine, but it require object to be selected. My code works fine, but it require exact naming. If we can club these two then it will b…

12 years ago
Forum
Reply
RE: Delete modifier by name?

This is my Code, it doesn’t require object to be selected. tarObj = $* as array objwithMS = for i in tarObj collect if (superclassof i == GeometryCl…

12 years ago
Forum
Reply
RE: Delete modifier by name?

Sorry for barging in but I was searching for something like this. Its helpful but it didn’t work if I rename the modifiers. Like I want to delete al…

12 years ago
Forum
Reply
RE: Combo Box Selection Issue

Fully agree!! Even the 鈥渨indows.sendMessage hwnd CB_SETCURSEL 1 0鈥?line is sufficient to do the selection, as per my tests. But in the Make Preview Di…

12 years ago
Forum
Topic
Forum
Replies: 3
Views: 20
Topic
Forum
Replies: 0
Views: 13
Reply
RE: Customizing Safe Frames with maxscript

You rock man! :bowdown: I just commented the line which turns the lock back, since there is no point locking the values again, If we lock, then the v…

12 years ago
Forum
Reply
RE: Customizing Safe Frames with maxscript

Hi denisT, These spinners doesn’t have anything attached to them. How do we send a message to set custom values? Just give me a light!

12 years ago
Forum
Reply
RE: Customizing Safe Frames with maxscript

Thanks denisT, I saw that post earlier today and was trying to get things done from that. Still no luck, but I’ll keep trying! Yes, its Nitrous. I …

12 years ago
Forum
Reply
Topic
Forum
Replies: 9
Views: 26
Reply
RE: Select layers by prefix name

I was searching something like this only.

13 years ago
Forum
Page 2 / 2