lechoo
@lechoo
New Member
Joined: Feb 15, 2024
Topics: 17 / Replies: 68
Reply
RE: Two problems: performing a series of alignments, and positioning in parent space

Hi, first problem is quite simple. Try something like that: $Box02.rotation = $Box01.rotation $Box02.pos = $Box01.pos To position object in it’s p…

21 years ago
Forum
Reply
RE: a complete novice

Try Bobo’s page, he wrote plenty of them.

21 years ago
Forum
Reply
RE: toggling Objects visibility with a slider ?

I see, you want to hide object. In that case put this code into “Expression for Visibility” field hidval = value as integer if (hidval == 0) then $G…

21 years ago
Forum
Reply
RE: toggling Objects visibility with a slider ?

In wire parameter dialog there’s “Expression for Visibility” field. All you have there is propably “value”. Change that to “value as integer”. Now whe…

21 years ago
Forum
Reply
RE: toggling Objects visibility with a slider ?

Hi, which slider are you using: helper slider or slider in user interface?

21 years ago
Forum
Reply
RE: newb copy groups

Hi, you need array for new nodes (nNodes). Try this: nNodes = #() maxops.cloneNodes $Group01 newNodes:&nNodes nNodes[1].pos = [newX,newY,newZ] […

21 years ago
Forum
Reply
RE: create rectangle with line segments

Hi. Here’s how You can create 4 lines to get rectangular shape. If You don’t want 4 separate lines but a single shape just weld their vertices. rect…

21 years ago
Forum
Reply
RE: How to find the angle betwen two vectors

Hi, I think you can use quats. Here’s my idea: calculate cross product of A and B. Put its x,y,z into quat’s x,y,z. Thats your rotation vector, now yo…

21 years ago
Forum
Reply
RE: —- MAXSCRIPT RESOURCES —-

Hi, it’s back online, but address has changed www.pxfactory.eu

22 years ago
Forum
Reply
RE: —- MAXSCRIPT RESOURCES —-

Perheaps someone will find my site usefull:

22 years ago
Forum
Page 6 / 6