Actually it was, try this tool. Last time I checked it was wrapping encrypted code with obfuscated c#.
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…
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…
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…
t = dotNet.getType (dotNetClass “managedservices.maxscriptsdk”) method = t.getmethod “ExecuteMaxscriptCommand” method.Invoke undefined #( “messageBox …
season_X: Or is there a way to make it work in different 3ds max versions use reflection stackoverflow.com Ref…
mxs reference is your best friend if you’re going to write scripts <void>SetSelectedNodes <maxObject by value array>refs used like this a…
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 …
no need to search for window handle (SME.GetMainframe()).setfocus() actionMan.executeAction 369891408 “40060” — Lay Out All sme actions Table:SME…
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…
Can you tell a little about how to send it?
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> …
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…
… nevermind