This video review is full of awesome tips on camera work, so be sure to have a look at it.
http://content.animationmentor.com/movies/products/11secondclub/2013/december-2013.mp4
Here's the link to the 11 second club video review site. I couldn't find a link to the video from the site itself, so in case my first link stops working, you can always go and look it up yourself.
Cheers!
Ricardo.
Thursday, February 20, 2014
The Passions and Techniques of Steven Spielberg
Great insight of Spielberg's work.
The Passions and Techniques of Steven Spielberg from Steven Benedict on Vimeo.
Found through Ken Kyleworthy's animation blog.
The Passions and Techniques of Steven Spielberg from Steven Benedict on Vimeo.
Found through Ken Kyleworthy's animation blog.
Labels:
inspirational art,
reference,
review,
video
Wednesday, February 19, 2014
Maya trick: Hide manipulator tool with a hotkey
Hide Manipulator Tool in action
How the hotkeys work when adding objects to your selection |
I recently created a set of hotkeys in Maya that make the transform manipulators disappear when I press a certain hotkey. This is useful when you have an object or control selected and you want to select another one that is covered (or inside) the manipulator itself. The problem is better explained in the image below.
Main problem I have |
There are many workarounds on this issue, like switching to the selection tool and then switch back to my previous tool, or decreasing the size of the manipulator itself. All these alternatives are valid but for me they didn't work. I guess I'm too used to 3ds max, where you can select objects through the manipulator without a problem.
Anyhow, I have a US keyboard, so I mapped the new hotkeys to the \ and | keys (where | = SHIFT + \). I mention the type of keyboard because the keys I chose are just beside the SHIFT key, but if you have a different type of keyboard you can map them wherever you see fit.
US keyboard configuration (Image: Link) |
The way these hotkeys work is as follows:
\ , change my selection
This hotkey will hide the manipulator and let me select another object that is covered by the manipulator.
| , add to my current selection
This hotkey will hide the manipulator and allow me to add other objects to my current selection. This key is the equivalent of pressing SHIFT + \ (by default, SHIFT is used to add objects to your selection).
In both cases, when you release the keys, the previous manipulator will reappear. This way you will be able to select objects that are inside the manipulator area (especially the rotation tool) and add objects without switching to another tool.
How to install it
First, open the Hotkey Editor (Window\Settings/Preferences\Hotkey Editor)
Hotkey Editor with new commands |
Click on New to create a new command. Add the following information for each of the available fields:
Command Name: _HideToolChangeSelectionPress
Description: Hides the current tool when selecting another object
Category: Selection
Language: MEL
Command:
overrideModifier -press Shift;
string $_HTPrevCtx = `currentCtx`;
SelectToolOptionsMarkingMenu;
MarkingMenuPopDown;
Repeat the process for the other commands:
Command Name: _HideToolChangeSelectionRelease
Description: Shows the last tool after selecting another object with special modifier
Category: Selection
Language: MEL
Command:
overrideModifier -release Shift;if ($_HTPrevCtx == "moveSuperContext") {TranslateToolWithSnapMarkingMenu;MarkingMenuPopDown;}if ($_HTPrevCtx == "RotateSuperContext") {RotateToolWithSnapMarkingMenu;MarkingMenuPopDown;}if ($_HTPrevCtx == "scaleSuperContext") {ScaleToolWithSnapMarkingMenu;MarkingMenuPopDown;}
Command Name: _HideToolMultipleSelectionPress
Description: Hides the current tool when selecting multiple objects
Category: Selection
Language: MEL
Command:
overrideModifier -press Shift;
string $_HTPrevCtx = `currentCtx`;
SelectToolOptionsMarkingMenu;
MarkingMenuPopDown;
Command Name: _HideToolMultipleSelectionRelease
Description: Shows the last tool after selecting multiple objects with special modifier
Category: Selection
Language: MEL
Command:
overrideModifier -release Shift;
if ($_HTPrevCtx == "moveSuperContext") {
TranslateToolWithSnapMarkingMenu;
MarkingMenuPopDown;
}
if ($_HTPrevCtx == "RotateSuperContext") {
RotateToolWithSnapMarkingMenu;
MarkingMenuPopDown;
}
if ($_HTPrevCtx == "scaleSuperContext") {
ScaleToolWithSnapMarkingMenu;
MarkingMenuPopDown;
}
Once all the commands are created assign them as follows:
Hotkey: \
Direction: Press
Command: _HideToolChangeSelectionPress
Hotkey: \
Direction: Release
Command: _HideToolChangeSelectionRelease
Hotkey: |
Direction: Press
Command: _HideToolMultipleSelectionPress
Hotkey: |
Direction: Release
Command: _HideToolMultipleSelectionRelease
I created this tool to improve my workflow. If you have any comments or suggestions, let me know.
Enjoy!
References:
http://forums.cgsociety.org/archive/index.php/t-230516.html
http://www.raffael3d.com/maya_s_tutorial.php
Monday, February 17, 2014
Links, enlaces et liens
http://curiousoldlibrary.blogspot.com.au/2011/10/schweizer-guide-to-spotting-tangents.html
Great read about those pesky tangents!
http://www.davidoreilly.com/downloads/
Not sure if I have already shared this, but a lot of free rigs! :)
http://www.riggingdojo.com/rigging-101-free-materials/
Great tips on rigging and scripting in Maya!
http://www.cartoonbrew.com/cgi/steamboat-willie-has-been-updated-for-the-21st-century-96173.html
I'm going to have nightmares with this thing...
Great read about those pesky tangents!
http://www.davidoreilly.com/downloads/
Not sure if I have already shared this, but a lot of free rigs! :)
http://www.riggingdojo.com/rigging-101-free-materials/
Great tips on rigging and scripting in Maya!
http://www.cartoonbrew.com/cgi/steamboat-willie-has-been-updated-for-the-21st-century-96173.html
I'm going to have nightmares with this thing...
Labels:
animation,
cartoony style,
maya,
rigs,
tips n scripts,
video
Thursday, February 6, 2014
Wednesday, February 5, 2014
Draw Animation Script for Maya
This is really cool! I mean, so many possibilities...
SCRIPT : Draw Animation from Guillaume FERRACHAT on Vimeo.
SCRIPT : Draw Animation from Guillaume FERRACHAT on Vimeo.
Subscribe to:
Posts (Atom)