Dave_Hingley
@dave_hingley
New Member
Joined: Feb 15, 2024
Topics: 20 / Replies: 32
Reply
RE: Figure mode toggle button?

ok, make a new script… paste this in and drag it onto a new toolbar. this will toggle figure mode on and off for a selected bip with some more scripti…

19 years ago
Forum
Reply
RE: Editing Strings?

ok give this a shot: a = “M_house10_Standard” b = filterstring a “_” c = (b[1] as string) + (b[2] as string) + “DX9” that should allow you to strip…

19 years ago
Forum
Topic
Forum
Replies: 0
Views: 12
Reply
RE: Popup dialog to output text…

ok easy peasy, you can either use: x = 50 y = “the variable is ” + (x as string) messagebox (y) or give it a string directly: messagebox “this is a…

19 years ago
Forum
Topic
Forum
Replies: 1
Views: 12
Reply
RE: having problems with a batch

sorry Impus. cant do that its kind of a NDA sort of thing… but I managed to get it working but not having it export the file to .fbx Which is why i t…

19 years ago
Forum
Reply
RE: having problems with a batch

ok i think i got it. It appears to be a problem with the fbx exporter plugin. when i changed the format to export to it runs fine. if i switch it back…

19 years ago
Forum
Reply
RE: having problems with a batch

well i gave it a whirl but i am still getting the error. but will continue to look into it. i suspect that the scripts are calling the same variable o…

19 years ago
Forum
Reply
RE: having problems with a batch

cheers impus appreciate this. what was wrong with the script? I need to know so i can learn from my mistake

19 years ago
Forum
Reply
RE: having problems with a batch

Ok I think i know whats hapening… for some reason the variable storing the filename is becoming undefined. and when its exported its causes the error,…

19 years ago
Forum
Topic
Forum
Replies: 7
Views: 21
Reply
RE: Comparing Arrays

not sure aaaaCHoooo but thin that a vairable on ly contains one item but an array can contain any number of indexes. I dont have max on this machine …

19 years ago
Forum
Reply
RE: making morpher keys via maxscript

Doh! just realsed what i was doing wrong. there was a small error that was causing it to end a little early and not place keys properly cheers aaaaCHo…

19 years ago
Forum
Reply
RE: making morpher keys via maxscript

no thats how i am doing it at the moment. thing is i can see it kind of setting keys but it isnt recording them… ho hum back to the drawing board i gu…

19 years ago
Forum
Topic
Forum
Replies: 3
Views: 16
Page 3 / 4