We should try to avoid duplicating the logic in
cdt_to_mesh
. A better approach is probably creating the mesh, then filling each slice corresponding to a CDT result. Then the 1 mesh case is…
This can have a special case for
curve_group_ids.is_single()
to avoid building selections.
Yeah, that had seemed like too much of a corner case to be worth adding special handling for, but…
@braverabbit If you want to insulate your code from device order changes/inconsistency, you could loop over all of the devices and set use
automatically based on type
:
for device in…
I can confirm the described behavior as of the latest 4.0.0 Beta build.
After verifying it using the exact steps originally described, I experimented a bit and found a slightly simpler way to…
I think is_shade_smooth.rst
should also be renamed to is_face_smooth.rst
, but I held off on doing that because I see that [the docs say to check with an admin if you think something needs to…