lo1
@lo1
New Member
Joined: Feb 14, 2024
Topics: 44 / Replies: 1920
Reply
RE: Persistent when construct

Don’t use persistent callbacks. Instead, register the when construct every time you open the scene, in the CA’s load or postload event.

10 years ago
Forum
Reply
RE: 2D UI ctrl using dotnet

denisT: i’m talking about your example of ‘round button’ in the frame with round corners. i have posted it on this forum. I have no idea what you…

10 years ago
Forum
Reply
RE: 2D UI ctrl using dotnet

I can’t release the code for that because it’s a work project, sorry. Maybe some day I’ll write an open source version of it.

10 years ago
Forum
Reply
RE: MaxScript questions coming from a Maya user

That’s exactly the issue. If each part would instead implement some IEventSource interface instead of reinventing the wheel there would be no problem.

10 years ago
Forum
Reply
RE: MaxScript questions coming from a Maya user

Agreeing with what Pete wrote, $ was only introduced so you wouldn’t have to write ‘selection’ for quick listener commands. You would be wise never to…

10 years ago
Forum
Reply
10 years ago
Forum
Reply
RE: Detecting when the Include/Exclude Dialog is opened

I think DialogMonitorOps is your only option, and that still doesn’t tell you who called it.

10 years ago
Forum
Reply
RE: Putting an image in the regular VFB

The annoying thing is that IMaxBitmapViewer has a SetImage method, but there’s no way I can find to get a reference to the main VFB as an IMaxBitmapVi…

10 years ago
Forum
Reply
RE: Putting an image in the regular VFB

If that API existed maybe my life would have been easier. VFB_Methods.ms deals entirely with updating and managing the VFB extension rollouts, like th…

10 years ago
Forum
Reply
RE: Selecting root node after merge

just find the object with an undefined parent property.

10 years ago
Forum
Reply
RE: Maxscript struct events

This is not supported. A struct is not a paramblock, and maxscript is not c#… you’ll have to build this sort of mechanism yourself.

10 years ago
Forum
Reply
RE: Issues with Macroscript Toolbar buttons and fileIn/Include commands

Try it like this on execute do ( fileIn @”C:\Users\Dstinct\Desktop\FXTD\devFXTDT\FXAssetBrow ser\fxAssetBrowser.ms” ::fxAssetBrowser.run() –notic…

10 years ago
Forum
Reply
RE: How to run part of ms with maxscript?

use the ‘execute’ command.

10 years ago
Forum
Reply
RE: Script that cleans the motion mixer

Try this one as well, it fixed the motion clip overflow bug: trackViewNodes[#Max_MotionClip_Manager].track = copy trackViewNodes[#Max_MotionClip_Mana…

10 years ago
Forum
Page 15 / 131