AndriyPogribniy
@andriypogribniy
New Member
Joined: Feb 15, 2024
Topics: 4 / Replies: 22
Reply
RE: imgTag vs UI scaling

Hooray! It even works like this: imgTag logoTag bitmap:logobm align:#center offset:[0, -5] applyUIScaling:false Thank you, Buddy.

2 years ago
Forum
Topic
Forum
Replies: 2
Views: 20
Reply
RE: Cast ray and get its color?

I will not avoid gerPixels() that way, and this function is SLOW. Maybe there is a quick way to read colors from bitmap using C#? I need to get float …

3 years ago
Forum
Reply
RE: Cast ray and get its color?

Serejah: But you can’t get away from the pre render scene compiling, gi calculation etc. But I’m not going to do this, my scene is pretty simple …

3 years ago
Forum
Reply
RE: Cast ray and get its color?

Yes, I want to get color from production renderer, but WITHOUT dealing bitmap values.

3 years ago
Forum
Topic
Forum
Replies: 7
Views: 28
Reply
RE: [maxscript] windows.sendMessage listbox question

Not sure if it works, but did you try to find ListboxHwnd children?

4 years ago
Forum
Reply
RE: Getting vertex selection from modifier. QUICKLY

Serejah: use getVertSelection Hah, it was too obvious to come up with it on my own! Works great, thank you Serejah.

4 years ago
Forum
Topic
Forum
Replies: 5
Views: 20
Reply
RE: Using .NET BackgroundWorker with MAXscript

Hey guys, is there any way to pause main thread and wait for background workers to .reportProgress? Right now to achieve this I create modal dialog a…

6 years ago
Forum
Reply
RE: Using .NET BackgroundWorker with MAXscript

This example shows posibility of modifing objects within BackgroundWorker without crashing the whole package. None more and none less. It does nothing…

6 years ago
Forum
Reply
RE: Using .NET BackgroundWorker with MAXscript

Easy man. I used meshsmooth just as a test example. I understand that it is useless scenario. I’m going to return to this experiment a week lately. An…

6 years ago
Forum
Reply
RE: Using .NET BackgroundWorker with MAXscript

denisT: (if someone says it works, I never believe) At least in MAX 2018 it does. Check yourself.

6 years ago
Forum
Reply
RE: Using .NET BackgroundWorker with MAXscript

Too bad I won’t be able to share my results, because I’m working on a commercial project with very strict NDA. But I’ll let you know at least some abs…

6 years ago
Forum
Reply
RE: Using .NET BackgroundWorker with MAXscript

Looks like I CAN modify object within BackgroundWorker It seems that it’s just enough to disableSceneRedraw() before running BackgroundWorkers and e…

6 years ago
Forum
Page 1 / 2