gandhics
@gandhics
New Member
Joined: Feb 14, 2024
Topics: 70 / Replies: 231
Reply
RE: MaxScript questions coming from a Maya user

Totally agree. Try to get the material of an object. In Maxscript, it would be o.material Try to do same thing in Maya.

10 years ago
Forum
Reply
RE: Shift all animation range to start from 0

1)Select camera 2) run this code deleteTime selection 0 1122200

10 years ago
Forum
Reply
RE: passing variables

You can access local variable of rollout from outside like this. otherRolVar = myRollout.localvariable Or… you can just use global variable.

10 years ago
Forum
Reply
RE: Is there something like Maya's Rehash for Max to rescan Macroscript folder?

fn rehash yourMacroFolder = ( yourMacros = getFiles (yourMacroFolder + “*.mcr”) for mcrs in yourMacros do ( filein mcrs ) ) rehash “C:\ emp\”

10 years ago
Forum
Topic
Reply
RE: convert 1,3,5-7,10 editText.text to array

etxt = “1,3,5-7,10” barrayStr = “#{” + (substitutestring etxt “-” “…”) + “}” fArray = (execute barrayStr) as array

11 years ago
Forum
Reply
RE: XML + long array writing

with printAllElements on ( )

11 years ago
Forum
Reply
RE: maxscripting alembic files

What is “attach to node option”?

11 years ago
Forum
Reply
RE: IDE for maxscript in developing (based on Notepad++)

Looks great. a quick question. If I open multiple instances of max, how can I link a Notepad++ to a certain instance of max

11 years ago
Forum
Topic
Forum
Replies: 0
Views: 20
Reply
RE: dotnet treeview: checkbox only for root level items.

Thank you, ,Denis! Rotu, I was actually considering XtraTreeList, too. Have you used it? Then, how is it?

11 years ago
Forum
Topic
Reply
RE: Get current selected Layer

You can check out my Layer Explorer extension.

11 years ago
Forum
Reply
RE: SymbolicPaths struct extension

I agree. When I saw this post, I was super excited, then I found out that I can use this only in maxscript. Well… in maxscript I don’t even need this….

11 years ago
Forum
Reply
RE: Save/Load render preset (.rps) inside maxfile. Possible?

Thanks for reply. I guess I need to find a better solution. Thanks.

11 years ago
Forum
Page 17 / 21