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:
authorDalai Felinto <dfelinto@gmail.com>2018-05-28 22:27:00 +0300
committerDalai Felinto <dfelinto@gmail.com>2018-05-28 22:27:00 +0300
commit66577c8732f4957e4afa5cafb18259ea589e74b6 (patch)
tree50dd96dfb1e6cc9bf978576d86008fbdcdd7a728 /source/blender/draw/engines/eevee/eevee_private.h
parentcf60939a597147eede02a944c9320efcde054801 (diff)
Rename EEVEE visibility group > collection
I think we should rename the DNA as well, and break the 0.01 files using this feature. But I will leave this decision to Clement.
Diffstat (limited to 'source/blender/draw/engines/eevee/eevee_private.h')
-rw-r--r--source/blender/draw/engines/eevee/eevee_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/draw/engines/eevee/eevee_private.h b/source/blender/draw/engines/eevee/eevee_private.h
index 342f0331a0c..10a53db5e35 100644
--- a/source/blender/draw/engines/eevee/eevee_private.h
+++ b/source/blender/draw/engines/eevee/eevee_private.h
@@ -466,7 +466,7 @@ typedef struct EEVEE_LightProbesInfo {
struct EEVEE_LightProbe probe_data[MAX_PROBE];
struct EEVEE_LightGrid grid_data[MAX_GRID];
struct EEVEE_PlanarReflection planar_data[MAX_PLANAR];
- /* Probe Visibility Group */
+ /* Probe Visibility Collection */
EEVEE_LightProbeVisTest vis_data;
} EEVEE_LightProbesInfo;