patch [#24577] MESH_OT_noise. Adds missing 2.4x noise vertex displace functionality.

from Dan Eicher (dna) 

Also added a factor option so you can adjust the amount of noise applied.
This commit is contained in:
Campbell Barton
2010-11-07 03:56:58 +00:00
parent e764868741
commit 231cceaa46
4 changed files with 54 additions and 22 deletions

View File

@@ -96,6 +96,7 @@ class VIEW3D_PT_tools_meshedit(View3DPanel, bpy.types.Panel):
col.label(text="Deform:")
col.operator("transform.edge_slide")
col.operator("mesh.rip_move")
col.operator("mesh.noise")
col.operator("mesh.vertices_smooth")
col = layout.column(align=True)