SyncViewS
@syncviews
New Member
Joined: Feb 14, 2024
Topics: 20 / Replies: 280
Topic
Reply
RE: How can i release my script for commercial?

Is it? Probably it was before 3ds Max version 9. As far as I know it’s not impossible (as nothing in IT is), but quite hard to decrypt .mse nowadays. …

15 years ago
Forum
Reply
RE: How to detect object's face is flip towards the camera ?

Hi, I hope you don’t mind if I rewrite this a little more expanded to make it easier to read. You should use EditablePoly methods to get right values …

15 years ago
Forum
Reply
RE: Custom gizmo?

You can actually include a SimpleManipulator in a standard MacroScript, like a Rollout or a Structure, nothing more to add to a single scripted file, …

15 years ago
Forum
Reply
RE: Custom gizmo?

Hi Loran, take look at scripted manipulators, they provide drawing functions and mouse interaction checking to create custom gizmos. Enrico

15 years ago
Forum
Reply
RE: Event handler question…is it possible?

Hi Ravi, you can take the code in the checkbutton out to a function, then call it from both buttons: rollout myRollout “R1” ( checkbutton cbtn_B1…

15 years ago
Forum
Reply
RE: group geometry only from selection

Hey Laurent, I hope you didn’t feel offended by the “pseudocode”. It’s not meant to insult your work at all. It’s a technical term to identify a form …

15 years ago
Forum
Reply
RE: group geometry only from selection

Hey Denis, you’re right, I was carried a little away by reading the pseudocode Enrico

15 years ago
Forum
Reply
RE: group geometry only from selection

Hey, try this, it should work. The issue is that “selection” is a collection and gets dynamically updated while objects are deselected by the loop. So…

15 years ago
Forum
Reply
RE: group geometry only from selection

Hi Laurent, my approach is to test and deselect invalid nodes, then create the group with remaining objects. ( — Runs trough each node in select…

15 years ago
Forum
Reply
RE: Fake Modifier / Null Modifier

Mind that Attribute Holder Modifier in MaxScript is called EmptyModifier. It took a while to figure that out since it’s buried in the Reference. ( …

15 years ago
Forum
Reply
RE: Color edges?

Hi Mirko, as far as I know it’s not possible to assign color to edges. The workaround is to use gw functions, in particular gw.polyline feeding it wit…

15 years ago
Forum
Reply
RE: dotNet timer – struct issues

Thank you Bobo, now I see the scope issue. I cannot really understand why it doesn’t work by fully specifying the path to DummyStruct.theTimer.stop(),…

15 years ago
Forum
Reply
RE: dotNet timer – struct issues

I’m sorry Bobo, it still doesn’t work. I tried to create the two instances, then assigned the DotNetTimer instance to a property of the instance of Du…

15 years ago
Forum
Reply
RE: dotNet timer – struct issues

Thanks Bobo for the very quick reply. There’s still something I don’t get. I’m aware of the struct instancing, but I thought I made an instance of st…

15 years ago
Forum
Page 8 / 20