Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a dynamic infinite grid to the 3D editor (3.2) #43206

Merged
merged 1 commit into from
Nov 17, 2020

Commits on Nov 17, 2020

  1. Add a dynamic infinite grid to the 3D editor

    - The grid is now infinite, it follows the camera.
    - The grid is now dynamic, if you zoom in and out, the grid subdivides,
      expands, and fades.
    - You can now enable grid planes for the XY and YZ planes. Only the flat
      XZ plane is enabled by default. Each plane is independently dynamic
      of the others.
    - The default grid size has been increased to 200, and the maximum
      has been increased to 2000. At 1000, the grid mostly looks edgeless.
    - If you set the division level max and min to the same value then
      the grid does not expand or subdivide, but instead stays the same size
      and just follows the camera. Also, if these values are the same,
      the bias value does nothing.
    - If you want to have Blender-like behavior, set max to 1, min to 0,
      and set the bias to a really low value. You may also wish to increase
      the grid size if you have a small bias.
    
    Co-authored-by: Aaron Franke <arnfranke@yahoo.com>
    Calinou and aaronfranke committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    4b1de5b View commit details
    Browse the repository at this point in the history