dstinct
@dstinct
New Member
Joined: Feb 15, 2024
Topics: 6 / Replies: 7
Topic
Forum
Replies: 1
Views: 22
Topic
Forum
Replies: 2
Views: 12
Reply
RE: Force Dir for selectBitmap()

It’s hacky, but it works. Thanks.

8 years ago
Forum
Topic
Forum
Replies: 2
Views: 12
Reply
RE: Ifl bug file count

Ive never found a fix for this. It was causing issues when loading images for me into max’s ram player. My work around for my custom playblast tool wa…

8 years ago
Forum
Reply
RE: Bleached out Tool Images

Yeah. I ended up just forcing the gamma to 2.2 in the tools and it seems to work. What I dont get is why the gamma only seems to be affecting images w…

8 years ago
Forum
Topic
Forum
Replies: 3
Views: 17
Reply
RE: simpleShape (2016+)

Really useful, but I would recommend a few things for it. For the custom pick button, put a filter in that only allows you to only select editable …

9 years ago
Forum
Reply
RE: Howcan I detect pc2 point cache file is empty?

I usually just query the file size of the cache file. Here is a sample of the main FN for a cache cycle tool I wrote to cache out selected geo. PCMod…

9 years ago
Forum
Reply
RE: How can I make my hundreds of lines of code (and functions) run from a button press?

Pepe is right. Structs are the way to go. My google-fu gave me these two links that look promising for you. Tech-artist.org: Rollout_and_Struct_Pair…

10 years ago
Forum
Reply
RE: texture synchronize with Maxscript

Definitely possible. What I would do is create a function that reads the server folder for each of the files and compares them to your local drive. I…

10 years ago
Forum