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/billow.py')
-rw-r--r--presets/operator/mesh.landscape_add/billow.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/presets/operator/mesh.landscape_add/billow.py b/presets/operator/mesh.landscape_add/billow.py
index bc63a042..f77bc463 100644
--- a/presets/operator/mesh.landscape_add/billow.py
+++ b/presets/operator/mesh.landscape_add/billow.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 = 'turbulence_vector'
-op.basis_type = '2'
-op.vl_basis_type = '0'
+op.basis_type = 'PERLIN_NEW'
+op.vl_basis_type = 'BLENDER'
op.distortion = 1.0
op.hard_noise = '1'
op.noise_depth = 7