-
Recent Posts
Recent Comments
- Gregory Mertens on Parameter Jerk 2013
- Gavin on Parameter Jerk 2013
- Gregory Mertens on hatch22-2012
- Gregory Mertens on hatch22-2012
- Ahmed on hatch22-2012
Archives
Categories
Meta
Category Archives: 3d studio max
3ds max – bugs/ issues/ requests
These are issues/ problems that I’ve had with 3ds max whose resolution would improve my workflow (and probably that of others). This is dynamic document and will be added to/ edited over time. last submit to autodesk: http://usa.autodesk.com/adsk/servlet/index?siteID=123112&id=1109794 on 1/29/12 … Continue reading
Posted in 3d studio max, 3ds-max
8 Comments
3ds max – work flow – folder structure
Following is an overview of the way mertens3d structures their 3d rendering project files. In more detail is information on the structure for the 3d Studio Max files/ xrefs.
Posted in 3d studio max
Leave a comment
Maxscript – Duplicate Bound Xref Scene
This is a quick script I generated in response to a forum question. ——- – get the selected dummy sel_parent = selection[1] –get all the xrefs in the scene xref_max_index = xrefs.getXRefFileCount() – loop through each one and look at it’s … Continue reading
Posted in maxscript
Leave a comment
search maxscript code files
I was trying to find a bit of code in all of my maxscript files (*.ms) and tried windows search. That didn’t work ’cause windows doesn’t recognize them as simple text files. I did a little searching on the googleweb … Continue reading