Reply
Reply
 
Thread Tools Display Modes
felipefrango's Avatar
Old (#1)
So I've been tinkering with my ZBrush UI, never really bothered to customize it but I finally did and it's awesome, I love how flexible everything is. Anyone else uses a custom UI? I'd love to see how workflow changed the UI for you guys.

Portfolio | Blog
Available for freelance work!
Offline , polycounter, 1,231 Posts, Join Date Feb 2010, Location Florianópolis - Brazil Send a message via MSN to felipefrango Send a message via Skype™ to felipefrango  
   Reply With Quote

cryrid's Avatar
Old (#2)
I change mine around a lot. Even now I'm thinking of making a few more changes. Here's two I've stuck with more often.



Offline , dedicated polycounter, 1,659 Posts, Join Date Oct 2009, Location Charlottetown  
   Reply With Quote

Zipfinator's Avatar
Old (#3)
I've been thinking of messing around with my UI lately... Does anyone have any small tutorials or guides on it? I don't really know where to start.
Offline , card carrying polycounter, 2,345 Posts, Join Date Aug 2008, Location Chico, California  
   Reply With Quote

cryrid's Avatar
Old (#4)
http://pointpusher.blogspot.com/2010...custom-ui.html

It might be very slightly different in R2. Basically go to Preferences: Config: Enable Customize.

From there, hold ctrl+alt and you can drag anything around (buttons, sliders, etc). Drag things from the palettes onto the UI to place them, and if you want to remove them, drag them onto the document instead. Once you're done, toggle off enable customize and then save it (preferences: config: save ui). Save it in your ZStartup\UserInterfaceLayouts folder. To switch UIs, there are arrows in the top-right of the screen
Offline , dedicated polycounter, 1,659 Posts, Join Date Oct 2009, Location Charlottetown  
   Reply With Quote

felipefrango's Avatar
Old (#5)
Quote:
Originally Posted by cryrid View Post
I change mine around a lot. Even now I'm thinking of making a few more changes. Here's two I've stuck with more often.

Wow, this one is particularly awesome! How do you make those small swatches? And the rainbow strip, what is that? :O
Portfolio | Blog
Available for freelance work!
Offline , polycounter, 1,231 Posts, Join Date Feb 2010, Location Florianópolis - Brazil Send a message via MSN to felipefrango Send a message via Skype™ to felipefrango  
   Reply With Quote

cryrid's Avatar
Old (#6)
Custom buttons that use .psd images as a background.

Code:
[VarDef,buttonPath,""]

[ISubPalette,"ZPlugin:Cryrid UI"]

[IButton,"ZPlugin:Cryrid UI:Swatches","Color Swatch",
	[VarSet,buttonPath,"Color:Main Color"]
	[If,[IExists,buttonPath],
		[IPress,buttonPath]
	]
	,,78 /*width*/,, "CryridUI\swatches.psd"/*image*/, /*height*/]
//end button

[IButton,"ZPlugin:Cryrid UI:Strokes","Brush Strokes",
	,,78 /*width*/,, "CryridUI\strokes.psd"/*image*/, /*height*/]
//end button

[IButton,"ZPlugin:Cryrid UI:Options","Brush Options",
	,,105 /*width*/,, "CryridUI\options.psd"/*image*/, /*height*/]
//end button


[IButton,"ZPlugin:Cryrid UI:Brushes","Brushes",
	,,534 /*width*/,, "CryridUI\brushes.psd"/*image*/, /*height*/]
//end button

[IButton,"ZPlugin:Cryrid UI:Alpha","Alpha and Texture",
	,,155 /*width*/,, "CryridUI\alpha.psd"/*image*/, /*height*/]
//end button

[IButton,"ZPlugin:Cryrid UI:Masking","Masking Brushes",
	,,78 /*width*/,, "CryridUI\masking.psd"/*image*/, /*height*/]
//end button

[IButton,"ZPlugin:Cryrid UI:Selection","Selection Brushes",
	,,78 /*width*/,, "CryridUI\selection.psd"/*image*/, /*height*/]
//end button

[IButton,"ZPlugin:Cryrid UI:Clipping Brushes","Clipping Brushes",
	,,122 /*width*/,, "CryridUI\clipping.psd"/*image*/, /*height*/]
//end button


[IButton,"ZPlugin:Cryrid UI:QuickColor","Quick Colors",
	,,1575 /*width*/,,  "CryridUI\color1575_12.psd"/*image*/, 12 /*height*/]
//end button


[IButton,"ZPlugin:Cryrid UI:SkinColor","Skin Colors",
	,,76 /*width*/,,  "CryridUI\skin.psd"/*image*/, 38 /*height*/]
//end button
I don't have them set to do anything, they're just for show (though the I can use the color picker to grab the colors from the swatches).
Offline , dedicated polycounter, 1,659 Posts, Join Date Oct 2009, Location Charlottetown  
   Reply With Quote

felipefrango's Avatar
Old (#7)
Oh, cool, gotta try something with that sometime. I assume you could map action to these custom buttons through scripting as well?
Portfolio | Blog
Available for freelance work!
Offline , polycounter, 1,231 Posts, Join Date Feb 2010, Location Florianópolis - Brazil Send a message via MSN to felipefrango Send a message via Skype™ to felipefrango  
   Reply With Quote

Zipfinator's Avatar
Old (#8)
Hmm. Thanks for the info Cryid. I set up a basic custom UI a week or so ago with the brushes I use most on the bottom but I'm having a problem. When I re-open ZBrush the brushes that I had to load through Lightbox aren't on my UI. I have to re-load them and place them back onto my UI which is annoying. How can I have it so those brushes are always there when I open it?
Offline , card carrying polycounter, 2,345 Posts, Join Date Aug 2008, Location Chico, California  
   Reply With Quote

felipefrango's Avatar
Old (#9)
Quote:
Originally Posted by Zipfinator View Post
Hmm. Thanks for the info Cryid. I set up a basic custom UI a week or so ago with the brushes I use most on the bottom but I'm having a problem. When I re-open ZBrush the brushes that I had to load through Lightbox aren't on my UI. I have to re-load them and place them back onto my UI which is annoying. How can I have it so those brushes are always there when I open it?
Yeah, same thing happened to me, it's annoying as hell. You have to copy the brush files you want available at startup from the ZBrush 4R2\ZBrushes folder to the ZBrush 4R2\ZData\BrushPresets folder.
Portfolio | Blog
Available for freelance work!
Offline , polycounter, 1,231 Posts, Join Date Feb 2010, Location Florianópolis - Brazil Send a message via MSN to felipefrango Send a message via Skype™ to felipefrango  
   Reply With Quote

Zipfinator's Avatar
Old (#10)
Okay thanks Felipe!
Offline , card carrying polycounter, 2,345 Posts, Join Date Aug 2008, Location Chico, California  
   Reply With Quote

cryrid's Avatar
Old (#11)
I just make sure everything you want to load during startup is in the zstartup/ directory (so ZBrush 4R2\ZStartup\BrushPresets for brushes)
Offline , dedicated polycounter, 1,659 Posts, Join Date Oct 2009, Location Charlottetown  
   Reply With Quote

Cathodeus's Avatar
Old (#12)
felipefrango i love your UI would you share it ?
- Actually available - Ex Technical Artist NadeoManiaplanetTrackmaniaShootmania
Offline , spline, 183 Posts, Join Date Apr 2009, Location Belgium  
   Reply With Quote

[HP]'s Avatar
Old (#13)
I've been using cryrid's for a while
http://www.moddb.com/downloads/zbrus...om-ui/#2392346

Offline , dedicated polycounter, 1,827 Posts, Join Date Aug 2007, Location derp land  
   Reply With Quote

almighty_gir's Avatar
Old (#14)
if you guys could upload your custom UI's for other people to share, that would be awesome.

if you have nowhere to host the files please let me know and i'll be more than happy to provide.
Offline , veteran polycounter, 4,305 Posts, Join Date Nov 2004,  
   Reply With Quote

felipefrango's Avatar
Old (#15)
Sure, I'll be glad to help, I'll upload it when I get home. But as it's been said, it uses some non default brushes and materials and it'll look broken if they're not in the right folders, but from that image you can tell where stuff is supposed to be or just fill in the gaps with other stuff.

Last edited by felipefrango; 11-11-2011 at 05:28 AM..
Portfolio | Blog
Available for freelance work!
Offline , polycounter, 1,231 Posts, Join Date Feb 2010, Location Florianópolis - Brazil Send a message via MSN to felipefrango Send a message via Skype™ to felipefrango  
   Reply With Quote

almighty_gir's Avatar
Old (#16)
so include the brushes in the upload. make a zip file that contains the proper directories and those files, unzipping them properly will put them in the correct places.
Offline , veteran polycounter, 4,305 Posts, Join Date Nov 2004,  
   Reply With Quote

felipefrango's Avatar
Old (#17)
Hmm, that's smart. It does use 3rd party brushes like the Selwy Cloth Brushes, Orb's crack brush and the Mahcut Hard Surface brushes, as well as materials that I found around the web and don't even know if they're free anymore. Would that be a problem?
Portfolio | Blog
Available for freelance work!
Offline , polycounter, 1,231 Posts, Join Date Feb 2010, Location Florianópolis - Brazil Send a message via MSN to felipefrango Send a message via Skype™ to felipefrango  
   Reply With Quote

cryrid's Avatar
Old (#18)
Just copy your zstartup folder (probably minus the plugins, unless you have ones that don't ship with R2)
Offline , dedicated polycounter, 1,659 Posts, Join Date Oct 2009, Location Charlottetown  
   Reply With Quote

felipefrango's Avatar
Old (#19)
Well, my concern is actually the redistribution of 3rd party brushes and materials without consent, I'll see what I can do when I'm out of work.
Portfolio | Blog
Available for freelance work!
Offline , polycounter, 1,231 Posts, Join Date Feb 2010, Location Florianópolis - Brazil Send a message via MSN to felipefrango Send a message via Skype™ to felipefrango  
   Reply With Quote

cryrid's Avatar
Old (#20)
Everything I have I was given for free:

http://cryrid.com/3d/temp/zbrush/res...id_UI_Z4R2.rar
Offline , dedicated polycounter, 1,659 Posts, Join Date Oct 2009, Location Charlottetown  
   Reply With Quote

felipefrango's Avatar
Old (#21)
http://dl.dropbox.com/u/5691557/ZStartup.zip

As cryrid suggested, just extract this zip file into the ZBrush instalation folder and merge/overwrite as wanted. It includes materials and brushes, the UI file (felipefrango.cfg) and hotkeys (which will probably overwrite the hotkeys there, so beware).

The only changes to the default hotkey system that I can remember is numbers 1 through 8 select brushes I use the most (which are then not present in the bottom shelf) and 9/0 select preview/flat render, I find it useful to quickly check on the silhouette of the model ad then switch back.
Portfolio | Blog
Available for freelance work!
Offline , polycounter, 1,231 Posts, Join Date Feb 2010, Location Florianópolis - Brazil Send a message via MSN to felipefrango Send a message via Skype™ to felipefrango  
   Reply With Quote

Danielmn's Avatar
Old (#22)
love the idea for making this a thread,
give me some great ideas next time i get back into zbrush
Offline , spline, 146 Posts, Join Date Apr 2010, Location dalas, tx Send a message via Skype™ to Danielmn  
   Reply With Quote

jocose's Avatar
Old (#23)
great thread idea
Offline , polycounter, 1,048 Posts, Join Date Jun 2008, Location Kirkland, WA  
   Reply With Quote

Arkadius's Avatar
Old (#24)
Nice Cryrid!

I have a quick question is it possible to edit a cfg. file saved out of Zbrush? I've tried openning the file in a couple of editors but they all seem to have encoding issues .
Offline , triangle, 279 Posts, Join Date Feb 2009, Location San Antonio, TX Send a message via AIM to Arkadius Send a message via MSN to Arkadius  
   Reply With Quote

felipefrango's Avatar
Old (#25)
I have no idea, never tried to do it, but what is it that wou wanna change? Can't you just load the UI and move things around?
Portfolio | Blog
Available for freelance work!
Offline , polycounter, 1,231 Posts, Join Date Feb 2010, Location Florianópolis - Brazil Send a message via MSN to felipefrango Send a message via Skype™ to felipefrango  
   Reply With Quote

Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Copyright 1998-2012 A. Risch