Tagged Questions
0
votes
2answers
243 views
Loading an exe as a dll in maxscript
I was wondering if it is possible to load an executable as a dll in maxscript. I want to execute an exe and the store the return values from the exe, I am using HiddenDosCommand but I have to redirect ...
0
votes
1answer
226 views
Is there a way to return a dotNetObject value from a custom 3ds Max plugin?
I have a custom plugin for 3ds Max that interfaces with some managed code on the back end. In some circumstances, I'd like to forward along a managed object to MAXScript for direct interaction, i.e. ...