Skip to content
Snippets Groups Projects
Commit 80477b28 authored by Aaron Carlisle's avatar Aaron Carlisle
Browse files

Cleanup: Greyscale --> Grayscale

parent ff8ef5cb
No related branches found
No related tags found
No related merge requests found
...@@ -434,7 +434,7 @@ class CyclesShaderWrapper(): ...@@ -434,7 +434,7 @@ class CyclesShaderWrapper():
node = self.node_mix_color_alpha node = self.node_mix_color_alpha
# note: use_alpha may need to be configurable # note: use_alpha may need to be configurable
# its not always the case that alpha channels use the image alpha # its not always the case that alpha channels use the image alpha
# a greyscale image may also be used. # a grayscale image may also be used.
self.node_image_alpha = ( self.node_image_alpha = (
self._image_create_helper(image, node, (node.inputs["Color2"],), use_alpha=True)) self._image_create_helper(image, node, (node.inputs["Color2"],), use_alpha=True))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment