jonlauf
@jonlauf
New Member
Joined: Feb 15, 2024
Topics: 18 / Replies: 90
Reply
RE: Xml

I’ve never had much luck using the xmlReader class. I use “System.Xml.XmlTextReader” instead. It seems to work just fine –Jon

17 years ago
Forum
Reply
RE: working with the selected biped bone

hey pavel, try this: max motion mode ($.controller.rootNode).controller.displayTrajectories = on If a space appears between the o and r in Tr…

17 years ago
Forum
Reply
RE: maxscript: how to rotate bip01 anim 180 degrees

I’m not sure if the rotate functions for MoveAllMode are accessible thru maxscript. However, you could try linking the biped to a helper object, rot…

17 years ago
Forum
Reply
RE: Renaming Biped Parts

I’d have to see the rest of your code to say for certain, but I assume your listbox contains biped names and the biped.getNode method is expecting a c…

17 years ago
Forum
Reply
RE: Renaming Biped Parts

You need to put your biped.getnode line in parenthesis. Try this: (biped.getNode i #Head).name = “Head” –Jon

17 years ago
Forum
Reply
RE: Snapshot Script Question

If the name of your object is “arms” then you need to say: snapshot $arms

18 years ago
Forum
Reply
RE: Morpher

Because a morpher modifier has a possibility of 100 morphs, you could run a loop like this: ( local morphCount = 0 for i = 1 to 100 do ( if WM3_…

18 years ago
Forum
Topic
Forum
Replies: 0
Views: 2
Reply
RE: biped.setTransform

So I’ve narrowed down the problem a bit. It seems that if you rotate biped’s first spine link in figure mode, then save the max file or a .fig file, …

18 years ago
Forum
Topic
Forum
Replies: 8
Views: 22
Reply
RE: Listbox update

Try appending to a seperate Array first then setting the listBox.items property to that array. Like this: ( local itemArray = #() rollout listTest…

18 years ago
Forum
Reply
RE: can't save TM in array!?

Hi, there are two reasons your code doesn’t work. The first is you have a misplaced parenthesis. The “for” loop will only iterate thru the code in t…

18 years ago
Forum
Reply
RE: Looping and appending names?

The first loop is set for one hundred iterations so you may need to adjust that number depending on how many objects are in your scene. For instance,…

18 years ago
Forum
Reply
RE: How to apply a Link Constraint?

Let’s say you have a sphere named “Sphere01” and a box named “Box01” and you want to link constrain the box to the sphere starting at frame 1: $Box01…

18 years ago
Forum
Reply
RE: How to open a folder in maxscript

This will open an explorer window doscommand “explorer” and this opens one directed at my max 9 root directory doscommand “explorer \”c:\\Program F…

18 years ago
Forum
Page 5 / 8