View Full Version : Hide Grid?
Kanga 10-26-2006, 11:49 PM c4d 9.6
eek searched,... can the viewport grid be hidden? Command dialog gives grid with a cross through it but assigning a hotkey doesn't hide the grid so far.
All help appreciated.
Chris
|
|
tonare
10-26-2006, 11:51 PM
There is a plug-in that comes with one of the 3dattack magz, thats called "Toggle Grid" or something.
I forget which one it is, but its not to old.
Kanga
10-27-2006, 12:06 AM
Jeeze that was fast:)
Thanx tonare!
LucentDreams
10-27-2006, 12:09 AM
just use the filter
Kanga
10-27-2006, 12:21 AM
just use the filter
Yup works great:D. The things you can find when you know the word eek
Thanx Lucent.
For those who want a toggle, tonare's advice:
http://www.3dattack.net/forum/showthread.php?t=5110
So, a question was posted on another forum about how one can assign a shortcut key to turn off the Grid in the viewport. We discovered that it cannot be done from the command list, as the toggle grid on/off command listed there relates to the F-Curve Manager, and not to the viewport.
Anyway, a member over there (JDP) made a little script that does the trick, and I wanted to share it here, as it is pretty darn handy.
Simply open up your Script Manager, click New, and name it something descriptive that you will understand, like Toggle Grid. Then, copy and paste the following into the script field:
var doc = GetActiveDocument();
doc->GetActiveBaseDraw()#BASEDRAW_DISPLAYFILTER_GRID =
!doc->GetActiveBaseDraw()#BASEDRAW_DISPLAYFILTER_GRID;
Save it, and you're all set. You will find the command in the Command Manager, and will be able to assign whatever shortcut key you like.
Cheers!
(and big ups to JDP at CGS) __________________
Will Frazier,
Media Developer, Roland Corporation US
www.rolandus.com (http://www.rolandus.com/)
Cheerio Chris
Per-Anders
10-27-2006, 12:24 AM
to explain further, you can turn the grid on/off in a couple of places in c4d, in the filter menu for the viewport and in the viewport settings : Edit->Configure for any viewport (again under filter)
Kanga
10-27-2006, 12:40 AM
Thanx Per
On a side note toggle worked in the script manager execute button but 'G' assigned to it in the command manager didn't work. '/' did,... strange.
Per-Anders
10-27-2006, 12:44 AM
did you check to see if g was already assigned to somethign else? when you assign a shortcut to something it will tell you what else that shortcut is assigned to in the command maanger. you can then unassign it if you want.
Kanga
10-27-2006, 01:06 AM
did you check to see if g was already assigned to somethign else? when you assign a shortcut to something it will tell you what else that shortcut is assigned to in the command maanger. you can then unassign it if you want.
Thanx Per
Yeah you can see if the cut is already assigned and delete it. It wasnt assigned but I had just deleted it from toggling the f curve grid (whatever that is :) ).
I am noticing some really nice features in c4d which I missed in other apps. Some stuff you also find in Modo,... hmmm nice software this.
Cheerio Chris
JoelOtron
10-27-2006, 01:48 AM
Hey Welcome Kanga
I've seen you around the other forums (general mainly).
Good luck in your c4d explorations.
JamesMK
10-27-2006, 07:37 AM
I am noticing some really nice features in c4d which I missed in other apps. Some stuff you also find in Modo,... hmmm nice software this.
Well you know, Chris, nice to see this process unfold before my eyes - the initial phase of assimilation... Any resistance is, of course, futile
Kanga
10-27-2006, 09:22 AM
@JoelD
Howdy, and thanx for the welcome. Having to switch over to c4d for my work and although it felt wierd in the beginning it's getting pretty nice fast! Like other forums here this one has a low response time,.... which is a relief :).
@JamesMK
Ha ha James!
Live long and multiply,....
Seems needless advice for a rabbit! :thumbsup:.
Cheeio Chris
CGTalk Moderation
10-27-2006, 09:22 AM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.
vBulletin v3.0.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.