Skip to content

Maya Workflows: Blendshapes · Feb 17, 5:35pm

Blendshapes can be very difficult to create if you don’t understand the rules. As many of the modellers I have worked with can attest they’re are many to create convincing blendshapes so here is the list that I preach:

Continue Reading!

PERMALINK :: Share your tricks/rules and save everyone some headache! [2]

Maya Workflows: Overweighting · Jan 29, 4:46am

No matter what you call it: enveloping, weighting, skinning, binding is a tedious and slow process or is it? I’ve been using a technique that has allowed me to weight characters at ‘break-neck’ speeds for over a year and I think it’s about time I share my workflow.

Continue Reading!

PERMALINK :: Share your knowledge - leave a comment! [1]

Check out the Animation Lounge! · Dec 23, 2:26pm

A budding new forum, the Animation Lounge is off to a great and active start. Could this be what cgchar used to be? I surely hope so and I’ll be checking in and doing my part to help and so should you!

Oh and animators they have started a very nice collection of free rigs (and not just mine =D ) definatly worth a look if you want to mix things up a bit.

Ian

PERMALINK :: Leave your mark

Sharing Attributes - It's possible!! · Nov 30, 3:12am

Ever wanted an attribute in two places, that would act as one. They’d have one animation curve shared between them and one shared output that you could feed off somewhere else. I’m not talking about adding the attribute to both and adding them together to get a result cause that’s just nasty to maintain. Rather a solution that if you alter the attribute to 3 here it’s changed to 3 there and can be used to drive a connection over there as 3 just like that.

Continue Reading!

PERMALINK :: Did you think of another possible use? [7]

Maya Hotkeys: WOS and XRAY · Nov 27, 6:40pm

Thus begins a new series on maya hotkeys as I am consistently asked. Thanks goes out to Dan for the inspirational aim message!

So some background for new users. How to create a custom hotkey:


1. Open the hotkey editor ( window > settings > hotkey )
2. Select the user category from the left hand side of the UI.
3. Press New
4. Enter information into fields
5. Press Accept
6. Select the new user command in the center of the UI and assign the hotkey as per norm.

Okay, now some examples: WOS (Wires on Shaded):

proc ToggleWiresOnShaded (){

string $panelFocused = `getPanel -wf`; string $isWired = `modelEditor -q -wos $panelFocused`; if($isWired) modelEditor -edit -wos 0 $panelFocused; else modelEditor -edit -wos 1 $panelFocused; } ToggleWiresOnShaded;

Next example: Xray

Now given the flag for xray is -xray can you figure out how to apply the code above to the find a working solution?

See the answer!

PERMALINK :: Leave your mark

Earlier posts | Newer posts