animation23
@animation23
New Member
Joined: Feb 15, 2024
Topics: 5 / Replies: 17
Topic
Forum
Replies: 0
Views: 17
Reply
RE: Trouble with vector

Thanks for the help! I was moving the ray in the wrong space. Tweaked the code a bit and it worked. Thanks again.

14 years ago
Forum
Topic
Forum
Replies: 2
Views: 16
Reply
RE: Wire Parameters: Driving me nuts

Dennis, I got it working thanks man! I really appreciate the help. Something so simple I goofed on… Anyhow thanks! -Alex

15 years ago
Forum
Topic
Forum
Replies: 2
Views: 5
Reply
RE: How to get and delete $bip01 numKeys?

This is quick and dirty: bip = $bip01.transform.controller vk = biped.getkey bip.vertical.controller 1 (key number) hk = biped.getkey bip.horizonta…

15 years ago
Forum
Reply
RE: Enter key evaluating in editor?

Is there something in the BIOS settings that can be changed?

15 years ago
Forum
Reply
RE: Copying keyframes….

the quickest way to do this is: posTime = 10 –your time variable rotTime = 15 –your rotation time variable at time posTime pos1 = $.position –cop…

15 years ago
Forum
Reply
RE: Copying keyframes….

Its pretty basic. Look up in the max script help [left]Value > MAXWrapper > Controllers > Key Functions [/left] [left] [/left] [left]Basica…

15 years ago
Forum
Reply
RE: Reaction Manager

You’re welcome.

15 years ago
Forum
Reply
RE: Reaction Manager

What exactly are you controlling with the reaction manager? You could just use list controllers and turn the weighting off for each reaction controlle…

15 years ago
Forum
Reply
RE: Max script for export mesh and bone data

Check out skinops in the maxscript help. All the commands you’ll need to get the vertex weight information should be there. Bone data is easy. bone.p…

15 years ago
Forum
Reply
RE: Force Update every frame?

The .text property of a text object can not be animated (directly). Basically you create a script controller on the kearning property (this can be ani…

15 years ago
Forum
Reply
RE: Having an issue with camera facing and rendering

Johan, Getting the transform from the camera worked. Now I’m going to see which view is active and select that camera at render time. Thanks for hel…

15 years ago
Forum
Reply
RE: Having an issue with camera facing and rendering

Johan, I am using the gw functions to get the viewport transform. I thought this would be the easiest route. I wouldn’t need to figure out which came…

15 years ago
Forum
Page 1 / 2