Archangel35757
@archangel35757
New Member
Joined: Feb 14, 2024
Topics: 47 / Replies: 351
Reply
RE: Useful mxs sdk extension functions

RGhost: Here a lot of good functions. I want use some of this but have no experience with SDK to compile own extension Please point me how to creat…

10 years ago
Forum
Reply
RE: Get Directories in Hierarchy?

Well, this isn’t quite the hierarchy structure you want… but maybe it’ll help get you started toward your goal: global dir_array = #() fn getDi…

10 years ago
Forum
Reply
RE: External Editor

Try searching Scriptspot.com for Notepad++ or external maxscript editor IDE.

10 years ago
Forum
Reply
RE: Selecting root node after merge

So these are rigged (Max Bones, CAT, or CS Biped) characters?

10 years ago
Forum
Reply
RE: Selecting root node after merge

Then why not assign the animation directly onto those procedural objects in the file where they reside? Why do you need another file with dummies?

10 years ago
Forum
Reply
RE: Selecting root node after merge

Post an example of your data file… so if I understand, your script imports a text data file and applies that as animation onto dummy helpers. You th…

10 years ago
Forum
Reply
RE: Selecting root node after merge

Read about global variable “rootNode” – your root Dummy is probably the first child of rootNode.

10 years ago
Forum
Reply
RE: Help: Timline Animation Playback Sub-Frame Iterpolation

denisT: why do you love tcb rotation so much? ok. you can use linear_rotation… or you can use any rotation controller including euler if you conver…

10 years ago
Forum
Reply
RE: Help: Timline Animation Playback Sub-Frame Iterpolation

I’m pretty sure I tried that first and it didn’t resolve it… (I’ll give it another quick try). EDIT: Yeah, Linear_Float() sub-controllers under an E…

10 years ago
Forum
Reply
RE: Help: Timline Animation Playback Sub-Frame Iterpolation

FYI… changing the rotation controllers to TCB_Rotation() eliminated the “wobble”. Also, for my convenience, I simply redefined the Dummy helper contr…

10 years ago
Forum
Reply
RE: Help: Timline Animation Playback Sub-Frame Iterpolation

denisT: it means that all controllers should be linear. actually… here is a challenge: >>>> replace all bezier float controllers used …

10 years ago
Forum
Reply
RE: Help: Timline Animation Playback Sub-Frame Iterpolation

Thanks @denisT – I would like to maintain flexibility… retarget onto another character rig… perhaps reduce keys or tweak the animation– but in the en…

10 years ago
Forum
Reply
RE: Help: Timline Animation Playback Sub-Frame Iterpolation

Thanks. Probably the easiest place would be to redefine the controller just after the Dummy is created.

10 years ago
Forum
Reply
RE: Help: Timline Animation Playback Sub-Frame Iterpolation

Hmm… curse that Euler_XYZ controller!? Well, I did import the animation using the Softimage Max6-8 dotXSI importer plugin… but it doesn’t import the …

10 years ago
Forum
Reply
RE: Help: Timline Animation Playback Sub-Frame Iterpolation

Thanks Denis for your reply… attached is a zip file containing the original dotXSI 3.0 file and my Max8 imported result… My maxscript dotXSI importer …

10 years ago
Forum
Page 11 / 27