seems to work fine here too, XP64 with .net3.5 (Thats a beastly install too.) Looks interesting! how are you building your Xaml? i remember looking i…
What he was saying is that a blank textfile with the file extension of .ms should work for you.
If all you’re looking to do is select them, not to use them in a script/array you can use the built in ‘Select Children’ hotkey… i think it defaults t…
JHN: … pathname literals… (“$'” + (obj.name)+”‘/*/…/*”)) now thats a help page thats making me cringe.
I’ve been using this snip in one form or another for a while, someone else may have something clearer though. fn addChildrenToArray theChildren curr…
Take a look at BSLib in blurscripts, get_maps_from_mat
You rock! I wish i’d seen this earlier today before crashing max a hundred times trying to speed it up!
renderers.current.clearIrradianceMap()
Question, if you ‘Run Script’ it twice does it do what you imagine it should? Things like this tend to be a variable scope issue, IE: you may be assu…
Excellent, Maybe we can get a few more people/snips on there and get something rolling!
Odd, running into the same thing here, sent a reply back to the fella who added the Syntax for us, so hopefully they see whats happening. In the mean…
or just opt to edit the (Maxroot)\InstallSettings.ini to show: useUserProfiles=0 and go back to the old way of storing extra crap.
take a look at should clear it up. something like subMenuItem = menuMan.createSubMenuItem “Test Menu” subMenu subMenuIndex = mainMenuBar.numItems…