ZBrushCentral

Wacom too sensitive. Brush issues too.

Greetings,
2 questions.

1)
I was just curious if one can lessen the sensitivy of the Wacom tablet in Zbrush.
I am rather heavy handed and I need less sensitivity.

2)
Is there a way to keep the diameter of the brush constant, and for the tablet only to affect the opacity(like an old school photoshop airbrush?)

-Alex

can’t u just adjust the intensity of your stroke in zbrush? dont be afraid to get real low. for most my sculpting i do it at about a 7 or so.

as for the brush size staying constant i am not sure i understand why it is changing?

as for the wacom setting i set the tool buttons as follows:
tip = left click
bottom of button = middle click
to of button = right click

r

Have you tried adjusting the Tip Feel in the Wacom Tablet Properties utility (part of the tablet driver)?

[color=LemonChiffon]assuming you’re using windows or a mac and a wacom tablet you can certainly tweak your tablet setting per the previous suggestions. however there are also variables you can tweak inside ZB with good effect.

Try messing with the ‘Tablet’ options under ‘Preferences’ in ZB. the default setting weren’t working for me either. i found that

Tablet Size,0
Tablet Intensity,100
Tablet Imbed,0
Tablet Color,0

works best for me (i use ZB exclusively for detailing 3D ‘tools’ ) don’t know how well this works with ZB standard 2.5D methodology.

i got sick of changing this on a regular basis so i created this defaultscript.TXT with the help of some pointers form forum members

//ZBrush default ZScript

//Load Custom tablet preferences at startup
[VarDef,TabletInited,0]
[If,!TabletInited,
[VarInc,TabletInited]
[ISet,Preferences:Tablet Size,0]
[ISet,Preferences:Tablet Intensity,100]
[ISet,Preferences:Tablet Imbed,0]
[ISet,Preferences:Tablet Color,0]
][pd]
]/End of ZScript/

Wet-Nap, aurick, ryankingslien, low_stres : Thank you so much.

I have the table behaving better. I was able to get best results by lowering the Zintensity Slider.

Thanks for all responses…

-Alex