Blender Git Commit Log
Git Commits -> Revision bd44e82
August 5, 2021, 15:44 (GMT) |
Geometry Nodes: Add more warnings for out of bounds parameters Add warning(info) to nodes that don't work when an input value is out of range. For example, the grid node doesn't work with Vertices X or Verices Y less than 2. These are purposefully added as "Info" warnings, because they don't show in the modifier and they aren't printed to the terminal. Differential Revision: https://developer.blender.org/D11923 |
Commit Details:
Full Hash: bd44e82b255a231242a1b7ddd59cee7830af20ea
Parent Commit: c15635b
Committed By: Hans Goudey
Lines Changed: +15, -0
5 Modified Paths:
/source/blender/nodes/geometry/nodes/node_geo_mesh_primitive_circle.cc (+1, -0) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_mesh_primitive_cone.cc (+1, -0) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_mesh_primitive_cylinder.cc (+1, -0) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_mesh_primitive_grid.cc (+6, -0) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_mesh_primitive_uv_sphere.cc (+6, -0) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_mesh_primitive_cone.cc (+1, -0) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_mesh_primitive_cylinder.cc (+1, -0) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_mesh_primitive_grid.cc (+6, -0) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_mesh_primitive_uv_sphere.cc (+6, -0) (Diff)