Blender Git Commit Log
Git Commits -> Revision 370d6e5
Revision 370d6e5 by Brecht Van Lommel (master) September 9, 2020, 15:01 (GMT) |
Geometry: add Attributes panel for PointCloud and Hair There is a list of attributes, along with operators to add and remove attributes. For adding, there are a few standard attributes that can be added quickly, as well as a popup to create a custom attribute. Ref T76659 Differential Revision: https://developer.blender.org/D8636 |
Commit Details:
Full Hash: 370d6e50252b979433f27959070315911cc340e5
Parent Commit: a1397a3
Lines Changed: +471, -25
5 Added Paths:
/source/blender/editors/geometry/CMakeLists.txt (+45, -0) (View)
/source/blender/editors/geometry/geometry_attributes.c (+156, -0) (View)
/source/blender/editors/geometry/geometry_intern.h (+33, -0) (View)
/source/blender/editors/geometry/geometry_ops.c (+36, -0) (View)
/source/blender/editors/include/ED_geometry.h (+37, -0) (View)
/source/blender/editors/geometry/geometry_attributes.c (+156, -0) (View)
/source/blender/editors/geometry/geometry_intern.h (+33, -0) (View)
/source/blender/editors/geometry/geometry_ops.c (+36, -0) (View)
/source/blender/editors/include/ED_geometry.h (+37, -0) (View)
9 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_hair.py (+62, -6) (Diff)
/release/scripts/startup/bl_ui/properties_data_pointcloud.py (+61, -6) (Diff)
/source/blender/blenkernel/BKE_attribute.h (+3, -1) (Diff)
/source/blender/blenkernel/intern/attribute.c (+16, -3) (Diff)
/source/blender/editors/CMakeLists.txt (+2, -1) (Diff)
/source/blender/editors/space_api/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/space_api/spacetypes.c (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_attribute.c (+12, -8) (Diff)
/source/blender/makesrna/RNA_enum_types.h (+5, -0) (Diff)
/release/scripts/startup/bl_ui/properties_data_pointcloud.py (+61, -6) (Diff)
/source/blender/blenkernel/BKE_attribute.h (+3, -1) (Diff)
/source/blender/blenkernel/intern/attribute.c (+16, -3) (Diff)
/source/blender/editors/CMakeLists.txt (+2, -1) (Diff)
/source/blender/editors/space_api/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/space_api/spacetypes.c (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_attribute.c (+12, -8) (Diff)
/source/blender/makesrna/RNA_enum_types.h (+5, -0) (Diff)