Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

append threshold parameter to N-panel. #4817

Merged
merged 2 commits into from
Dec 15, 2022

Conversation

satabol
Copy link
Collaborator

@satabol satabol commented Dec 13, 2022

Windows 11, Blender 3.3.1, Sverchok-master

Some glitches happens. Example with no fill:

image

They appears in situations when vertices are very close. But minimal distance is hardcoded in function:

res = bmesh.ops.bisect_plane(
bm, geom=geom_in, dist=0.00001,
plane_co=pp, plane_no=pno, use_snap_center=False,
clear_outer=outer, clear_inner=inner)

image

So I append threshold parameter to the N-panel:
image

if set threshold to zero then glitches disappear and bisect fill holes good:
image

@satabol satabol merged commit 24cbc52 into master Dec 15, 2022
@satabol satabol deleted the cad_bisect_append_threshold_to_UI_N_panel branch December 15, 2022 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants