import bpy op = bpy.context.active_operator op.ant_terrain_name = 'Landscape' op.land_material = '' op.water_material = '' op.texture_block = '' 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.mesh_size = 2.0 op.mesh_size_x = 2.0 op.mesh_size_y = 2.0 op.random_seed = 8 op.noise_offset_x = 0.0 op.noise_offset_y = 0.0 op.noise_offset_z = 0.0 op.noise_size_x = 1.0 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 = 'VORONOI_F1' op.vl_basis_type = 'BLENDER' op.distortion = 1.0 op.hard_noise = '1' op.noise_depth = 8 op.amplitude = 0.44999998807907104 op.frequency = 1.75 op.dimension = 1.0 op.lacunarity = 2.0 op.offset = 0.8999999761581421 op.gain = 2.0 op.marble_bias = '0' op.marble_sharp = '0' op.marble_shape = '0' op.height = 0.5 op.height_invert = False op.height_offset = -0.25 op.fx_mixfactor = 0.0 op.fx_mix_mode = '0' op.fx_type = '0' op.fx_bias = '0' op.fx_turb = 0.0 op.fx_depth = 0 op.fx_amplitude = 0.5 op.fx_frequency = 1.5 op.fx_size = 1.0 op.fx_loc_x = 0.0 op.fx_loc_y = 0.0 op.fx_height = 0.5 op.fx_invert = False op.fx_offset = 0.0 op.edge_falloff = '3' op.falloff_x = 3.0 op.falloff_y = 3.0 op.edge_level = 0.0 op.maximum = 1.0 op.minimum = -0.10000000149011612 op.vert_group = '' op.strata = 5.0 op.strata_type = '0' op.water_plane = True op.water_level = -0.029999999329447746 op.remove_double = False op.show_main_settings = True op.show_noise_settings = True op.show_displace_settings = True op.refresh = True op.auto_refresh = True