Skip to content

Commit

Permalink
update readme about distort_extent
Browse files Browse the repository at this point in the history
Signed-off-by: Mabel Zhang <[email protected]>
  • Loading branch information
mabelzhang committed Jul 12, 2022
1 parent 7dc4381 commit d5acd69
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tutorials/blender_distort_meshes.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ For the latest arguments, see the script itself.
or the prefix of the name if it contains automatically generated suffixes like
`.001`, `.002`, etc. Blender automatically appends numerical suffixes if the
script is repeatedly run.
- `distort_extent`: A floating point number in the range of [0, 1]
- `distort_extent`: A floating point number in the range of [0, 1]. This number
may need tuning depending on the object model. If using `vert_rand` method,
you may want to tune `VERT_RAND_MIN` and `VERT_RAND_MAX` to the model.
- `method`: A list of strings. Distortion operations, in order of desired
execution.

Expand Down

0 comments on commit d5acd69

Please sign in to comment.