ZBrushCentral

New doccument size settings

Zbrush default document is 640/480, is there a way to modify it, definitively, however I initialise zbrush, or restart it?

Look at the zscript forum, is there someone who make some coomand to put in the default

1.-http://www.zbrushcentral.com/zbc/showthread.php?t=15693&highlight=document+size+zscript

2.-http://www.zbrushcentral.com/zbc/showthread.php?t=11688&highlight=document+size+zscript

3.-http://www.zbrushcentral.com/zbc/showthread.php?t=5324

4.-http://www.zbrushcentral.com/zbc/showthread.php?t=11688&highlight=document+size+zscript
the above is taken literally from that link
aurick vbmenu_register(“postmenu_103959”, true);
Super Moderator

Join Date: May 2001
Posts: 6,230


There are ways to accomplish this through ZScripts.

You could have a default ZScript that has several buttons so that you can resize the canvas to particular presets with a single click. Southern has created such a default script, which is located in the Default ZScripts section of the ZScripts QuickLinks.

You could also have the code to resize the canvas to a single specific size and set it to run automatically when ZBrush launches.

Check this out:

quote:</FONT>

[If,1,
[ISet,Document:Width,900]
[IPress,Document:Resize]
[FileNameSetNext,“ZLauncherRevA.zsc”]
[IPress,ZScript:load]
]
//This file automatically loads the ZLauncherRevA.zsc ZScript whenever ZBrush is launched.
//In order for this file to be active, it must to be renamed “DefaultZScript.txt”

Using this as your DefaultZScript will automatically resize the canvas to a width of 900 when launched (which is perfect for a display resolution of 1280x1024), and will then run the ZLauncher ZScript (available from the QuickLinks for 1.55b).
this was writed by aurick

hope this help friend¡

Andreseloy

…but i dont know if this work in ZB2
Thanks for your attention
Andreseloy

hi add this to your default script…change the sizes to what you prefer…but this will resize your doc, and create a blank texture at 2048x2048…and gives you the option to initialize or not…

[IButton,Play,“Press to play this ZScript. ZScript can be aborted at anytime by pressing the ‘esc’ key.”,
[IReset,2.0]
[IColorSet,5,5,5]
[ISet,Document:Back,15.04705]
[IUnPress,Document:Pro]
[ISet,Document:Width,2048]
[ISet,Document:Height,2048]
[IPress,Document:Resize]
[ISet,Texture:Width,2048]
[ISet,Texture:Height,2048]
[IColorSet,255,255,255]
[IPress,Texture:New]