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
path: root/intern
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-07-14 15:02:52 +0300
committerCampbell Barton <campbell@blender.org>2022-07-14 15:02:52 +0300
commit2d04012e57a75254ccfe97ed2df747e03dcd4da5 (patch)
tree17fb64194e79f83b478c414fd25c3e6c020a2ba8 /intern
parent9dfabc1de33f555d3e2856974952fc5c646b3b85 (diff)
Cleanup: spelling in comments
Also remove duplicate comments in bmesh_log.h, caused by automated comment relocation in [0]. [0]: c4e041da23b9c45273fcd4874308c536b6a315d1
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/scene/scene.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/cycles/scene/scene.h b/intern/cycles/scene/scene.h
index d04c6a27f11..d1004bb7b66 100644
--- a/intern/cycles/scene/scene.h
+++ b/intern/cycles/scene/scene.h
@@ -82,7 +82,7 @@ class DeviceScene {
device_vector<uint> patches;
- /* pointcloud */
+ /* point-cloud */
device_vector<float4> points;
device_vector<uint> points_shader;
@@ -124,7 +124,7 @@ class DeviceScene {
/* integrator */
device_vector<float> sample_pattern_lut;
- /* ies lights */
+ /* IES lights */
device_vector<float> ies_lights;
KernelData data;