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:
authorJimmy Hazevoet <jimhazevoet@gmail.com>2017-07-12 04:07:50 +0300
committermeta-androcto <meta.androcto1@gmail.com>2017-07-12 04:07:50 +0300
commit1fd6f67b33414c0db101255f61df30cf6de1e471 (patch)
tree6f473d35d8caa83414f7f28000974372c5d2595a /presets
parent8a3e171dabe636e089ed1f7beb2c09a101ab2afb (diff)
ant landscape: fix regeneration
Diffstat (limited to 'presets')
-rw-r--r--presets/operator/mesh.landscape_add/canion.py26
-rw-r--r--presets/operator/mesh.landscape_add/tech_effect.py4
-rw-r--r--presets/operator/mesh.landscape_add/vulcano.py20
3 files changed, 25 insertions, 25 deletions
diff --git a/presets/operator/mesh.landscape_add/canion.py b/presets/operator/mesh.landscape_add/canion.py
index 1debf9a9..1d63470c 100644
--- a/presets/operator/mesh.landscape_add/canion.py
+++ b/presets/operator/mesh.landscape_add/canion.py
@@ -9,14 +9,14 @@ op.at_cursor = True
op.smooth_mesh = True
op.tri_face = False
op.sphere_mesh = False
-op.subdivision_x = 128
-op.subdivision_y = 128
+op.subdivision_x = 200
+op.subdivision_y = 200
op.mesh_size = 2.0
op.mesh_size_x = 2.0
op.mesh_size_y = 2.0
op.random_seed = 5
op.noise_offset_x = 0.0
-op.noise_offset_y = 0.0
+op.noise_offset_y = -0.25
op.noise_offset_z = 0.0
op.noise_size_x = 1.0
op.noise_size_y = 1.25
@@ -41,19 +41,19 @@ op.height = 0.6000000238418579
op.height_invert = False
op.height_offset = 0.0
op.fx_mixfactor = 0.0
-op.fx_mix_mode = '0'
-op.fx_type = '0'
+op.fx_mix_mode = '8'
+op.fx_type = '20'
op.fx_bias = '0'
op.fx_turb = 0.0
-op.fx_depth = 0
+op.fx_depth = 3
op.fx_amplitude = 0.5
-op.fx_frequency = 2.0
-op.fx_size = 1.0
-op.fx_loc_x = 0.0
-op.fx_loc_y = 0.0
-op.fx_height = 0.5
+op.fx_frequency = 1.649999976158142
+op.fx_size = 1.5
+op.fx_loc_x = 3.0
+op.fx_loc_y = 2.0
+op.fx_height = 0.25
op.fx_invert = False
-op.fx_offset = 0.0
+op.fx_offset = 0.05000000074505806
op.edge_falloff = '2'
op.falloff_x = 4.0
op.falloff_y = 4.0
@@ -61,7 +61,7 @@ op.edge_level = 0.15000000596046448
op.maximum = 0.5
op.minimum = -0.20000000298023224
op.vert_group = ''
-op.strata = 4.0
+op.strata = 6.0
op.strata_type = '2'
op.water_plane = False
op.water_level = 0.009999999776482582
diff --git a/presets/operator/mesh.landscape_add/tech_effect.py b/presets/operator/mesh.landscape_add/tech_effect.py
index 96785f5f..03c282c8 100644
--- a/presets/operator/mesh.landscape_add/tech_effect.py
+++ b/presets/operator/mesh.landscape_add/tech_effect.py
@@ -34,7 +34,7 @@ op.dimension = 1.0
op.lacunarity = 2.0
op.offset = 1.0
op.gain = 1.0
-op.marble_bias = '1'
+op.marble_bias = '2'
op.marble_sharp = '3'
op.marble_shape = '7'
op.height = 1.0
@@ -62,7 +62,7 @@ op.maximum = 1.0
op.minimum = -1.0
op.vert_group = ''
op.strata = 9.0
-op.strata_type = '3'
+op.strata_type = '0'
op.water_plane = False
op.water_level = 0.009999999776482582
op.remove_double = False
diff --git a/presets/operator/mesh.landscape_add/vulcano.py b/presets/operator/mesh.landscape_add/vulcano.py
index a5929b4f..e5c3de29 100644
--- a/presets/operator/mesh.landscape_add/vulcano.py
+++ b/presets/operator/mesh.landscape_add/vulcano.py
@@ -37,23 +37,23 @@ op.gain = 2.0
op.marble_bias = '2'
op.marble_sharp = '3'
op.marble_shape = '1'
-op.height = 0.800000011920929
+op.height = 0.6000000238418579
op.height_invert = False
op.height_offset = 0.0
op.fx_mixfactor = 0.0
-op.fx_mix_mode = '0'
-op.fx_type = '0'
+op.fx_mix_mode = '1'
+op.fx_type = '14'
op.fx_bias = '0'
-op.fx_turb = 0.0
-op.fx_depth = 0
-op.fx_amplitude = 0.5
+op.fx_turb = 0.5
+op.fx_depth = 2
+op.fx_amplitude = 0.3799999952316284
op.fx_frequency = 1.5
-op.fx_size = 1.0
-op.fx_loc_x = 0.0
-op.fx_loc_y = 0.0
+op.fx_size = 1.1500000953674316
+op.fx_loc_x = -1.0
+op.fx_loc_y = 1.0
op.fx_height = 0.5
op.fx_invert = False
-op.fx_offset = 0.0
+op.fx_offset = 0.05999999865889549
op.edge_falloff = '3'
op.falloff_x = 2.0
op.falloff_y = 2.0