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

Mesh Extrude, Boolean Convert type #460

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Apr 16, 2024

  1. Mesh extrude, Boolean mode

    Added an option to 'Extrude' a 3rd dimension to sketches when converting to meshes. 
    This adds a Solidify modifier automatically and fills in the 'Depth' and 'Offset' from sketch properties `extrude_depth` and `extrude_offset`
    It first checks for and adjusts the existing Solidify modifier, and creates one if it doesn't exist.
    
    Added a 4th conversion mode to the `update_convertor_geometry` function - Boolean
    This will convert to mesh, and allows for the new 'Extrude', but also sets the viewport display to 'Bounds' and allows you to specify the target object you wish to cut, automatically applying a Boolean modifier to the target, and selecting your current sketch as the cutter object.
    SpectralVectors committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    bbb3e5b View commit details
    Browse the repository at this point in the history