system
@system
New Member
Joined: Feb 14, 2024
Topics: 23 / Replies: 341
Reply
RE: delete scale keys on selection of objects

( for obj in selection do ( deleteKeys obj.scale.controller ) ) You can get more info by checking the MAXscript reference for deleteKeys

15 years ago
Forum
Reply
RE: dotNet Screen Capture?

Fn ScreenCapture PosX PosY ImgW ImgH ImgFileName = ( try ( local DotNetBmp,DotNetGraphics,DotNetPoint local tempBmp,tempGraphic DotNetBmp = Do…

15 years ago
Forum
Reply
RE: intersectRayEx canot use to editpoly?

oh,very thank you, i search this key word

15 years ago
Forum
Reply
RE: Thumbnail viewer control

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…

15 years ago
Forum
Reply
RE: Thumbnail viewer control

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…

15 years ago
Forum
Reply
RE: Thumbnail viewer control

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 …

15 years ago
Forum
Reply
RE: Thumbnail viewer control

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 …

15 years ago
Forum
Reply
RE: Thumbnail viewer control

I’m off to work in a bit but I will check this out tonight to gives you some answers!

15 years ago
Forum
Reply
RE: Thumbnail viewer control

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…

15 years ago
Forum
Reply
RE: Thumbnail viewer control

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…

15 years ago
Forum
Reply
RE: function library

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…

15 years ago
Forum
Reply
Forum
Reply
RE: parsed string problems

You could try rebuilding the string like this: EDIT: oops just noticed you didn’t want the last value ( strSplit = filterstring “blah_animation5_…

15 years ago
Forum
Reply
RE: layer isolater button making

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:…

15 years ago
Forum
Reply
RE: layer isolater button making

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…

15 years ago
Forum
Page 6 / 25