Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'presets/operator/mesh.landscape_add/volcano.py')
-rw-r--r--presets/operator/mesh.landscape_add/volcano.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/presets/operator/mesh.landscape_add/volcano.py b/presets/operator/mesh.landscape_add/volcano.py
index e5c3de29..5f52e048 100644
--- a/presets/operator/mesh.landscape_add/volcano.py
+++ b/presets/operator/mesh.landscape_add/volcano.py
@@ -23,8 +23,8 @@ op.noise_size_y = 1.0
op.noise_size_z = 1.0
op.noise_size = 1.0
op.noise_type = 'marble_noise'
-op.basis_type = '0'
-op.vl_basis_type = '1'
+op.basis_type = 'BLENDER'
+op.vl_basis_type = 'PERLIN_ORIGINAL'
op.distortion = 1.5
op.hard_noise = '0'
op.noise_depth = 8