Bool Tool: New options (Arrange modifier, Show expanded) #104907

Open
kwiatek_123 wants to merge 1 commits from kwiatek_123/blender-addons:kwiatek_123-object_boolean_tools into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
First-time contributor

I added the Options section to the menu with the choice of Auto Boolean or Brush Boolean. There are two checkboxes in it:

  • Arrange modifier - Sets the newly added modifier under the nearest higher boolean
  • Show expanded - Whether the newly added modifier should be expanded or not

A person with the discord nickname rutek_jestem asked me to add such options to the addon, because he uses booleans very often when modeling and in 90% of cases he needs to move the recently added boolean to the previous modifiers in the hierarchy. Additionally, auto-hiding the modifier is helpful when using multiple modifiers.

I added the `Options` section to the menu with the choice of Auto Boolean or Brush Boolean. There are two checkboxes in it: - Arrange modifier - Sets the newly added modifier under the nearest higher boolean - Show expanded - Whether the newly added modifier should be expanded or not A person with the discord nickname `rutek_jestem` asked me to add such options to the addon, because he uses booleans very often when modeling and in 90% of cases he needs to move the recently added boolean to the previous modifiers in the hierarchy. Additionally, auto-hiding the modifier is helpful when using multiple modifiers.
kwiatek_123 added 1 commit 2023-09-23 13:30:42 +02:00
448d63d1c2 New options
Two options have been added to the boolean selection menu:
`Arrange modifier` and `Show expanded`
Merge conflict checking is in progress. Try again in few moments.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u kwiatek_123-object_boolean_tools:kwiatek_123-kwiatek_123-object_boolean_tools
git checkout kwiatek_123-kwiatek_123-object_boolean_tools
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#104907
No description provided.