update for recent RNA change

This commit is contained in:
Campbell Barton 2012-05-06 13:41:27 +00:00
parent 3d8e58751c
commit fbf06d0f5d

@ -145,10 +145,10 @@ class VIEW3D_PT_tools_meshedit(View3DPanel, Panel):
row = col.row(align=True)
props = row.operator("mesh.knife_tool", text="Knife")
props.use_occlude_geometry = True
props.only_select = False
props.only_selected = False
props = row.operator("mesh.knife_tool", text="Select")
props.use_occlude_geometry = False
props.only_select = True
props.only_selected = True
col = layout.column(align=True)
col.label(text="Remove:")