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:
authorClément Foucault <foucault.clem@gmail.com>2017-06-09 02:14:39 +0300
committerClément Foucault <foucault.clem@gmail.com>2017-06-09 02:15:17 +0300
commit67913c603cd31f72b1cd94e787f99179a8e966a5 (patch)
tree047baaa37d9a3a5bca0dc74767b04cef4c40365b /source/blender/makesdna
parente45ebec335f4b13835bce2c21aeb4ecd8726a02a (diff)
Probe: Add influence display and rework UI.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_probe_types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_probe_types.h b/source/blender/makesdna/DNA_probe_types.h
index 451acdca06e..a461fc5d4a4 100644
--- a/source/blender/makesdna/DNA_probe_types.h
+++ b/source/blender/makesdna/DNA_probe_types.h
@@ -62,6 +62,9 @@ typedef struct Probe {
struct Object *parallax_ob; /* Object to use as a parallax origin */
struct Image *image; /* Image to use on as lighting data */
+
+ /* Runtime display data */
+ float distfalloff, pad;
} Probe;
/* Probe->type */