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>2014-06-09 05:01:51 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-06-13 18:47:10 +0400
commit6a75ecda9b487c95fcabd05100393f976e3ef612 (patch)
tree9d5a4814c247442f1045d4395b662f9458b70e4b /source/blender/render
parentbaa0f0ee1ace8b14afdacd88c121f080906edbc0 (diff)
Code cleanup: spelling
Diffstat (limited to 'source/blender/render')
-rw-r--r--source/blender/render/intern/source/external_engine.c4
-rw-r--r--source/blender/render/intern/source/occlusion.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/render/intern/source/external_engine.c b/source/blender/render/intern/source/external_engine.c
index c8fa8a75672..9017e7ff92a 100644
--- a/source/blender/render/intern/source/external_engine.c
+++ b/source/blender/render/intern/source/external_engine.c
@@ -411,8 +411,8 @@ void RE_bake_engine_set_engine_parameters(Render *re, Main *bmain, Scene *scene)
re->r = scene->r;
/* prevent crash when freeing the scene
- but it potentially leaves unfreed memory blocks
- not sure how to fix this yet -- dfelinto */
+ * but it potentially leaves unfreed memory blocks
+ * not sure how to fix this yet -- dfelinto */
BLI_listbase_clear(&re->r.layers);
}
diff --git a/source/blender/render/intern/source/occlusion.c b/source/blender/render/intern/source/occlusion.c
index dd0b1f89da7..f0fe5d054f0 100644
--- a/source/blender/render/intern/source/occlusion.c
+++ b/source/blender/render/intern/source/occlusion.c
@@ -621,7 +621,7 @@ static void occ_build_recursive(OcclusionTree *tree, OccNode *node, int begin, i
static void occ_build_sh_normalize(OccNode *node)
{
/* normalize spherical harmonics to not include area, so
- * we can clamp the dot product and then mutliply by area */
+ * we can clamp the dot product and then multiply by area */
int b;
if (node->area != 0.0f)