dictoon
@dictoon
New Member
Joined: Feb 15, 2024
Topics: 29 / Replies: 60
Topic
Forum
Replies: 0
Views: 11
Reply
RE: Retrieve width & height of bitmap-based Texmap?

I’m afraid I came to the same conclusion. Thanks @Nanhua!

7 years ago
Forum
Topic
Forum
Replies: 2
Views: 12
Reply
RE: PostMessage does not handle 64-bit arguments properly?

Hey Thomas, thanks for confirming the bug, glad that it got fixed! We no longer rely on the second argument of PostMessage() so we’re good. If anyon…

7 years ago
Forum
Reply
RE: PostMessage does not handle 64-bit arguments properly?

Hi @guruware, thanks for your input. what you do when receiving WM_TRIGGER_CALLBACK ? You mean, in my function func? Nothing, I have a breakpoi…

7 years ago
Forum
Reply
RE: PostMessage does not handle 64-bit arguments properly?

That it must work, I agree Everything is compiled and running in 64-bit. I suspect that PostMessage() works fine, but that Max’s internal callback qu…

7 years ago
Forum
Topic
Reply
RE: Prevent modifier collapse?

I’ve had a discussion with another developer on our Slack channel, and it appears that I’ve missed this important bit of information: Adding a modifi…

8 years ago
Forum
Reply
RE: Prevent modifier collapse?

Ok, this is interesting. Pardon my ignorance but I’m relatively new to 3ds Max so I may have missed something. Why would my modifier change the type …

8 years ago
Forum
Reply
RE: Prevent modifier collapse?

I’m not sure I understand the problem either Let’s just make sure we agree on the purpose and principle of operations of my modifier: The purpose…

8 years ago
Forum
Reply
RE: Prevent modifier collapse?

If I return 0 it’s really only as an optimization. I don’t need to keep the original object class.

8 years ago
Forum
Reply
RE: Prevent modifier collapse?

Hey, thanks for checking out my code, appreciated! Should I return 0 instead of GEOM_CHANNEL? EDIT: I guess I should also return 0 from ChannelsUsed…

8 years ago
Forum
Reply
RE: Prevent modifier collapse?

In that case, the object properties for that object are deleted, as expected.

8 years ago
Forum
Reply
RE: Prevent modifier collapse?

Hey @Klvnk, thanks a lot for the example code, it’s well written and a useful reference! I ended up keeping all the information in the modifier, and …

8 years ago
Forum
Reply
RE: Prevent modifier collapse?

I think I’ve figured it out. Here’s my untested code: asr::VisibilityFlags::Type get_visibility_flags(Object* object, const TimeValue time) { if …

8 years ago
Forum
Page 1 / 6