nybhh
@nybhh
New Member
Joined: Feb 15, 2024
Topics: 12 / Replies: 16
Reply
RE: Iterate through submats to select by material

Just wanted to follow up and say thank you for this. It took a little work but I understand what’s going on now. This is some next level stuff for …

8 years ago
Forum
Reply
RE: Iterate through submats to select by material

Denis, Yea, I had already stripped the nodes out for now just to keep it simple for and found in the documentation about the refs.DependencyLoopTest, …

8 years ago
Forum
Reply
RE: Iterate through submats to select by material

Thanks for posting but Yikes!!! That is so far over my head I barely recognize most of that as Maxscript lol. I seriously can’t even piece together t…

8 years ago
Forum
Topic
Forum
Replies: 8
Views: 19
Reply
RE: Calculate distance from camera to point on mesh

So I ended up just looping through all the vertices in my target object and testing the distance of each of those against the camera. The lowest one …

9 years ago
Forum
Topic
Forum
Replies: 2
Views: 13
Reply
RE: Local Offset Transforms

Wow guys, I just ran all of these and this is amazing – thank you! I was suprised how little showed up when googling the subject line of this thread …

9 years ago
Forum
Reply
RE: Local Offset Transforms

Hey guys, Thank you both so much for responding. I’m busy on admin stuff this morning but hope to get back on this after lunch today. I did get the …

9 years ago
Forum
Topic
Forum
Replies: 6
Views: 16
Reply
RE: Refreshing Xref Materials via Maxscript

Solved: fn RefreshXrefMaterials = ( xr = objXRefMgr for i = 1 to xr.recordCount do ( XRO = xr.GetRecord i XRO.Update() ) ) pretty …

9 years ago
Forum
Topic
Forum
Replies: 1
Views: 22
Topic
Forum
Replies: 0
Views: 2
Reply
RE: Working with 32-bit images with Maxscript

Thanks guys. I was able to get it working with GetPixles / Set Pixels. It is slow but works. Interestingly enough, an EXR bitmap that is created vi…

9 years ago
Forum
Topic
Forum
Replies: 4
Views: 18
Topic
Forum
Replies: 0
Views: 32
Page 1 / 2