Maybe reformat your hard drive , reinstall everything from scratch including windows 7. Or maybe try a registry clean (in safe mode) after uninstalli…
Hey, I’ve been getting some errors using that every once in a while, — No “”append”” function for undefined << It’s wierd, it will work one m…
ah ok thanks again!
ok thanks that helps me understand a bit better, but I’m wondering why this dont work now getselectionshierarchyarray = #() if selection.count >=…
Ok thanks very much all, I ended up using: getselectionshierarchyarray = #() if selection.count >= 1 do ( for x = 1 to selection.count do ( n…
ok so I can’t use the current selection and get the children of it without specifying the node, so cant use $…* then right, also cant use something li…
Thanks Again Dennis, So with maxscript alone we CANT accomplish the goal, we can only clear it when its typed into but not clicked into, right? Whats…
that sounds like the perfect solution, could you possibly post an example for me? I’ve never used this method for anything.
Yes what all of them said, so your new code should look like this: fn makestretchybones= ( pts=#() for x in selection do ( pt=point size:0.4 ce…
Ok well I figured out how to do this but my question is now: Is it possible for me to print my encrypted file as plain text since I have my “key for …
So, is it correct that maxscript alone can’t do this?
Oh OK thanks for the warning.