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-02-20 13:33:43 +0300
committerJacques Lucke <jacques@blender.org>2021-02-20 13:33:43 +0300
commit5dced2a0636a7f3db73be09139cf8abd952612e7 (patch)
treed1f191658954c95be4087d979efb14a2f940b64c /source/blender/makesrna/RNA_access.h
parent173b6b792cf95fb9eb20ec760b28469d46b0ff52 (diff)
Geometry Nodes: expose float2 attribute in rna
This also fixes the issue reported in T85651. Differential Revision: https://developer.blender.org/D10477
Diffstat (limited to 'source/blender/makesrna/RNA_access.h')
-rw-r--r--source/blender/makesrna/RNA_access.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesrna/RNA_access.h b/source/blender/makesrna/RNA_access.h
index eaa2675573c..eecac8ca19e 100644
--- a/source/blender/makesrna/RNA_access.h
+++ b/source/blender/makesrna/RNA_access.h
@@ -265,6 +265,7 @@ extern StructRNA RNA_FloatAttributeValue;
extern StructRNA RNA_FloatColorAttribute;
extern StructRNA RNA_FloatColorAttributeValue;
extern StructRNA RNA_FloatProperty;
+extern StructRNA RNA_Float2Attribute;
extern StructRNA RNA_FloorConstraint;
extern StructRNA RNA_FluidDomainSettings;
extern StructRNA RNA_FluidEffectorSettings;