1. #106
    New Member User Gallery
    Join Date
    Aug 2011
    Posts
    12

    Default

    Quote Originally Posted by marcus_civis View Post
    On smaller displays some buttons in the standard UI are off the screen. (They are still available in the Transform palette but obviously that's not as convenient.)

    This configuration will solve the issue:

    1. Unzip the file to your ZBrush 4.0\ZStartup folder.
    2. Start ZBrush and press Preferences>Congig>Load UI. Select the SmallerUI.cfg file from the ZBrush 4.0\ZStartup folder.

    The adjusted UI will be loaded. Buttons that are on the lower right column in the default UI have been moved to the top right-hand side. You may need to close the right tray (with the Tool palette in it) in order for them to appear - to do this click on the divider.

    If you are happy with the new layout save it as your custom interface by pressing Shift+Ctrl+i.

    >> Download here <<
    this is not working anymore .
    edit:link worked a few minutes after I posted

    but the next question is still on :

    and do you know a way to move the interface menu divider to the middle of the screen so that more columns of pulldown menus can be dragged and dispalyed at the same time in a largea area of the screen ?
    Last edited by ocmtime; 07-21-12 at 11:00 AM. Reason: link worked after I posted my mesage

  2. #107
    Moderator User Gallery
    Join Date
    Jun 2004
    Location
    UK
    Posts
    7,728

    Default

    Quote Originally Posted by ocmtime View Post
    but the next question is still on :

    and do you know a way to move the interface menu divider to the middle of the screen so that more columns of pulldown menus can be dragged and dispalyed at the same time in a largea area of the screen ?
    You can have both the left and right trays open at the same time but they can only be one pallette in width (though you can have several palettes in each).

  3. #108
    Senior Member User Gallery
    Join Date
    Mar 2005
    Posts
    596

    Default

    Marcus: Will this thread be renamed, or will a new thread be created for new scripts for ZB4R4?

  4. #109
    New Member User Gallery
    Join Date
    Aug 2011
    Posts
    12

    Default

    @Marcus:thanks for the info

  5. #110
    New Member User Gallery
    Join Date
    Oct 2003
    Location
    Los Angeles , CA
    Posts
    13

    Default

    Hello Marcus. Is it possible to have multiple versions of your brush toggle? I would like to hotkey a few more of my favorite brushes.

  6. #111
    Senior Member
    User Gallery
    Join Date
    Apr 2006
    Posts
    346

    Default

    Hi guys. I was just wondering if anyone could help me with how to have the polysphere.ztl (without poles) load automatically. Save me the trouble of opening lightbox every time I open Zbrush.

    thanks.
    Francis-Xavier Martins
    Freelance Cg Artist

    ZSketchbook

    Blog
    Cghub

  7. #112
    Moderator User Gallery
    Join Date
    Jun 2004
    Location
    UK
    Posts
    7,728

    Default

    Quote Originally Posted by kaisasose View Post
    Hi guys. I was just wondering if anyone could help me with how to have the polysphere.ztl (without poles) load automatically. Save me the trouble of opening lightbox every time I open Zbrush.

    thanks.
    You can set up a macro to load a project when ZBrush starts:

    (1)To create the macro, copy this code into an empty text file (in Notepad):

    Code:
    [IButton,???,"Startup macro",
    [FileNameSetNext,"ZBRUSH_ZPROJECTS\DefaultSphere.ZPR"]
    [IPress,File:Open]
    ]
    (2) Save the file to the ZBrush 4R4\ZStartup\Macros\Misc\ folder and call it StartupMacro.txt

    (3) Now you need to edit the default zscript file. In the ZBrush 4R4\ZScripts\ folder find the DefaultZScript.txt file and open it in Notepad.

    (4) Change the contents to this, and save the file:

    Code:
    //startup
    [If,1,
    	[IPress,Macro:Macros:Misc:StartupMacro]
    ]
    [pd]
    Now whenever you start ZBrush the DefaultSphere project will be loaded.

  8. #113
    Senior Member
    User Gallery
    Join Date
    Apr 2006
    Posts
    346

    Default

    Thanks Marcus, that worked great.
    The DefaultSphere.ZPR changed my UI colours so I saved a separate ZPR and used that one in the Macro instead.

    The lightbox still opens all the time though, even though I've turned it off in the preferences and saved config several times. Seems to be an ongoing problem it seems.
    Francis-Xavier Martins
    Freelance Cg Artist

    ZSketchbook

    Blog
    Cghub

  9. #114
    Senior Member User Gallery
    Join Date
    Mar 2005
    Posts
    596

    Default

    The latest Z4.4 R2 update fixed lightbox opening... did you install it yet?

  10. #115
    Senior Member
    User Gallery
    Join Date
    Apr 2006
    Posts
    346

    Default

    Yes I have. For some reason it was still loading lightbox till I changed it to "Run as Administrator" now it's fine.
    Francis-Xavier Martins
    Freelance Cg Artist

    ZSketchbook

    Blog
    Cghub

  11. #116
    New Member User Gallery
    Join Date
    Jul 2006
    Posts
    3

    Default

    Quote Originally Posted by Gareee View Post
    The latest Z4.4 R2 update fixed lightbox opening... did you install it yet?
    This is true as long as you don't save your UI, when it auto activate it.

  12. #117
    Senior Member User Gallery
    Join Date
    Mar 2005
    Posts
    596

    Default

    Quote Originally Posted by B8Kitano View Post
    This is true as long as you don't save your UI, when it auto activate it.
    I have a custom UI, and lightbox remains closed. Once of the things mentioned in the install (As just mentioned above) is that they suggest zbrush being set in windows program preferences to run as administrator. Have you set that? Did seting it correct the issue for you?

  13. #118
    New Member User Gallery
    Join Date
    Aug 2004
    Posts
    5

    Default Symmetry mod

    custom symmetry buttons:


    • X, Y, Z buttons for choosing an axis, these do not toggle nor allow you to do XY or XYZ combos, it only uses 1 at a time.
    • (R)= turns on/off radial
    • numbers are preset amounts for radial symmetry


    I made this mainly because I could not keep the symmetry tools from vanishing from my custom menus.

    Included source code so you can add/change presets. Very simple code.

    shows up under Zplugin/SymmetryTools

    -z
    Attached Files Attached Files

  14. #119
    Moderator User Gallery
    Join Date
    Jun 2004
    Location
    UK
    Posts
    7,728

    Default

    Quote Originally Posted by zwick View Post
    I made this mainly because I could not keep the symmetry tools from vanishing from my custom menus.
    Thanks for posting this, though if you upgrade to ZBrush 4R4 Update 2 you'll find that you can make the symmetry buttons part of a custom interface. Upgrading is free to registered users.

  15. #120
    New Member User Gallery
    Join Date
    Aug 2004
    Posts
    5

    Default

    Thanks Marcus, but unfortunately I am running with the latest update and the issue (with symmetry) is still there. -z

Page 8 of 9 FirstFirst ... 56789 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •