Hey guys, On the project I am working on right now I found myself going back and forth to the Maya Grid Options quite a lot. After a while I found it really tedious and time consuming. At the same time I find the window size way too big (and it also shows too many options that you set once and then you forget about): so…
Yeah this is a valid alternative: thanks for posting it throttlekitty. :smile: However I find the bigger issue with it is that you are not fully aware of the subdivision level you're at (because you have no visual indicator of it) and also you don't have direct access to the subdivisions (that I keep in a different color…
Nice! I was looking for something like this a few months ago. Ultimately what I ended up doing was a hotkey to toggle between the first three subdivisions of the grid, so here's that in case someone wants it: { if ( `grid -q -d` == 1 ) { grid -d 2;} else if ( `grid -q -d` == 2 ) { grid -d 4;} else if ( `grid -q -d` == 4 )…