You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,6 +145,16 @@ Copy the value of the 'Src' channel to the uv layer in the 'Dst' layer.
145
145
## Misc Operations
146
146
The 'Misc Operations' section contains features unrelated to the main features of the addon.
147
147
148
+
### Blur Channel Values
149
+
Blurs the values of all the vertices in the mesh to smooth them out. It uses the smooth weights function available in weight paint mode, but allows it to be used interactively on vertex color channel data.
150
+
__Note__: This feature is currently only available when a channel has been isolated.
151
+
152
+
+__Factor__ (0.5) - The amount of blur to apply.
153
+
154
+
+__Iterations__ (1) - The number of times to apply the blur. Increasing this will result in a smoother blur.
155
+
156
+
+__Expand/Contract__ (0.0) - Use this to adjust the balance of dark/light values as the blur is applied. It is similar to brightness/contrast adjustment, or the remap operator.
157
+
148
158
### Randomize Mesh Island Colors
149
159
All separate parts of a mesh (islands), will be assigned random colors based on various randomization parameters.
0 commit comments