shibumenon
@shibumenon
New Member
Joined: Feb 14, 2024
Topics: 25 / Replies: 137
Reply
RE: Biped joint info access??

I’m not very clear on what you need, but maybe this will help: Go through “Biped Node Heirarchy” in the maxscript reference, You can access any biped…

17 years ago
Forum
Reply
RE: Removing variables from memory?

Use structs. It helps managing your variables

17 years ago
Forum
Reply
RE: Problem with loading own .bip files

are you loading the bip file using biped.loadMocapFile or using biped.loadBipFile ? Using either should ideally not add anything into the motion flow …

17 years ago
Forum
Reply
RE: My FBX batch import script crashes until i change random line in code

I did face similar problems when using fbx, both import and export options. It seems like you have the older version of the fbx plugin (FBX200611_1), …

17 years ago
Forum
Reply
RE: Select Last new scene Node

fn returnLastObj = ( allObjs = $* as array; theLastHandle = 0; for obj in allObjs do ( if obj.inode.handle > theLastHandle then theL…

17 years ago
Forum
Reply
RE: assign mocap data

You’ll find all biped key manipulation stuff in : Biped Keys & bipedkey:MaxObject in the Maxscript reference… You could also think of using bipe…

17 years ago
Forum
Reply
RE: assign mocap data

ok, thanks a million for your work…its works quite well! glad to be of help, Oli… Am at work now, may not have time to comment/explain my code now, …

17 years ago
Forum
Reply
RE: assign mocap data

change the path contained in the line: iMocapImporterStruct.mCurRigPath = “C:/Shared/MaxMayaPipe/TestCharacters/MaxCharacters/skin_k0402_A.max”; t…

17 years ago
Forum
Reply
RE: assign mocap data

I wrote a sample script for you during my lunch hour … not yet done, but you could go thro it, It merges a character rig multiple times and then renam…

17 years ago
Forum
Reply
RE: assign mocap data

You may want to think about merging the same biped rig again into the current scene instead of cloning. This works best after renaming the existing bi…

17 years ago
Forum
Reply
RE: ampersand as part of button label

rollout unnamedRollout “Untitled” width:158 height:104 ( button btn_MM “M&M” pos:[14,25] width:125 height:35 ) createDialog unnamedRollout …

17 years ago
Forum
Topic
Forum
Replies: 0
Views: 15
Reply
RE: Some issues with my maxscript:

Hi Vij, Your script fails initially due to non – initialization of the variable v, used to store render range. 2 steps can fix this : use: v = …

17 years ago
Forum
Reply
RE: Merge Script = Scale Wonkiness

Customize/Unit-setup/System-unit-setup might be different in the current session of max and the merged max file.

17 years ago
Forum
Reply
17 years ago
Forum
Page 3 / 11