Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'blenderkit/resolutions.py')
-rw-r--r--blenderkit/resolutions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/blenderkit/resolutions.py b/blenderkit/resolutions.py
index 018889e7..c393a30e 100644
--- a/blenderkit/resolutions.py
+++ b/blenderkit/resolutions.py
@@ -209,7 +209,7 @@ def make_possible_reductions_on_image(teximage, input_filepath, do_reductions=Fa
- it finds it's usages and replaces the inputs where the image is used
with zero/black color.
currently implemented file type conversions:
- PNG->JPG
+ PNG->JPG
'''
colorspace = teximage.colorspace_settings.name
teximage.colorspace_settings.name = 'Non-Color'