HalfVector
@halfvector
New Member
Joined: Feb 15, 2024
Topics: 3 / Replies: 189
Reply
RE: about outline of a part of spline .

Write “applyOffset” in the “Index” tab, in the MAXScript reference help file. The function should appear in the keywords list. hblan: maybe i …

19 years ago
Forum
Reply
RE: about outline of a part of spline .

I think what you need is something like this: Create a shape and select it. Then execute this sentence in the “MAXScript Listener”: applyOffset $ 20…

19 years ago
Forum
Reply
RE: Look at with script controller

Ok, I’ve created a little tool that allow you to choose the source node (the node that will receive the rotation script controller) and the target nod…

19 years ago
Forum
Reply
RE: Look at with script controller

Sorry, I missed a – sign on the script above. Now it works. Anyway I’ll create the controller for you to see.

19 years ago
Forum
Reply
RE: Look at with script controller

Ok, this is not the exact code you need for the script controller itself but the code needed for a node to look at another node. — References to the…

19 years ago
Forum
Reply
RE: idea for a handy script… the modeling recorder

Hi. If I’ve understood correctly, what you want is something like the recorder in applications such as ZBrush or Painter where you can record every a…

19 years ago
Forum
Reply
RE: about matrix3 ,help

Try the Matrix FAQ. I think is a very good reference about matrices, quaternions and vectors. HTH.

19 years ago
Forum
Reply
RE: how to use the seed() function? thanks for help me .

Hi. The seed function is not another type of random function. Is a complement of random. I’ll show you an example. If you execute this code in the M…

19 years ago
Forum
Reply
RE: Display Edit UVWs window Hotkey/Button request

If I have understood correctly… if $.modifiers[#Unwrap_UVW] == undefined then ( modPanel.addModToSelection (Unwrap_UVW ()) ui:on $.modifiers[#unwra…

19 years ago
Forum
Reply
RE: how to Isolate a Layer

Something like this: fn selectNodesInLayer layerIndex = ( if layerIndex >= 0 and layerIndex < LayerManager.count do ( local layerRef = (La…

19 years ago
Forum
Reply
RE: Right or Left handed matrix?

I use the same thing in my Doom3’s model exporter (and other exporters of mine) to know if a node (a bone in this case) has been mirrored (left handed…

19 years ago
Forum
Reply
RE: Comparing Arrays

If MAXScript works the same way than C or C++ in this case (and I think it does), then you are absolutely correct.

20 years ago
Forum
Page 13 / 13