You can also inspect classes directly if you know their class name. Can be quite useful for searching for specific properties because you can use wild…
Was new to me, thanks! That does, however, seem to be restricted to bitmap textures. The method within the Material/Map Browser collects any kind of m…
Here is a short example: selset = selectionSets[“selset01”] rmgr = maxOps.getCurRenderElementMgr() elem = rmgr.getrenderelement 0 elem.includeList = …
Thats been really helpful, thanks! Definitely something I will have to look at in more detail. I’ve only really been focusing on mxs, pymxs, MaxPlus a…
Thanks for that! I wasn’t aware of it being possible to access so much through dotnet. I started moving on with the example of the mono curve but unf…
Sounds great. Seems as though I probably didn’t search the forum here thoroughly enough or I was using the wrong search terms
Will give that a try thanks! Resolution and lack of 32bit will probably be an issue, but it’s something to start with
Works fine here You could try using something along these lines to filter your Arch&Design objects: tmpArr = #() for s in selection do …
You could limit your loop to geometry objects: for i in selection where superclassof s == GeometryClass do ( )
you mean automating the process of adding freeze transforms and wiring elements? will give it a shot when i get back from work. given the times we ar…