Skip to content

Commit

Permalink
minor doc corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchange committed Dec 16, 2023
1 parent d629242 commit 4a8ccbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions material_maker/doc/node_3d_texture_blend.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Blend node
~~~~~~~~~~

The **Blend** node blends two or more 3D texture using an optional opacity. It performs a blend operation
The **Blend** node blends two or more 3D textures using an optional opacity. It performs a blend operation
defined by the blend mode between the inputs, and mixes the result with the background input
using the opacity (defines by the *opacity* parameter, or the optional greyscale input).

Expand All @@ -17,7 +17,7 @@ The **Blend** node accepts three inputs:

* The second input is the first layer.

* The third input is an optional mask that will be use instead of the opacity parameter.
* The third input is an optional mask that will be used instead of the opacity parameter.

This node is variadic, and more layers and associated masks can be added.

Expand Down

0 comments on commit 4a8ccbf

Please sign in to comment.