From f52dc2f371923c22a974df7105245f7e0b8148ee Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 12 Jun 2017 20:59:54 +1000 Subject: Rename probe to light-probe Probe is a real general term, the new name is used often in docs online. --- source/blender/makesdna/intern/makesdna.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/makesdna/intern') diff --git a/source/blender/makesdna/intern/makesdna.c b/source/blender/makesdna/intern/makesdna.c index fe576e2ab70..c39e63ff8a5 100644 --- a/source/blender/makesdna/intern/makesdna.c +++ b/source/blender/makesdna/intern/makesdna.c @@ -136,7 +136,7 @@ static const char *includefiles[] = { "DNA_cachefile_types.h", "DNA_layer_types.h", "DNA_workspace_types.h", - "DNA_probe_types.h", + "DNA_lightprobe_types.h", /* see comment above before editing! */ @@ -1364,6 +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" +#include "DNA_lightprobe_types.h" /* end of list */ -- cgit v1.2.3