Sugz
@sugz
New Member
Joined: Feb 15, 2024
Topics: 6 / Replies: 14
Reply
RE: Maxscript draw custom outline in viewport

Thanks for the answer, I’ve manage to do it using the gw.Polyline function. Two questions though: Is it possible to draw in a viewport that is not …

6 years ago
Forum
Topic
Forum
Replies: 3
Views: 20
Reply
RE: Get all 3ds max installed versions

Thanks for the idea, first tests seem to work fine

7 years ago
Forum
Topic
Forum
Replies: 2
Views: 21
Reply
RE: DotNet UI controls

Don’t forget about the wpf controls System.Windows.Controls Namespace

7 years ago
Forum
Reply
RE: Edit_Poly accessing selection when object isn't selected

polyop doesn’t work on Edit_Poly modifier, only on Editable_Poly

8 years ago
Forum
Reply
RE: Edit_Poly accessing selection when object isn't selected

That’s just sad… But thanks for the answer

8 years ago
Forum
Topic
Reply
RE: Strings 'WildCard' matching

I’m definitely interested in anything you can share in C# (for 3ds max or not btw)

8 years ago
Forum
Reply
RE: Strings 'WildCard' matching

Very nice, thanks for sharing ! One question though, why not putting this kind of method in a c# assembly instead of compiling it on the fly ?

8 years ago
Forum
Reply
RE: IEnumerable and GetEnumerator()

Strange indeed, I was in fact trying to avoid the try catch… Otherwise, something simple that you could do instead, is to write your own .Net method:…

8 years ago
Forum
Reply
RE: IEnumerable and GetEnumerator()

You can do it like that: fn IEnumerable arg = ( returnVal = false methods = (arg.GetType()).GetMethods() for method in methods do ( if method…

8 years ago
Forum
Reply
RE: Checkbox returning to its initial state

To store the state, do it like that : ( custAttrCA= attributes custAttr ( — this is the parameter block parameters main rollout:params ( …

8 years ago
Forum
Reply
RE: Unknown property: "children" in System.Windows.Controls.StackPanel

I found the solution, it was the “setLifetimeControl control #dotnet” that was causing the issue…

8 years ago
Forum
Page 1 / 2