j83
@j83
New Member
Joined: Feb 14, 2024
Topics: 8 / Replies: 67
Reply
RE: 3D Transform API. Existential doubt

It all comes down to style really. You can call other static methods just fine, you just normally preface it by the namespace name. Returning this f…

7 years ago
Forum
Reply
RE: 3D Transform API. Existential doubt

You could have static method of your vector class that returns a copy and an instance method that just returns void.

7 years ago
Forum
Reply
RE: Background thread with loop stops Maxscript Listener

To clarify, this is from an external WPF/C# application that interacts with various content creation programs.

7 years ago
Forum
Reply
RE: Background thread with loop stops Maxscript Listener

The reason it’s running on another thread is that the method AcceptTcpClient of an instance of “System.Net.Sockets.TcpListener” will block whatever th…

7 years ago
Forum
Topic
Reply
RE: Python/Pyside noob question

All of your goals are possible though non-trivial. [ul] [li] For Qt and Max, I’d suggest looking through the examples in the Max 2018 folder located …

7 years ago
Forum
Reply
RE: AssignVertexColor Issue

Is there perhaps a callback running in the scene? You can use the following to list them, callbacks.show()

7 years ago
Forum
Reply
RE: dotNet bitmap functions returning undefined

This may or may not be related, but at times getting data from the clipboard can at times return undefined. You can try something like this. local …

7 years ago
Forum
Reply
RE: an idea for script

This in essence is already done, as it is an example in the Maxscript help files, How To > Move Objects to a Surface macroscript MoveToSurface ca…

11 years ago
Forum
Topic
Reply
RE: Are dynamic structs possible?

In languages such as C++, structs and classes are exactly the same, except for in C++, structs default to public, classes default to private. For you…

12 years ago
Forum
Topic
Forum
Replies: 1
Views: 9
Reply
RE: Urgent help needed on dynamicly switching a bunch of modifiers on and off.

Since you’re dealing with floating point numbers, it is strongly advisable to use “close_enough” to test the epislon difference when confirming the an…

12 years ago
Forum
Reply
RE: when write a big script…

Furlong: Could you elaborate on this? While i haven’t been writing tools for very long, i always did find an inexplicable sense of “wrongness” whene…

13 years ago
Forum
Reply
RE: when write a big script…

While I do normally have a “no global data allowed” rule I follow and try to enforce with all scripts we use (as much as possible), I think structs li…

13 years ago
Forum
Page 1 / 5