add keywords for all nodes
This commit is contained in:
@@ -39,9 +39,10 @@ class DisplacementField:
|
||||
"Distort an image using synthetic displacement fields. "
|
||||
"Supports 1D Gaussian (row-correlated), 2D Gaussian (fully correlated), "
|
||||
"and tear (random horizontal tear lines) distortion modes. "
|
||||
"Equivalent to Gwyddion's displfield.c module."
|
||||
)
|
||||
|
||||
KEYWORDS = ("distortion", "warp", "tear")
|
||||
|
||||
def process(
|
||||
self,
|
||||
field: DataField,
|
||||
|
||||
Reference in New Issue
Block a user