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:
authorCampbell Barton <ideasman42@gmail.com>2020-01-20 09:54:38 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-01-20 09:54:38 +0300
commit3fb8191d1dbd5c50c8bd5b0821e7cf1bb9885736 (patch)
tree1ee279ecf0b6eeee56f1d5e3378d301ff5893cb9 /source/blender/blenkernel/BKE_lightprobe.h
parent9b70950e3c93986db216c28396aacdd6343a10aa (diff)
Cleanup: rename lightprobe configure to type_set
Consistent with similar API functions.
Diffstat (limited to 'source/blender/blenkernel/BKE_lightprobe.h')
-rw-r--r--source/blender/blenkernel/BKE_lightprobe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_lightprobe.h b/source/blender/blenkernel/BKE_lightprobe.h
index 3d59929ada7..153ad9bb915 100644
--- a/source/blender/blenkernel/BKE_lightprobe.h
+++ b/source/blender/blenkernel/BKE_lightprobe.h
@@ -29,7 +29,7 @@ struct LightProbe;
struct Main;
void BKE_lightprobe_init(struct LightProbe *probe);
-void BKE_lightprobe_configure(struct LightProbe *probe, const short lightprobe_type);
+void BKE_lightprobe_type_set(struct LightProbe *probe, const short lightprobe_type);
void *BKE_lightprobe_add(struct Main *bmain, const char *name);
void BKE_lightprobe_copy_data(struct Main *bmain,
struct LightProbe *probe_dst,