lo1
@lo1
New Member
Joined: Feb 14, 2024
Topics: 44 / Replies: 1920
Reply
RE: Add dotnet control to flowpanel without ui lock?

The general way of doing it is to use Invoke or BeginInvoke I don’t have a maxscript example on hand though

9 years ago
Forum
Reply
RE: Normalize/Remapping values…

The formula to normalize a value VAL to a range between MIN and MAX is NORM = (VAL – MIN) / (MAX – MIN) This assumes the value is already in range. …

9 years ago
Forum
Reply
RE: Had to share this snippet

Geez, Denis. Stop trying to micro-optimize everything! It’s ok to leave things long and readable at times. bool SvCanDetachRel(IGraphObjectManager *g…

9 years ago
Forum
Reply
RE: dotnet datagridviewcellstyle weirdness

This seems to be a MAXScript specific issue. The same code run in c# works fine. It’s interesting though, because I don’t see any caching mechanism i…

9 years ago
Forum
Reply
RE: Maxscript Interactive Rollout Creator

Yowza. I think writing a parser might take less time than reading that regex.

9 years ago
Forum
Reply
RE: Maxscript Interactive Rollout Creator

Nah, you just need a Rollout Creator Creator

9 years ago
Forum
Reply
RE: Disable output of MAXScript Listene,possible?

Silencing errors doesn’t make them not happen. :shrug:

9 years ago
Forum
Reply
RE: MAX File Asset Metadata Stream Access

Also worth mentioning that the source for the MaxFind utility which does access 3dsmax metadata is available in the SDK samples.

9 years ago
Forum
Reply
RE: Connected Local IP

denisT: and BONUS Why not (dotnetObject “System.Net.IPAddress” ip).ToString()

9 years ago
Forum
Reply
RE: dotnet datagrid not getting selection count

You’re registering to the DGV’s ‘Click’ event. When that is called, the selection has not yet been updated. Register to the ‘SelectionChanged’ event i…

9 years ago
Forum
Reply
RE: Looking for current renderer type c++

You can find out all the ones that ship with max for yourself using. renderers.current.classID VRay is: 0x73BAB286, 0x77F8FD0C Corona (at least th…

9 years ago
Forum
Reply
RE: Accesing from a rollout to the other one…

Because you’ve defined it the first time you ran the script.

9 years ago
Forum
Reply
RE: Array name with a variable

First I’ll tell you how to do it execute (first[1] + ” = #()”) Then I will tell you that you should never need to do this.

9 years ago
Forum
Reply
RE: RegisterNotification c++

In terms of the notification that’s all you need to do.

9 years ago
Forum
Reply
RE: RegisterNotification c++

I did not at all understand what you are trying to ask, could you clarify?

9 years ago
Forum
Page 10 / 131