How do I turn off lazy mouse by default?
Go to your ‘ZBrush 4R5/ZScripts’ folder and, using Notepad (or whichever text editor you use) open the ‘DefaultZScript.txt’ file and add the following line in between //Startup and [pd].
[IUnPress,Stroke:LazyMouse]
Save the file and restart ZBrush.
Thanks, that worked perfectly. I even got rid of that annoying popup window with
[IUnPress,Preferences:Enable RightClick Popup]
Well, you don’t have to use DefaultZScript to disable ‘Enable RightClick Popup’. All you had to do was disable it then ‘Store Config’ (Ctrl+Shift+I). As you do for most UI items. It’s just that it doesn’t work for disabling Lazy Mouse and you have to use script for that.