_stev
@_stev
New Member
Joined: Feb 15, 2024
Topics: 11 / Replies: 85
Reply
RE: Another Rotation Question

To do one axis you could do it with a float expression controller on the Z Rotation only. Make two scalar variables and assign them to each of the ob…

19 years ago
Forum
Reply
RE: Another Rotation Question

I just tried this and it seemed to work okay. I put a rotation script controller on an object and entered this: dependsOn $Point01 $Point02 $Point01….

19 years ago
Forum
Reply
RE: Another Rotation Question

Not sure what you’re using this for, but is there are reason you can’t just use orientation constraints? Stev

19 years ago
Forum
Reply
RE: skin warp add and remove

I use the following: obj.modifiers[#Skin_Wrap].meshList = <meshArray>; where <meshArray> is an array containing all objects you want to …

19 years ago
Forum
Reply
RE: shadowtype and Dropdownlist

Edit: Oh, That’s Why.

19 years ago
Forum
Reply
RE: shadowtype and Dropdownlist

This is what you’ve got: on shadowtype.selection changed state do ( if shadowtype.state == 1 then $.shadowgenerator = shadowmap() if shadowtype…

19 years ago
Forum
Reply
RE: How to Capitalize Parameter and use Spaces for TrackView?

ca = attributes NewAttributes ( parameters NewParameters rollout:newRollout ( NewTrack type:#float UI:newSpinner; ) rollout newRollout “Attributes” ( …

19 years ago
Forum
Reply
RE: Adding additional rollouts to a Utility

‘coldfuse[ofX: ‘]Rollout creator sounds wonderful, is that in version 6 of max? Not sure. I’m in version 7, and my docs don’t say anything about…

19 years ago
Forum
Reply
RE: Adding additional rollouts to a Utility

The “rolloutCreator” function allows you to dynamically create rollouts. It is covered in the MaxScript reference. Stev

19 years ago
Forum
Reply
RE: SkinOps Function

Okay, I threw in a classOf(obj) and it worked. I’m still curious as to why this works though. Sorry about the premature post.

19 years ago
Forum
Topic
19 years ago
Forum
Replies: 2
Views: 16
Reply
RE: "No map function for 100"

GLobal Start=0 –start time of creating an IK fake Global Range=100 –range of creating an IK fake function align_all_frames copy target= –fakes the …

19 years ago
Forum
Reply
RE: "No map function for 100"

I wouldn’t do it like that. I would duplicate the bones and constrain them to the IK bones. Very simple but it should work well. Stev

19 years ago
Forum
Reply
RE: are grid views available through maxscript?

Ah, now I know exactly what you mean. I’m not sure if you can do that. Sorry. Stev

19 years ago
Forum
Reply
RE: are grid views available through maxscript?

What about these? viewport.setType #view_Front viewport.setType #view_Back viewport.setType #view_Left viewport.setType #view_Right viewport…

19 years ago
Forum
Page 5 / 7