View Full Version : Pixologic Release - Hotkey Editor
ryankingslien
08-31-06, 04:37 PM
Hotkey_Editor.jpg (http://javascript%3cb%3e%3c/b%3E:zb_insimg%28%2739369%27,%27Hotkey_Editor.jpg% 27,1,0%29)
Pixologic is releasing the ZBrush Hotkey Editor.
With the Hotkey Editor you can create your own hotkeys for everything from loading tools to using Projection Master, you can check for conflicting hotkeys, print your hotkeys or restore the system defaults!
Download the ZBrush Hotkey Editor here! (http://www.zbrushcentral.com/zbc/attachment.php?attachmentid=39366&stc=1)
View the documentation here. (http://www.zbrush.info/site/index.php/Hotkey_Editor)
Works for both Mac and PC!
Code by Marcus_Civis. :tu: :tu:
Hotkey_Editor_thumb.jpg
Enjoy,
The Pixologic Team
holy crap thank the lord! and pixologic ofcourse!
mayajulian
08-31-06, 07:32 PM
WOW u ROCK :D
Thank you,
Thank you,
Thank you,
Thank you,
Thank you,
Thank you,
:D
:D
Reactor
08-31-06, 07:48 PM
Okay, I officially love you guys now. I'm looking forward to getting home to trying this one out... but I'm wondering, can keys for masks and other controls like them (using Shift-Alt right click, etc) be remapped to something simpler?
Svengali
08-31-06, 07:52 PM
HotKeys! Hot Script! - Hot Dang! Way to go Marcus!
Sven
ryankingslien
08-31-06, 07:56 PM
Okay, I officially love you guys now. I'm looking forward to getting home to trying this one out... but I'm wondering, can keys for masks and other controls like them (using Shift-Alt right click, etc) be remapped to something simpler?There are some hotkeys that can not be altered. These include navigation keys and CTRL+Shift combinations for hiding and showing parts of a mesh. The Hotkey Editor will tell you which keys these are.
:)
Ryan
lemonnado
08-31-06, 07:57 PM
Cool! Great tool guy's!
Lemo
:tu: :tu: :tu: :tu: :tu:
marcus - very very awesome editor. however it seems that changing the hotkeys for your drawshift, focal shift, and int shift scripts under ZPlugin, break the scripts and cause them to no longer work. At least for me any how
SolidSnakexxx
08-31-06, 11:11 PM
Nifty tool and gonna be very convenient :) :tu: :tu:
marcus_civis
09-01-06, 04:35 AM
Thanks for the comments, I hope you find the Editor useful :)
--E--,
Yes, when I wrote those plugins I didn't allow for changing the hotkeys. :o
I've posted an update which will allow you to change the hotkeys to what you want : Draw Size/ Focal Shift/ Z Intensity Sweep update (http://www.zbrushcentral.com/zbc/showthread.php?p=299577#post299577). Note that any new hotkeys you assign will only be available after re-starting ZBrush.
Cheers,
how about instead of zbrush, we call it marcusbrush.
Thank you.
Sergio Santos
09-01-06, 06:15 AM
One of the things that I really missed!
Thanks!
Reactor
09-01-06, 08:47 AM
There are some hotkeys that can not be altered.
Aww, that's a shame. I'll have to hope that gets sorted out in a future version, because altering all of Zbrush's keys would be very helpful. Still, I sure appreciate being able to edit anything!
now you will see the power of zbrush interface! hotkeys hot damn!\
very nice!
some essentials hotkeys were not usable by default (shift+I for brush intensity for example), I've always wished I could edit those.
thanks a lot for this free plugin
virtuousart
09-02-06, 03:07 PM
Just when I thought the zbrush process couldnt get any faster.... Much appreciated!
ryankingslien
09-02-06, 03:14 PM
One of the cool things about the Hotkey Editor is that it allows me to create my own hotkeys that can put several actions into one press of the keyboard. :)
For example, Right now if I want to put a model in edit mode I do the following steps:
I drop out of Edit for the current tool
Clear the canvas if anything is on it
Draw it on the canvas
Go into Edit mode
and scale it to the size of the canvas
If I know those are my steps I can write a zscript to do them for me. I use the zscript to place a button in the interface with all those steps in it and then use the Hotkey Editor to assign a hotkey to it. :)
Below are the zscript commands for the steps I outlined above:
[IUnPress,Transform: Edit]
[IPress, Layer:Clear]
[CanvasClick,320,240,320,340]
[IPress,Transform: Edit]
[IClick,Transform:Move Edit]
Now, I just package those steps into a Routine that I can call from a button:
[RoutineDef, AutoDraw,
[IUnPress,Transform: Edit]
[IPress, Layer:Clear]
[CanvasClick,320,240,320,340]
[IPress,Transform: Edit]
[IClick,Transform:Move Edit]
]
Now I create the button:
[IButton,
Zplugin:Misc Utilities:AutoDraw,
"Automatically draws your model on the screen and places it in edit mode.",
[RoutineCall,AutoDraw]
,0
]
The final text file looks like this:
[RoutineDef,AutoDraw,
[IFreeze,
[IUnPress,Transform: Edit]
[IPress, Layer:Clear]
[CanvasClick,320,240,320,340]
[IPress,Transform: Edit]
[IClick,Transform:Move Edit]
]
]
[IButton,
Zplugin:Misc Utilities:AutoDraw,
"Automatically draws your model on the screen and places it in edit mode.",
[RoutineCall,AutoDraw]
,0
]
Once I have the button in the interface I can use the custom tab of the Hotkey Editor to map them to any key I want. In my case I mapped it to the F key. So now anytime I want to draw a model on the canvas I just press F!
Remember to learn more about ZScripting use the command reference here (http://pixologic.com/home/z2coderef.html)and the developer corner of the wiki here (http://www.zbrush.info/).
Have a great weekend. :)
Ryan
Atwooki
09-02-06, 03:45 PM
Cheers Ryan - great concept - a saint you are ;) actions-a-go-go :tu:
Chris
Thanks, my left and is busy again....no Pun intended (minds in the gutter!)
PATTON
kurokawa
09-02-06, 08:55 PM
Currently the default resolution for ZBrush is something like 640x480. How do I make it so the default is double that?
------------------------------------------------------
Meant to put this here: http://www.zbrushcentral.com/zbc/showthread.php?t=20341&page=4&pp=15
ryankingslien
09-02-06, 09:38 PM
Currently the default resolution for ZBrush is something like 640x480. How do I make it so the default is double that?
------------------------------------------------------
Meant to put this here: http://www.zbrushcentral.com/zbc/showthread.php?t=20341&page=4&pp=15
http://www.zbrush.info/site/index.php/Customizing_the_ZBrush_Interface#The_Startup_Docum ent
:)
r
Thanks! :) this will speed up our workflow
marcus_civis
09-03-06, 12:13 AM
For anyone wanting to have a hotkey for a series of actions my ZPlugMaker (http://www.zbrushcentral.com/zbc/showthread.php?t=29561) makes it easy. You simply record a zscript of the actions, load the recording into ZPlugMaker and it will create a plugin button for you. You can assign a hotkey within ZPlugMaker or afterwards using the Hotkey Editor.
anyone tried to map some hotkeys on navigation keys ?
i tired to do it via custom menu but once i press the hotkey **boom** zbrush crashes
Now this I can get used to now :D
The ultimate Custom zbrush .... How sweet can it get
marcus_civis
09-03-06, 01:06 AM
Yes, you can't use a Custom hotkey on the navigation buttons - they don't work like an ordinary button as you have to click and drag on the button (rather than simply pressing). I should have excluded them from the Custom hotkey set up and will do so when the editor is updated.
:D Thanks so much dear Marcus.
I found out 8 conflicts, but your plugin helped me to correct them.
A marvelous addition to the program.
Now enjoying newer keys.
What are there yet in your plans?
Lookin forward,
Anatom
abraXas
09-03-06, 01:59 AM
this is what i get after installing and clicking hotkey editor button. any help plz?
HK_01.jpg
wckedsunny
09-03-06, 02:14 AM
Man now this is something very intrinsic :)
Thanks Ryan :tu:
and I almost forgot marcus ;)
Moochie
09-03-06, 02:52 AM
Thanks Marcus .. very cool and useful plug! I think it may be necessary to introduce a little convention that those producing tutorials, modeling ZScripts or, in the (hopefully not too distant) future ZBroadcasts, only use default settings, or it's going to get very confusing. I presume one can store personalised settings as a separate text file, so reverting from default to personalised settings will be a snap?
marcus_civis
09-03-06, 03:04 AM
this is what i get after installing and clicking hotkey editor button. any help plz?
abraXas,
It looks as though you have not installed the plugin correctly. You need to make sure when you unzip the zip file that the folder and contents are preserved (some unzip utilities do not do this automatically).
The installation of the Hotkey Editor should look like this:
C:\Program Files\Pixologic\ZBrush2\ZStartup\ZPlugs
containing:
HotKeyEditor_verA.zsc (the plugin file)
Hotkey_Data (subfolder)
Contents of the Hotkey_Data subfolder:
Ibutton.psd
Rbutton.psd
UI.psd
Xbutton.psd
Zlogo.psd
Zkeyboard.dll
Zkeyboard.lib
endhtml.dat
html.dat
tables.dat
Zlogo.jpg
ign_data.zvr
ign_dataclear.zvr
cursor.zmv
HTH,
marcus_civis
09-03-06, 03:08 AM
Thanks Marcus .. very cool and useful plug! I think it may be necessary to introduce a little convention that those producing tutorials, modeling ZScripts or, in the (hopefully not too distant) future ZBroadcasts, only use default settings, or it's going to get very confusing. I presume one can store personalised settings as a separate text file, so reverting from default to personalised settings will be a snap?
Moochie,
Personal hoteky set-ups don't affect zscript recordings. (Neither do plugins, by and large). So this shouldn't be a problem.
Cheers,
crossbones
09-03-06, 09:51 AM
For some reason when I extract the plugin to the correct folder, it doesn't want to install or show up in the zplugins menu. If I manually add the plugin and chose save all it crashes when trying to save out the pref file.
Lucky_1
09-03-06, 10:53 AM
Crossbones,
I had the same problem... I guess you left the files into the subdir ZStartup/ZPLugs/HotKeyEditor_verA.The solution was to place HotKeyEditor_verA.zsc and the Hotkey_Data folder into the root of the ZPlugs dir.
Goo luck
Lucky_1
thanks for the constant updating and eager support. Makes us artists so happy and sentimental.
Really cool.:tu:
marcus_civis
09-03-06, 12:36 PM
Thanks for the comments. :)
For some reason when I extract the plugin to the correct folder, it doesn't want to install or show up in the zplugins menu. If I manually add the plugin and chose save all it crashes when trying to save out the pref file.
crossbones,
Make sure that you have the plugin installed in the
C:\Program Files\Pixologic\ZBrush2\ZStartup\ZPlugs folder
with the subfolder and contents as above. If this is the first time you've installed a plugin you will probably have to create the ZPlugs folder (as it's not created during ZBrush installation). Whatever you do, you must not put the plugin (or anything else) in the ZData\ZPlugs folder.
If you still have problems let me know.
zensview
09-03-06, 02:45 PM
anyone can help me to set Alt + Right Mouse Button to be the hotkey of Scale Edited Obj? i tried to combo in hotkey editor, but it only works with keys on the keyboard, not working with muse button
ryankingslien
09-03-06, 07:28 PM
anyone can help me to set Alt + Right Mouse Button to be the hotkey of Scale Edited Obj? i tried to combo in hotkey editor, but it only works with keys on the keyboard, not working with muse button
As mentioned earlier in the thread, these keys can not be altered as they are hard coded into ZBrush. :)
r
wow cool! the way zbrush is going it may be the main way i illustrate.
build it and they will come.
boozy floozie
09-06-06, 03:03 PM
And About time too:)
Marcus you're a star!!!
i think this will seam rude , but i totally think it is usefull
having custom presets for MAX ,Maya , XSI
would be the ultimate ....
i'm sure its not only me who gets tired from the different uses of the same keys between diff. programs .
when i say this i by no means lessens your efforts MARCUS
you did a wonderful job , no dought
Zmith[21]
09-18-06, 09:50 AM
hey :) ,
very coooool_iwant a hotkey for pitching_
"i'm sure its not only me who gets tired from the different uses of the same keys between diff. programs"
well, i think that the difference between hotkeys in programs is
a good thing_it sometimes takes 5 mins to get into the flow...
i dont want max hotkeys in zbrush or photoshop...
i dont want my mixer to have a steering wheel:>
feureau
09-18-06, 03:00 PM
Hooray! Finally, a loooooong belated I expect from a high end (imho) software like zbrush!
THANK YOU THANK YOU THANK YOU!!
Now, if I can only get max and blender to use maya's hotkey. (hey, XSI did it!!)
It's not nice to have a mixer in place of a steering wheel.:P
:tu: :tu: :tu: :tu: :tu: :tu: :tu: :tu: :tu:
I have just a problem :(
I can't print the Hotkeys....... it's write " Hotkey list will now open on your web browser" and that does append anithing :mad: :mad: :mad: :mad:
WHYYYYYYYYYYY !!!!!!!!!!!!!
Anyway-----the plug-in is great, thak you for that. :)
marcus_civis
09-22-06, 01:19 AM
Moka,
If you have the ZBrush window maximized then it's possible the browser window is hidden behind it. If that's not the case then you can open the html file directly, either from within your browser or by double clicking on it. Look for
the file ZBrush_Hotkeys.htm which in a standard Windows installation will be in:
C:\Program Files\Pixologic\ZBrush2\ZStartup\ZPlugs\Hotkey_Dat a\.
HTH,
OK
I've found the HTML file.
I think that's why i use a Mac and not a Windows (the browser doesn't open).
Thanks a lot :D
damageINC
10-06-06, 02:19 AM
I keep getting a Script Note error when I launch Zbrush with the hotkey plugin installed. I've made sure that I placed it in the proper folder and maintained the file structure outlined in a previous post.....but every time I start it up the popup appears. Any ideas?
marcus_civis
10-06-06, 02:31 AM
damageINC,
Sorry to hear you're having problems. Can you post a screenshot of the message? That way I'll have a better idea what's going wrong.
Thanks,
Thanks! this will boost my working speed :D
rimasson
12-16-06, 01:53 AM
I'd really like to change navigation keys, and use different mouse + alt combos ..
Maybe in a future version ?
marcus_civis
12-16-06, 03:28 AM
Hi rimasson,
Yes, I would have liked to give people this option but it's not currently possible in zscripting to address the mouse action combinations or satisfactorily [believe me, I tried :) ] the navigation. Perhaps the update will give more options for this, as I don't suppose you're the only person who would like it!
Cheers,
deletedSoul
12-29-06, 09:45 AM
Hi all,
I have been setting up my tablet PC to work with all my 3D apps and have been using Auto Hotkey www.autohotkey.com (http://www.autohotkey.com) It's really cool and you can reassign pretty much any key to whatever you want including multilple keystrokes mapped to a key, remapping joystick/mouse, etc. There was another thread in ZBC that talks all about it (http://www.pixolator.com/zbc/showthread.php?t=28681). I use it with a external bluetooth keypad and remap those keys to the wasd, ctrl/shift, etc. keys.
Now if we can get native tablet PC support in Zbrush 2.5, that would be killer! The wacom driver on my toshiba works partially. I would be VERY happy to beta test. :D
Thanks for the great hot key editor and I hope this info helps those looking to remap the ctrl shift alt keys, etc!
-Simon
DarkEdge
12-29-06, 05:59 PM
first off, let me say thanks for developing this!
now second, i can't see it! lol!
i created a folder like you suggested @
c/program files/pixologic/zbrush2/zstartup/zplugs
extracted there, restarted zbrush go to zplugin don't see anything thats close to hot key editor there (?). i guess i am a dolt. what am i doing wrong!?
marcus_civis
12-30-06, 04:34 AM
Hi DarkEdge,
You've probably got an extra folder in there by mistake, called something like 'HotkeyEditor_verA'. Just move the contents directly to the ZPlugs folder, so that ZStartup\ZPlugs contains a file called HotkeyEditor_verA.zsc and a subfolder Hotkey_Data (which has other files inside it). Restart ZBrush and all should be well.
Cheers,
DarkEdge
12-30-06, 06:51 AM
marcus_civis,
yep, that was the problem.
sorry if you have already stated that 100 times before, i read everything but scripts are somewhat of a mystery to me. :rolleyes:
everything works great, thanks again.
you da' man!
just one little note, i got this at startup...but remember everythings works fine.
Wow, Pixologic have managed to release something... ;)
marcus_civis
12-30-06, 09:29 AM
DarkEdge,
I'm glad you got it working. :)
just one little note, i got this at startup...but remember everythings works fine.
I've come across this before and only just realised what was happening. :o
The plugin counts the installed plugins as it loads and I never tested it without any other plugins. Oops. Thanks for the pointer!
Unzip and install this file in your ZPlugs folder and it will solve the problem. :)
Buckie,
You just woken up? This was released some time ago, and another plugin has been released since. :)
Buckie,
You just woken up?
I wish, became a dad about 6 months ago, haven't slept since... :confused:
Not been around much at all, need to do some digging... ;)
pixelsoul
01-01-07, 02:48 PM
interesting hope i can change the zoom shortcut with this :)
marcus_civis
01-02-07, 03:31 AM
pixelsoul,
It depends which zoom shortcut you're talking about. Any button that involves dragging the mouse (such as the Zoom button) is best left as it is. However you can change the Zoom In and Zoom Out hotkeys (+ & -) if you wish.
Buckie,
All is explained. :tu:
Cheers,
testure
01-07-07, 12:24 PM
nice plugin, works like a charm.
I was kind of hoping it would let me fix the hotkeys up so I dont have to get into 'zbrush mode' after coming from max.. every time i import an object i start trying to pan/rotate around with middle mouse :lol:
marcus_civis
01-07-07, 02:06 PM
nice plugin, works like a charm.
I was kind of hoping it would let me fix the hotkeys up so I dont have to get into 'zbrush mode' after coming from max.. every time i import an object i start trying to pan/rotate around with middle mouse :lol:
Glad you like it. :)
Yes, it would have been good to add in mouse functionality but it's not currently possible using zscripting.
Smoluck
03-12-07, 03:04 AM
got a Repeatable Bug ....
I import an ABJ object on the canvas , and go to Edit Mode ( launch the Hotkey Editor and assign in the Custom tab, the Move Edited Object to "B" hotkey, and Save that.
I've tried to Assigned "B" hotkey to Move Edited Object (as other tool like Scale & Rotate edited object) and I got a fatal Error, when I press my new hotkey "B".... did you got the same Bug ?
how can I fix that ?
If that bug will be Fixed I will be A wonderfull Plugin ;^)
marcus_civis
03-12-07, 03:34 AM
got a Repeatable Bug ....
I import an ABJ object on the canvas , and go to Edit Mode ( launch the Hotkey Editor and assign in the Custom tab, the Move Edited Object to "B" hotkey, and Save that.
I've tried to Assigned "B" hotkey to Move Edited Object (as other tool like Scale & Rotate edited object) and I got a fatal Error, when I press my new hotkey "B".... did you got the same Bug ?
how can I fix that ?
If that bug will be Fixed I will be A wonderfull Plugin ;^)
Thanks for the comments and I'm glad you find the plugin useful ... apart from this error. ;-)
As it says somewhere else in this thread, hotkeys cannot be changed/assigned for the navigation buttons. As you've found, doing so will throw an error. I should have coded to avoid people trying to do this :o and will do so when I update the plugin.
In the meantime, simply disable the hotkey by starting the Hotkey Editor and switching to the Custom tab. Find the entry for Move Edit, press the 'X' to the right of the hotkey to clear it then press 'Assign'. Then press 'Save All' before closing the Hotkey Editor.
HTH,
Smoluck
03-12-07, 06:07 AM
ok thanks.. I've wanted tio define my own hotkey config, because I use an additionnal Keycontroller ( Belkin Nostromo N52 pad ). :lol:
I'm glad to see that you know that bug ^^
thekonofman
03-22-07, 04:54 PM
thanks a lot... been looking for something like this for a long time! :tu: :tu: :D :D ;)
Continuumx
05-18-07, 12:37 AM
Does this work with ZB3. Whenever I try to access it, it crashes ZB3.
marcus_civis
05-18-07, 01:33 AM
No, this won't work with ZBrush 3. A version for ZBrush 3 will be released within the next few weeks.
I'm happy to hear this marcus :D
*waiting for it*
feureau
05-19-07, 04:36 AM
w00t!!
Go marcus! Go marcus! Go marcus!
With all those brushes available it'd be gRRRREAT to have all them hotkeyed. I used to hotkey the std inflate etc to 1, 2, 3,4 for easy access along the qwer key.
In the mean time you can use my brush hotkey script. for the main brushes
http://www.zbrushcentral.com/zbc/showthread.php?t=37786
i have two questions/suggestions
will it be possible to bind macrobrushes to keys and the other question is can we change the brushsize with any keys like in mudbox or silo?
thx Christian :)
marcus_civis
05-20-07, 11:33 AM
i have two questions/suggestions
will it be possible to bind macrobrushes to keys and the other question is can we change the brushsize with any keys like in mudbox or silo?
thx Christian :)
Hello Christian, :)
Yes, it should be possible to assign hotkeys to macros / brushes. On changing the brush size, you can use the [ and ] keys to adjust size. (I did write a plugin for ZBrush 2 with which you could adjust the brush size by moving the mouse - I will update this for ZBrush 3 if it is possible.)
Abyssis
05-22-07, 09:20 AM
Hello Christian, :)
Yes, it should be possible to assign hotkeys to macros / brushes. On changing the brush size, you can use the [ and ] keys to adjust size. (I did write a plugin for ZBrush 2 with which you could adjust the brush size by moving the mouse - I will update this for ZBrush 3 if it is possible.)great idea, Marcus, 'coz I was already searchin for...it was my fav-plug in ZB2 :tu: :tu:
thx and
-cheerZZZ- :D
feureau
05-22-07, 11:09 AM
In the mean time you can use my brush hotkey script. for the main brushes
--E-- thanks for the script. I tried it but it's not "parented" to the keys that I'm comfortable with.
Anyway, I dig my Z2 Zscripts and put together my own. Now, don't credit me for it because parts of the codes are from someone else's zscripts which I can't recall who or where I got it, but I rip them apart and put together this little "Hotkey" script. Attached is the source code, it serves as a lowly ductape patch while we wait for marcus' hotkey plugin.
Inside you'll find the z3 brushes ready to hotkey to the key you want it to load to. If you don't want a button to be hotkeyed, just delete the whole set, or put // before it. Also, it's supposed to work with svengali's psnap installed for them quick saves. Also quick document resize.
I'm not very good at coding, but at least I can give back some little scripts after leeching all those great zplugins.
archabu
05-23-07, 02:21 AM
thanks dude i'm new to zbrush and i need this :tu: :D :D :) :)
Hey marcus,
Any update with this? Are you waiting for the zbrush update before you release the hot key editor?
Keep up the awesome work!
marcus_civis
06-11-07, 01:15 AM
Hey marcus,
Any update with this? Are you waiting for the zbrush update before you release the hot key editor?
Keep up the awesome work!
Hello Eric,
Yes, I'm holding off on the hotkey editor until the update has been released.
Cheers,
Jettatore
07-08-07, 05:56 PM
This plug-in for ZB3 can't come soon enough. -Derek
jinchoung
07-09-07, 12:32 AM
1. WOW!
thanks marcus.
2. DANG! DANG! @#$!#$! why in the world is the navigation and masking keys hardcoded?
is there ANY way whatsoever that these can be un hardcoded? developers?
by any chance has this been addressed in 3?
cuz for me, the most objectionable thing i've ever come across in an interface is the whole ctrl-click-release control dealy.... geez, we have other option buttons....
anyhoo, thanks marcus and hopefully, this will get addressed soon.
jin
PrayingMantis
07-18-07, 11:46 PM
It is possible to call the Zintensity, like you do while pressing U, with macro to assign it on an other Hotkey, while waiting for this plug-in?
marcus_civis
07-19-07, 01:02 AM
It is possible to call the Zintensity, like you do while pressing U, with macro to assign it on an other Hotkey, while waiting for this plug-in?
You can use a macro to change the hotkey but you will have to run the macro after you have started ZBrush - it won't run automatically (though you can give the macro a hotkey too, if you wish.)
Here is the code:
[IButton,???,"Hotkey macro",
[IConfig,3]
[ISetHotkey,Draw:Z Intensity,0]//this disables the current hotkey
[ISetHotkey,Draw:Z Intensity,'k']//this sets the new one
[IPress,Macro],,1,/*hotkey for macro here*/,,]
The above code sets the Z Intensity hotkey to K. Change this to what you want but be careful to avoid choosing something which conflicts with other ZBrush hotkeys. Use this form for the hotkey code:
'k' for letter or numbers
CTRL + 'q' for modifier combinations - SHIFT, CTRL or ALT
note the single quotes ' ' only go around the letter/number
Although you can use this method for setting other hotkeys there are some situations where ZBrush will return an error if the state of the UI means the particular item is unavailable.
PrayingMantis
07-19-07, 04:03 AM
Thx marcus, it works fine.
I put the same hotkey for calling the macro and for my new hotkey and it works fine.
It loads the macro the first time I press the hotkey and after that it call my Zintensity.
jinchoung
08-11-07, 11:23 PM
hmph,
it didn't work for me in 3.1 (flicker like crazy and then when i release, the cursor did not change) so i just kept going with the regular non sticky key method.
UNTIL...
i discovered that holding down SPACEBAR nets me a result very close to what i wanted in the first place! it's a sticky key and the SIZE slider is pretty much right under my cursor when i bring it up!
so another option.
jin
Abyssis
08-12-07, 11:25 PM
is there a difference between spacebar and RMB-click?:o
-cheerZZZ-
marcus_civis
08-13-07, 10:14 AM
is there a difference between spacebar and RMB-click?:o
-cheerZZZ-
I think you can assign the spacebar to things without it affect the RMB.
goodrichm
08-14-07, 06:26 AM
If something is already assigned to a key and you unknowingly assign the same key to something else, is there a warning message telling you that the key is already assigned?
I'd like to assign things to diff keys, but I'm afraid I'll mess up the default key assignments or the plugin key assignments...MG
marcus_civis
08-14-07, 07:39 AM
If something is already assigned to a key and you unknowingly assign the same key to something else, is there a warning message telling you that the key is already assigned?
I'd like to assign things to diff keys, but I'm afraid I'll mess up the default key assignments or the plugin key assignments...MG
Currently, only if you've used the key in one of your custom assignments (although I think this may change). But don't worry, any changes you make and store are simple to fix if you discover you've overwritten something by mistake. Just change the hotkey or delete it by Ctrl+clicking then pressing the Delete or period '.' key. Store the new hotkeys and restart ZBrush; the default hotkey that you overwrote will be restored.
goodrichm
08-14-07, 08:20 AM
Thanks Marcus for the help...and all the things you do for the community! MG
piman_fall
09-27-07, 07:08 PM
sometimes my hot key don'e work .
Whay?
hot key like Undo(ctrl+z_ or brush size([,])
marcus_civis
09-28-07, 09:19 AM
sometimes my hot key don'e work .
Whay?
hot key like Undo(ctrl+z_ or brush size([,])
See here for a possible solution to the Ctrl+Z problem:
http://209.132.96.165/zbc/showpost.php?p=397847&postcount=8
(I can't promise that it will work.)
hi all anny one now how to enstal this hotkey editor ;the pixologic page have no explanacion plas anny one:D
marcus_civis
01-29-08, 02:21 AM
chabah,
What version of ZBrush are you using? This plugin is only for ZBrush 2; if you are using ZBrush 3.1 you don't need it.
hello marcus
thank you 4the replay im using the 3.1 and many time i have to unistal the zbrush cuze the undo problem
marcus_civis
01-29-08, 03:00 PM
chabah,
If you mean the Ctrl+Z hotkey problem then try this solution:
http://209.132.96.165/zbc/showpost.php?p=397847&postcount=8
thank you marcus it realy help thanks a lots
drondron
02-04-08, 04:40 AM
Marcus
Tell me please when will avaible version for 3.1
marcus_civis
02-04-08, 01:35 PM
drondron,
There's no need of an update of this for 3.1 - there is already a hotkey option built in. Simply hold the Ctrl key and click on the button you wish to assign a hotkey to. Then press the key combination you wish to use. That will assign it to the button. To make sure your new hotkey is available in future ZBrush sessions, be sure to save your hotkeys by using the options in the Preferences>Hotkeys submenu.
For further info see here:
http://www.zbrush.info/docs/index.php/Custom_Hotkeys
drondron
02-06-08, 02:30 AM
Thanks:( :lol: :lol: :lol: :lol:
robinmitra1
07-02-08, 01:46 PM
drondron,
There's no need of an update of this for 3.1 - there is already a hotkey option built in. Simply hold the Ctrl key and click on the button you wish to assign a hotkey to. Then press the key combination you wish to use. That will assign it to the button. To make sure your new hotkey is available in future ZBrush sessions, be sure to save your hotkeys by using the options in the Preferences>Hotkeys submenu.
For further info see here:
http://www.zbrush.info/docs/index.php/Custom_Hotkeys
thanks alot mate..ur the best
redhubcap
11-22-11, 03:13 PM
Hotkey_Editor.jpg
I'm getting an error after correctly installing and trying to run/print the command list out, has this plugin been verified to work with zbrush4r2 I thought it was my graphics driver at first because the screen where you add your own shortcuts is greyed out/white or fuzzy like static. Not sure how to get it to print the master command list? And its hard to see all the commands on the screen correctly. would love to fix it, any ideas? Im running windows 7 64 bit:(
Pixologic is releasing the ZBrush Hotkey Editor.
With the Hotkey Editor you can create your own hotkeys for everything from loading tools to using Projection Master, you can check for conflicting hotkeys, print your hotkeys or restore the system defaults!
Download the ZBrush Hotkey Editor here! (http://www.zbrushcentral.com/zbc/attachment.php?attachmentid=39366&stc=1)
View the documentation here. (http://www.zbrush.info/site/index.php/Hotkey_Editor)
Works for both Mac and PC!
Code by Marcus_Civis. :tu: :tu:
Hotkey_Editor_thumb.jpg
Enjoy,
The Pixologic Team
marcus_civis
11-23-11, 01:12 AM
This plugin is not for ZBrush 4 or Zbrush 4R2. To assign a hotkey simply Ctrl+Alt+click on the interface button and then press the hotkey you want to use. See here:
http://www.pixologic.com/docs/index.php/Custom_Hotkeys
redhubcap
12-15-11, 08:16 AM
I am new to the zbrush community, but have created a color coded master list of all the keyboard shortcuts, that is why 3 weeks ago I was researching the hotkeys :)
I have also created a special zbrush keyboard sticker set that corresponds with the master list!
Please give me feed back and spread the word!
Zbrush keyboard sticker set! (http://www.bumfit.com/zbrush)
I just turned on the joomla virtue mart shopping cart so if you have any snags email me from my site
or here
redhubcap@gmail.com
http://www.bumfit.com/zbrush
(http://www.bumfit.com/zbrush)
Enjoy!!!:D
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.