I\'m trying to create a custom point cache format for Houdini and 3D Max. I have managed to send geometry data between both programs using a custom ascii and xml file. The file is just a list of vecto
I was wondering if it is possible to load an executable as 开发者_Python百科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
I\'ve inherited some older 3DS maxscripts for exporting 开发者_如何学运维in 3D StudioMax 8. We\'d like to leverage these scripts to be used in 3D StudioMax 2011, but have been unsuccessful. Is there a
I have a framework for selecting holes in objects. Right now it works by manually clicking inside the hole (with “by angle” option on), it then selects the inside of the hole.
I\'m working on a plugin, and previously I saw that I could compile for several older versions of 3dsmax with just 2010 sdk installed.
I\'ve only a basic knowledge of 3D Max. I\'m creating a plane using MaxS开发者_运维问答cript, converting it to an editable Poly and then extruding certain faces. The thing is, I only have 16 faces to
Is there an exhaustive list of commandline switched for the 3dsmax.exe. I\'m particularly interested in the -server and -pipe switch as I want to reroute some 3dsmax argument calls.
How to programatically assign random colo开发者_StackOverflowrs to objects in 3ds max?That works well if you just want to assign a random wire color. Here is some code for creating a standard material
While I am modeling I like to render a frame to show the progress as I am going along. I would like to program the renderer to save the render as a render output and add an incremental number to the e
I’d like to run a very simple script command through the command line, and the -mxs switch appears to do exactly that. However, everytime I use it 3DSMax 2011 automatically shuts down afterwards. Whe