If you make a plugin that uses it can people download/install it without installing VSE?
Can you redistribute the winsock activex control?
Not as far as I can see. You can launch an external app in max using an activeX control: rollout RO “” width:162 height:300 ( activeXControl ax “m…
Thanks Paul, you’re a life saver! I didn’t know about showInterfaces().
I suppose it’s one of those half finished additions.
That’s a bit of an embuggerance!
The script controller in max 8 has those variables that allow you to directly access scene nodes, etc. I want to assign those variables.
This problem would be made a hell of a lot easier if max had a Transform List controller.
Well, if you want to make it yourself, and learn along the way ;), your best bet will be to use the redraw views callback (check the manual for exact …
I’d actually like a VMS that places controls and generates codes as you would using the relative method. (across, offset, etc)
I believe Autodesk has big plans for maxScript, which may(or may not) include a new VMSE. From Max 8 Help File “The MAXScript debugger implements…
I use automatic placement alot too, in fact in many cases I prefer it to VMS, but sometimes it just doesn’t give the results you’d expect, especially …
Ok, so that’s the story, I just read the header in the CPP files crediting Asylum Software as the creator.
Purely hard coding rollouts is a bit too much of a mission for me. And the automatic layout (using across: and all that lot) is unreliable at best. I…