-
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: maxscript
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