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:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-12-17 18:33:49 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-12-17 18:34:08 +0300
commit0d511e05d38e47a610c304a7625f5f0da9c9a9d2 (patch)
treea4e1e330f130a9a6ecead2e78ec07836715d5380 /source/blender/editors/object/object_bake_api.c
parent4f220cd1cd2bba07959cad67cc1e4776531d23ea (diff)
Cleanup: Fix typo in comment
Diffstat (limited to 'source/blender/editors/object/object_bake_api.c')
-rw-r--r--source/blender/editors/object/object_bake_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/object/object_bake_api.c b/source/blender/editors/object/object_bake_api.c
index dff9ae77417..90b6be215d4 100644
--- a/source/blender/editors/object/object_bake_api.c
+++ b/source/blender/editors/object/object_bake_api.c
@@ -740,7 +740,7 @@ static int bake(
}
}
else {
- /* when saving extenally always use the size specified in the UI */
+ /* when saving externally always use the size specified in the UI */
num_pixels = (size_t)width * (size_t)height * bake_images.size;