whoa, denis is a genius. what if we could hook up xbox controllers to the dotnet control? can you add rtrigger and ltrigger? that way we could make…
awesome, thank you so much! rclick was exactly what i needed.
Well, I want to write my own rclick menus, so what I was thinking about was just a registered rclick event so that I can fire a MXS RCMenu from that. …
** system exception **
Hi Jason, I’m looking at using your dll for a character gear loader – but I would really like to have a rightclick option. I’m also still just beginn…
it’s not returning a string, it’s returning a node, which is better than a string since max allows you to name multiple objects the same name. becaus…
you could also set up functions to take the dialog name as a parameter when they are called, that way everything is set and passed through functions. …
actually the node.controller.keys gives me what i want. i was looking for an array that i could count to, but using biped.getKey didn’t give me that,…
you could use coordsys local or coordsys parent. local moves based on the object’s pivot (which is displayed when you switch to that space in the dro…
just wanted to drop a line saying how cool this is. i haven’t had much of a need to learn python since max doesn’t natively support it, but having th…
something tells me that parsing a 4000 line file (and that’s for 2 takes of about 50 frames each) through filestream would be relatively slow =)
i could save as ascii… it looks like it would be relatively easy to get the take names. i haven’t used dotnet in maxscript yet though, looks like i h…