UI: Add Placement Settings to the Options popover #107854

Open
Germano Cavalcante wants to merge 9 commits from mano-wii/blender:snap_menu_placement into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c82be7839f - Show all commits

View File

@ -154,7 +154,7 @@ class VIEW3D_PT_tools_object_options_dragdrop(View3DPanel, Panel):
layout.use_property_split = True
layout.use_property_decorate = False
col = layout.column(align=True)
col = layout.column(align=False)
col.prop(tool_settings, "plane_depth", text="Depth")
col.prop(tool_settings, "plane_orientation")
col.prop(tool_settings, "snap_elements_tool")