Blender Git Commit Log
Git Commits -> Revision ee1c674
Revision ee1c674 by Hans Goudey (master) February 19, 2021, 20:39 (GMT) |
UI: Use property split in geometry node properties This makes the nodes look more consistent with the rest of the UI by using the same split with right aligned labels as the property editor and elsewhere. Additionally, for consistency, the "Type" part of some dropdowns is removed. It already wasn't displayed everywhere, and it gets redundant quite quickly. |
Commit Details:
Full Hash: ee1c674775fd60352502f4d6062dbd4637865f9d
Parent Commit: b8bf662
Lines Changed: +35, -11
11 Modified Paths:
/source/blender/nodes/geometry/nodes/node_geo_align_rotation_to_vector.cc (+2, -0) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_attribute_combine_xyz.cc (+6, -3) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_attribute_compare.cc (+4, -2) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_attribute_fill.cc (+2, -0) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_attribute_math.cc (+5, -3) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_attribute_mix.cc (+2, -0) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_attribute_separate_xyz.cc (+2, -0) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_attribute_vector_math.cc (+5, -3) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_point_rotate.cc (+3, -0) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_point_scale.cc (+2, -0) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_point_translate.cc (+2, -0) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_attribute_combine_xyz.cc (+6, -3) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_attribute_compare.cc (+4, -2) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_attribute_fill.cc (+2, -0) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_attribute_math.cc (+5, -3) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_attribute_mix.cc (+2, -0) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_attribute_separate_xyz.cc (+2, -0) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_attribute_vector_math.cc (+5, -3) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_point_rotate.cc (+3, -0) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_point_scale.cc (+2, -0) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_point_translate.cc (+2, -0) (Diff)