Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Lucke <jacques@blender.org>2021-03-11 14:23:01 +0300
committerJacques Lucke <jacques@blender.org>2021-03-11 14:23:01 +0300
commit5f1f233dc97de34f6be0f51edd3cbf2d8247fbda (patch)
tree744a8e1345bacc9827553a6113caa8264047c8d4 /source/blender/makesdna/DNA_space_types.h
parent74f3edc3431875223c1045f918729a43f94a6924 (diff)
Spreadsheet: expore more domains and point cloud data
Ref T86135. Differential Revision: https://developer.blender.org/D10681
Diffstat (limited to 'source/blender/makesdna/DNA_space_types.h')
-rw-r--r--source/blender/makesdna/DNA_space_types.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h
index b18add0a826..300956c28fd 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -1858,7 +1858,12 @@ typedef struct SpaceSpreadsheet {
/* eSpaceSpreadsheet_FilterFlag. */
uint8_t filter_flag;
- char _pad1[7];
+ /* #GeometryComponentType. */
+ uint8_t geometry_component_type;
+ /* #AttributeDomain. */
+ uint8_t attribute_domain;
+
+ char _pad1[5];
} SpaceSpreadsheet;
/** \} */