Explicitly specify Fast solver for Bool Tool Slice operation to retain expected results #104755

Open
anson-liu wants to merge 3 commits from anson-liu/blender-addons:booltool-solver into main

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

Blender now defaults to Exact instead of Fast solver for boolean modifiers. As a result, Slice operation in booltool does not work correctly.

This PR sets the solver for Slice to Fast to get the expected slicing behavior again. This fixes blender/blender#108953

Blender now defaults to Exact instead of Fast solver for boolean modifiers. As a result, Slice operation in booltool does not work correctly. This PR sets the solver for Slice to Fast to get the expected slicing behavior again. This fixes https://projects.blender.org/blender/blender/issues/108953
anson-liu added 3 commits 2023-07-17 02:44:20 +02:00
7e16a78bbf Update booltool solver to Fast
Blender now defaults to Exact instead of Fast solver for boolean modifiers and Slice operation in booltool does not work correctly. This sets to solver to Fast to get the expected slicing behavior again.
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u booltool-solver:anson-liu-booltool-solver
git checkout anson-liu-booltool-solver
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#104755
No description provided.