Mambo4
@mambo4
New Member
Joined: Feb 14, 2024
Topics: 83 / Replies: 271
Reply
RE: My script doesn't update after making new changes

there is a bug in your rollout definiton, so it never gets fully defined. you rollout fails to “compile” so to speak so when you call createDialog , t…

10 years ago
Forum
Reply
RE: Calculating skinning from a deforming mesh

Can you flatten the hierarchy without losing your deformations? That is, setting each bone’s .parent=undefined That way you could simply translate th…

10 years ago
Forum
Reply
RE: use maxscript import/merged a .max file

This may give you a start… Merge in objects by name mergeObj = #(“A_object”,”b_object”,”c_object”) mergemaxfile “test_A.max” mergeObj Skinwrap …

10 years ago
Forum
Reply
RE: use maxscript import/merged a .max file

so to clarify: you have a scene open which contains an object “obj_A” Obj_A is skinned to some bones you have other scene files with additional obje…

10 years ago
Forum
Reply
RE: use maxscript import/merged a .max file

merging max files: mergeMAXFile <filename> testing of an object has skin: I want to these merged meshes object connect to with any objec…

10 years ago
Forum
Reply
RE: Visual Studio 2013 directory for SDK plugin wizard stuff

Thanks. Now I see the plugin wizard option in VS’s new project dialogue, but selecting it fails and I get a message”Creating project ‘maxProject1’…pr…

10 years ago
Forum
Topic
Reply
RE: Call (local) function from external file

Yes, if you can access the object that the function is local to. a function that is local to an instantiated struct , or local to a rollout dialog, o…

10 years ago
Forum
Reply
RE: Updated List of Max(2014) Actions

for use with actionMan.executeAction?

10 years ago
Forum
Reply
RE: Are structs inherently useful?

Calling function with a prefix doesn’t make code ugly, it makes code clearer. Structs are useful and worth learning, Organizing your functions and UI …

10 years ago
Forum
Reply
RE: hand's fingers pose store

+1 to using .xaf files. That’s how Our system works. –modify this to select only fingers fn getctrlList=(for each in $*ctrl_* collect each ) f…

10 years ago
Forum
Reply
RE: How can I make my hundreds of lines of code (and functions) run from a button press?

Does this work? on myButton pressed do ( filein “path/to/my/giant/script.ms” )

10 years ago
Forum
Reply
RE: Functions arguments

oooo that’s pretty.

10 years ago
Forum
Reply
RE: Functions arguments

fn fn1 aString= (format”String: % ” aString) fn fn2 num method arg= ( if classof arg==string then ( /* since (method as string) returns th…

10 years ago
Forum
Topic
Page 6 / 24