Blender Git Loki
Git Commits -> Revision 28cf851
Revision 28cf851 by Jacques Lucke (master) March 25, 2021, 11:02 (GMT) |
Geometry Nodes: rename attribute domains This patch renames two domains: * `Polygon` -> `Face` * `Corner` -> `Face Corner` For the change from `polygon` to `face` I did a "deep rename" where I updated all (most?) cases where we refere to the attribute domain in code as well. The change from `corner` to `face corner` is only a ui change. I did not see a real need to update all code the code for that. It does not seem to improve the code, more on the contrary. Ref T86818. Differential Revision: https://developer.blender.org/D10803 |
Commit Details:
Full Hash: 28cf851a5c3128b075cb052fef0525351128dce1
Parent Commit: 150e055
Lines Changed: +93, -94
9 Modified Paths:
/intern/cycles/blender/blender_mesh.cpp (+1, -1) (Diff)
/source/blender/blenkernel/BKE_attribute.h (+6, -6) (Diff)
/source/blender/blenkernel/intern/attribute.c (+2, -2) (Diff)
/source/blender/blenkernel/intern/attribute_access.cc (+1, -1) (Diff)
/source/blender/blenkernel/intern/geometry_component_mesh.cc (+65, -66) (Diff)
/source/blender/editors/space_spreadsheet/spreadsheet_from_geometry.cc (+6, -6) (Diff)
/source/blender/makesrna/intern/rna_attribute.c (+4, -4) (Diff)
/source/blender/makesrna/intern/rna_space.c (+2, -2) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_point_distribute.cc (+6, -6) (Diff)
/source/blender/blenkernel/BKE_attribute.h (+6, -6) (Diff)
/source/blender/blenkernel/intern/attribute.c (+2, -2) (Diff)
/source/blender/blenkernel/intern/attribute_access.cc (+1, -1) (Diff)
/source/blender/blenkernel/intern/geometry_component_mesh.cc (+65, -66) (Diff)
/source/blender/editors/space_spreadsheet/spreadsheet_from_geometry.cc (+6, -6) (Diff)
/source/blender/makesrna/intern/rna_attribute.c (+4, -4) (Diff)
/source/blender/makesrna/intern/rna_space.c (+2, -2) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_point_distribute.cc (+6, -6) (Diff)