From cc31d7bb49090194e13fc4ebe58bb8f7f63f4186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Foucault?= Date: Tue, 6 Jun 2017 22:47:41 +0200 Subject: Probe: Add new object datablock We went for a new datablock because blending probe functionality with empties was going to be messy. --- source/blender/makesdna/intern/makesdna.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/makesdna/intern') diff --git a/source/blender/makesdna/intern/makesdna.c b/source/blender/makesdna/intern/makesdna.c index ad9a03703b4..fe576e2ab70 100644 --- a/source/blender/makesdna/intern/makesdna.c +++ b/source/blender/makesdna/intern/makesdna.c @@ -136,6 +136,7 @@ static const char *includefiles[] = { "DNA_cachefile_types.h", "DNA_layer_types.h", "DNA_workspace_types.h", + "DNA_probe_types.h", /* see comment above before editing! */ @@ -1363,5 +1364,6 @@ int main(int argc, char **argv) #include "DNA_cachefile_types.h" #include "DNA_layer_types.h" #include "DNA_workspace_types.h" +#include "DNA_probe_types.h" /* end of list */ -- cgit v1.2.3