2.5: remove user preferences to always snap for translate/rotate/scale,

with new behavior of the snap setting in the 3d view these are no longer
necessary.
This commit is contained in:
2010-07-12 11:17:42 +00:00
parent fa39db2441
commit 41a6602547
4 changed files with 4 additions and 37 deletions

View File

@@ -280,13 +280,6 @@ class USERPREF_PT_edit(bpy.types.Panel):
row.separator()
col = row.column()
col.label(text="Snap:")
col.prop(edit, "snap_translate", text="Translate")
col.prop(edit, "snap_rotate", text="Rotate")
col.prop(edit, "snap_scale", text="Scale")
col.separator()
col.separator()
col.separator()
col.label(text="Grease Pencil:")
col.prop(edit, "grease_pencil_manhattan_distance", text="Manhattan Distance")
col.prop(edit, "grease_pencil_euclidean_distance", text="Euclidean Distance")