Hum this is the way I would do it, although you mentioned qSort so you probably tried it already. fn sortByOrder order1 order2 = ( if order1 != unde…
This has been a very good read so far I been trying to sit down and see if i can implement some of those things on your wishlist to the tool maybe I …
Joker, what was that image issue Id like to see it so i know how you fixed it
Excuse my confusion… not enough coffee this morning please disregard my comment about the right click on treeViews… I was confusing it with something …
Deleted post
Yeah getting right click to work on most .Net form objects is that simple unless you try it on a TreeView! then it just gets dumb EDIT: Just confuse…
lanimal: Nice idea and look structured in your head. Don’t know if my comment will be useful but in my rigging functions handling constraint, I as…
Little way of how to use some of the functions above Let say you have 8 objects and you want to constraint 1 -> 2, 3 -> 4, 5 -> 6, 7 -> 8…
It is just so shitty it takes longer to use it then to build it yourself.
Yeah INI would work if you need to store it for later use(if you shut down and open max) but I guss lo was just confused as to why anyone would store …
Gonna waste attempt #2 probably. for obj in objects do for mods in obj.modifiers where (classOf mods == meshsmooth) do deleteModifier obj mods have …
Is it the fact that mod is a system variable?
Looking into it Denis!
If you want to just turn all instances of MeshSmooth off use this: (getClassInstances meshsmooth).enabled = false This is my way of deleting all m…