MZ1
@mz1
New Member
Joined: Feb 14, 2024
Topics: 169 / Replies: 649
Topic
Forum
Replies: 26
Views: 231
Topic
Forum
Replies: 0
Views: 22
Reply
6 years ago
Forum
Reply
RE: Reload RecentFiles.xml

Why you don’t use before-after open callback to revert back the file? fn BeforeOpen = ( File = (getdir #maxdata)+”\\RecentDocuments.xml” TempFile =…

6 years ago
Forum
Reply
RE: Get ModifyPanel Height

Well… I found the names by finding parent of custom attribute’s rollout. But I should test the Spy++, Thanks! This is the code that I tested with Max …

6 years ago
Forum
Reply
RE: Get ModifyPanel Height

As you said another problem is how to make it work in version 2018 and above?

6 years ago
Forum
Reply
RE: Get ModifyPanel Height

Yea It helps, After comparing children of “ModifyTask”, I guess the child number 2 is the area that I was looking for. So this code works perfectly fo…

6 years ago
Forum
Reply
RE: Get ModifyPanel Height

Serejah: windows.getWindowPos Thank You!, But my question is how we can find handler of that area?

6 years ago
Forum
Topic
Forum
Replies: 7
Views: 54
Topic
Forum
Replies: 0
Views: 83
Reply
RE: Unregister a RedrawViewsCallback in scripted modifier

e-armand: registerRedrawViewsCallback This is my working pattern: try(DestroyDialog TestRol)catch() rollout TestRol “Callback Test” ( checkButt…

6 years ago
Forum
Reply
RE: C++ ReplaceVertexWeight

Nice!, So you completely get the skin data and set it back after modification right? what is the data type of skin data? c++ class or max’s structure …

6 years ago
Forum
Reply
RE: C++ ReplaceVertexWeight

Yes, Exactly! Thank You! denisT: In your code, I see that you include c++ methods that do not give you any advantages over mxs (for example, c…

6 years ago
Forum
Reply
RE: C++ ReplaceVertexWeight

Ok, but my assumption was someone that has build environment (like you!) Can compile the code easily. Also I’m sure for someone that has expreince in …

6 years ago
Forum
Reply
RE: C++ ReplaceVertexWeight

Sorry, I don’t undrstand what are you talking about, what is ^^^ ?

6 years ago
Forum
Page 23 / 55