It is recommended that you use a Wacom® pen tablet in order to take full advantage of Mudbox sculpting features. However, you can sculpt in Mudbox using a standard three-button mouse.
Mudbox uses a three-button mouse configuration for camera actions similar to Maya®. You'll need to configure the upper and lower side switches on your Wacom pen so they act in a similar manner to the right and middle buttons on the mouse.
The following instructions provide two options for configuring the behavior of the side switches on your Wacom pen. Choose the option that best suits your workflow requirements.
The most current software drivers for your Wacom® tablet are available here:
http://www.wacom.com/productsupport/select.cfm
To set the Wacom tablet properties - option 1
The following instructions describe how to set the pen properties for the middle and right-click functions (Track and Dolly) when the Alt key is pressed and the pen tip is positioned within 0.25 inches above the tablet surface and moved in a sideways or up and down motion.
Camera actions with this setup work as follows:
Camera Action | Mouse Action | Pen Tablet Action |
---|---|---|
Tumble | Alt + left-drag | Alt + drag on the tablet surface. The camera tumbles about its center of interest in the 3D view. |
Track | Alt + middle-drag | Alt + middle-drag, moving the pen sideways with the pen tip positioned slightly above the tablet surface. The camera moves sideways or up and down in the 3D view. |
Dolly | Alt + right-drag | Alt + right-drag, moving the pen sideways with the pen tip positioned slightly above the tablet surface. The camera moves towards or away from its center of interest in the 3D view. |
To set the Wacom tablet properties - option 2
If you find that hovering the pen above the surface of the tablet is awkward for middle and right-click camera actions, you can configure the Wacom pen tablet using the following method. With this option you must first press down the side switch and then click with the pen tip on the tablet surface to perform any click function (right-click, middle-click) assigned to the side switch.
Camera actions with this setup work as follows:
Camera Action | Mouse Action | Pen Tablet Action |
---|---|---|
Tumble | Alt + left-drag | Press the Alt key then drag the pen tip on the tablet surface. The camera tumbles about its center of interest in the 3D view. |
Track | Alt + middle-drag | Press the Alt key then press the side switch on the pen barrel for the middle button. Apply the pen tip to the tablet surface. Then move the pen sideways or up and down. The camera moves sideways or up and down in the 3D view. |
Dolly | Alt + right-drag | Press the Alt key then press the side switch on the pen barrel for the right button. Apply the pen tip to the tablet surface. Then move the pen sideways. The camera moves towards or away from its center of interest in the 3D view. |
This section provides details on configuring a Wacom tablet for Red Hat 5.4 and Fedora Core 11 Linux. These steps assume you are using a USB-style Wacom Intuos tablet.
The Linux Wacom drivers installed with RHEL 5.4 support most tablets. If you have an older tablet you can use these stock drivers, and complete the following steps to configure your tablet.
Section "InputDevice" Driver "wacom" Identifier "stylus" Option "Device" "/dev/input/wacom" # USB ONLY Option "Type" "stylus" Option "USB" "on" # USB ONLY EndSection
Section "InputDevice" Driver "wacom" Identifier "eraser" Option "Device" "/dev/input/wacom" # USB ONLY Option "Type" "eraser" Option "USB" "on" # USB ONLY EndSection
Section "InputDevice" Driver "wacom" Identifier "cursor" Option "Device" "/dev/input/wacom" # USB ONLY Option "Type" "cursor" Option "USB" "on" # USB ONLY EndSection
This prevents the Wacom device from being passed into the input device, which will convert the values into relative versus absolute.