Index: trunk/doc/conf/tree/editor_global_grid.html =================================================================== --- trunk/doc/conf/tree/editor_global_grid.html (nonexistent) +++ trunk/doc/conf/tree/editor_global_grid.html (revision 36854) @@ -0,0 +1,8 @@ + +

conf tree

+

subtree: editor/global_grid

+ +
node name type flags description +
min_dist_px rnd_cfn_integer 0 [librnd] never try to draw a grid so dense that the distance between grid points is smaller than this +
sparse rnd_cfn_boolean 0 [librnd] enable drawing sparse grid: when zoomed out beyond min_dist_px draw every 2nd, 4th, 8th, etc. grid point; if disabled the grid is turned off when it'd get too dense +
Index: trunk/doc/conf/tree/editor_local_grid.html =================================================================== --- trunk/doc/conf/tree/editor_local_grid.html (nonexistent) +++ trunk/doc/conf/tree/editor_local_grid.html (revision 36854) @@ -0,0 +1,8 @@ + +

conf tree

+

subtree: editor/local_grid

+ +
node name type flags description +
enable rnd_cfn_boolean 0 [librnd] enable local grid to draw grid points only in a small radius around the crosshair - speeds up software rendering on large screens +
radius rnd_cfn_integer 0 [librnd] radius, in number of grid points, around the local grid +