Serejah
@serejah
New Member
Joined: Feb 14, 2024
Topics: 34 / Replies: 1221
Reply
RE: How do I use ExecuteMaxscriptCommand

Actually it was, try this tool. Last time I checked it was wrapping encrypted code with obfuscated c#.

2 years ago
Forum
Reply
RE: How do I use ExecuteMaxscriptCommand

why’s that? obfuscate it and put it in .mse, then filein the .mse file. Swap a few bytes in the beginning of the file and this mse file will become un…

2 years ago
Forum
Reply
RE: How do I use ExecuteMaxscriptCommand

if it is about execution of a script file then you could insert filein “/path_to/script.ms” into mini listener window and send enter key to execute it…

2 years ago
Forum
Reply
RE: How do I use ExecuteMaxscriptCommand

season_X: I can only write two styles by version judgment. I doubt that it is possible to make a version agnostic method that would work for ever…

2 years ago
Forum
Reply
RE: How do I use ExecuteMaxscriptCommand

t = dotNet.getType (dotNetClass “managedservices.maxscriptsdk”) method = t.getmethod “ExecuteMaxscriptCommand” method.Invoke undefined #( “messageBox …

2 years ago
Forum
Reply
RE: How do I use ExecuteMaxscriptCommand

season_X: Or is there a way to make it work in different 3ds max versions use reflection stackoverflow.com Ref…

2 years ago
Forum
Reply
RE: Move material from Temporary Library to an open SME

mxs reference is your best friend if you’re going to write scripts <void>SetSelectedNodes <maxObject by value array>refs used like this a…

2 years ago
Forum
Reply
RE: Move material from Temporary Library to an open SME

actionman.executeAction should work for any version d1myan: and how to use it with this code? I’ve already seen it, but I haven’t figured out …

2 years ago
Forum
Reply
RE: Move material from Temporary Library to an open SME

no need to search for window handle (SME.GetMainframe()).setfocus() actionMan.executeAction 369891408 “40060” — Lay Out All sme actions Table:SME…

2 years ago
Forum
Reply
RE: Redirecting Listener output to another window

yeah, I know. I’ve built a tool that sends script to max. So you somehow wait until the script is finished execution and then grab the output from the…

2 years ago
Forum
Reply
RE: Redirecting Listener output to another window

Can you tell a little about how to send it?

2 years ago
Forum
Reply
RE: Redirecting Listener output to another window

AEI: … if listener could text string to a file ,such as log there’s a openLog function, although I never used it openLog <filename_string> …

2 years ago
Forum
Topic
Forum
Replies: 9
Views: 50
Reply
RE: MXS DotNet > System.Reflection.Pointer to System.IntPtr

denisT: Is there a way to achieve the same result in MXS without assembly? it was renamed to NativePointer or something like that. As you can see…

2 years ago
Forum
Reply
2 years ago
Forum
Page 2 / 84