Just made the script into a mel file. Can download it here. If dropbox is blocked let me know will host somewhere else. Save that in Documents -> Maya -> Version -> Scripts Next add this to start up. If you have a custom user startup just append source GridHUD; If you do not have one check Documents -> Maya -> Version ->…
I know this is old but could anybody help me to modify this so it adds divisions by 1 not doubles/halves it? I have maya set up to grid lines every 50cm and major evey 100cm so I end up with 12.5cm grids and etc using the above script and I don't know how to modify it/
I have wondered if there was a set hot key too, but could never find it, so I wrote this script. The 1st snippet is to double the divisions. The 2nd snippet halves the divisions, if the division number is currently 1 (lowest it can go) I double the spacing instead. //Double grid divisionsint $gDiv;$gDiv = `grid -query…