scorpion007
@scorpion007
New Member
Joined: Feb 14, 2024
Topics: 29 / Replies: 137
Reply
RE: getting clipping ranges from active viewport?

Ok, thanks. I’ll have to consider it.

18 years ago
Forum
Topic
Forum
Replies: 3
Views: 36
Topic
Forum
Replies: 0
Views: 22
Reply
RE: [SDK] About nodes, again..

tmAxis is “The axis system about which the node is transformed.” This basically sets the current transformation that you want to use as a reference fo…

18 years ago
Forum
Reply
RE: [SDK] About nodes, again..

firstly, you should be able to ignore every parameter after const AngAxis& val, since they have default values which should be fine. Secondly, yo…

18 years ago
Forum
Reply
RE: converting a script to DLU

You don’t really “convert” a script to a dlu. You have to write it. DLU is the extension for a max utility plugin. Refer to the SDK docs for instruct…

18 years ago
Forum
Reply
RE: Replacing Material Editor Preview Slot. Can it be done?

this can be done only (AFAIK) by implementing your own renderer. That is, by deriving from class Renderer. Max will call your specialized render() fun…

18 years ago
Forum
Reply
RE: SDK: Accessing MXS Struct members from C++ function?

great, I love undocumented functions. Anyhow, I’ve decided to take a different approach altogether. Inititally I was going to write my backend in C++…

18 years ago
Forum
Reply
RE: SDK: Accessing MXS Struct members from C++ function?

Firstly thanks f97ao and kees for your help. Can you call normal functions from MaxScript so that it works fine? Yes, that part was relatively st…

18 years ago
Forum
Topic
Reply
RE: snapshot VS snapshotAsMesh

Ah, thanks once again Bobo, will try it out when i get the chance.

18 years ago
Forum
Reply
RE: snapshot VS snapshotAsMesh

Also, is it possible to convert a TriMesh to a poly Object? EDIT: I just answered my second question: delete <trimesh> – Clears out the TriMesh…

18 years ago
Forum
Topic
Forum
Replies: 3
Views: 70
Reply
RE: CgTalk Maxscript Challenge 002: "Split it up"

Making the object hollow is easier than making it solid. Just use PArray to break it up, then use a mesher object or something to make it a mesh. Alth…

18 years ago
Forum
Reply
RE: This is *very* annoying (type conversion)

Ah, cool, thanks Bobo, that function would save me heaps of duplicated code! Though I would simplify it by getting rid of the second parameter complet…

18 years ago
Forum
Page 8 / 12