jonadb
@jonadb
New Member
Joined: Feb 14, 2024
Topics: 35 / Replies: 211
Topic
Forum
Replies: 15
Views: 29
Reply
RE: Stuck on simple array append

Animare: Hi all, append AttachArray $Sphere001 $Sphere002 $Sphere003 the append function only takes 1 item at a time so that won’t work as is. y…

11 years ago
Forum
Reply
RE: [help] how to move vertices incremently with mouse

Maybe by using one of the snapping features?

11 years ago
Forum
Reply
RE: Execute maxscript safely from external program

Are you sure those are thread-safe? If you alter the Max’s scene from anything but the main thread it crashes.

11 years ago
Forum
Reply
RE: Execute maxscript safely from external program

For what it’s worth, here is a mxs implementation I once used in another project. You can push lines of mxs on to the array from any external thread a…

11 years ago
Forum
Reply
RE: In-Viewport Trajectory Handles (sneak preview)

What do they use then? I’m not that much into rigging/character stuff but I figured if there is a rig control that can be directly transformed in the…

11 years ago
Forum
Reply
RE: In-Viewport Trajectory Handles (sneak preview)

martinandersen3d: Animators dream Can you release a alpha-beta relase? please Working on it! I just got it to work on linked hierarchies which…

11 years ago
Forum
Reply
RE: In-Viewport Trajectory Handles (sneak preview)

mrfred: impressive but: -how does it reacts on an object with 100 keys is there any kind of slowdown? -can you only get the handle for the current…

11 years ago
Forum
Topic
Forum
Replies: 9
Views: 23
Reply
RE: Custom Quad menu for specific class

PiXeL_MoNKeY: I think you simply need to use the “on isEnabled do” or “on isVisible do” handlers, from the help here: -Eric Thx! learned somethi…

11 years ago
Forum
Reply
RE: Custom Quad menu for specific class

That is the plan, but the problem is I can’t make a ‘condition’ quad, or make entries that are disabled when they don’t make sense. They are in there …

11 years ago
Forum
Topic
Forum
Replies: 4
Views: 15
Reply
RE: Findout if trackview has focus

Nice one! And it avoids the internationalization issue.

11 years ago
Forum
Reply
RE: Findout if trackview has focus

for future reference: global _user32 = ( source = “using System; ” source += “using System.Runtime.InteropServices; ” source += “class User32 ” sou…

11 years ago
Forum
Topic
Forum
Replies: 5
Views: 17
Page 5 / 17