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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-02-09 14:02:41 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-07-17 02:42:13 +0300
commit74f7cdcf6bb8032b6bf8881007e0344366849859 (patch)
treea81d8b9238a89a89345b0cf7fb21bb73ca31178e /source/blender/makesdna/intern
parentab9bd557added48a1f46b9624b874a40b46b71d3 (diff)
Volume object datablock skeleton code.temp-volume-object
This only adds Shift+A > Volume object and displays a list of grid names in a specified VDB file. Branch pushed for reference if someone other than me wants to pick up this project.
Diffstat (limited to 'source/blender/makesdna/intern')
-rw-r--r--source/blender/makesdna/intern/makesdna.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/intern/makesdna.c b/source/blender/makesdna/intern/makesdna.c
index 3b8d0e01ace..9d96db749c0 100644
--- a/source/blender/makesdna/intern/makesdna.c
+++ b/source/blender/makesdna/intern/makesdna.c
@@ -130,6 +130,7 @@ static const char *includefiles[] = {
"DNA_freestyle_types.h",
"DNA_linestyle_types.h",
"DNA_cachefile_types.h",
+ "DNA_volume_types.h",
/* see comment above before editing! */
/* empty string to indicate end of includefiles */
@@ -1343,4 +1344,5 @@ int main(int argc, char **argv)
#include "DNA_freestyle_types.h"
#include "DNA_linestyle_types.h"
#include "DNA_cachefile_types.h"
+#include "DNA_volume_types.h"
/* end of list */