( for obj in selection do ( deleteKeys obj.scale.controller ) ) You can get more info by checking the MAXscript reference for deleteKeys
Fn ScreenCapture PosX PosY ImgW ImgH ImgFileName = ( try ( local DotNetBmp,DotNetGraphics,DotNetPoint local tempBmp,tempGraphic DotNetBmp = Do…
oh,very thank you, i search this key word
Can you try using this assembly, Lime? www.jasonlabbe3d.com/files/temp/thumbnailViewer_frameWork_4.0.dll I’m not able to test it, so I’m not sure if…
Wow, that’s looking really cool, Klass! Those features sound like a good idea to me. I’ll see what I can do about it. Hey Lime, I never actually trie…
I just finished re-compiling the control. I fixed the bug with the case of the image’s file extension and the bug when removing items. I also added a …
Hey Klaas, I’ll be re-compiling the control tomorrow to do those fixes. I’m also going to add a clear() method so you don’t have to loop through the …
I’m off to work in a bit but I will check this out tonight to gives you some answers!
You know when you get an email from a Apple Mac with a jpeg and you get 2 files, one that windows will open and a small file it can’t, if you have one…
Thanks guys, let me know if you end up using it! Only one slight critism/suggestion, you can’t use your mouse wheel to scroll up and down. Might b…
Hey Chris, I know it’s a bit off topic, but you might want to check out dateTime. It has a lot of neat methods to compare times and get info from…
bone transform Look not to change
You could try rebuilding the string like this: EDIT: oops just noticed you didn’t want the last value ( strSplit = filterstring “blah_animation5_…
You need to have an error check in there to make sure you aren’t going out of the layer’s index count. I’m assuming you want it to have this behavior:…
I completely skipped over the post where Akram posted his code and realized I was posting the same thing :P. Yeah you’ll need to explain what you wer…