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

Conversation

SpectralVectors
Copy link

Mesh Extrude

MeshExtrude
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 'Extrude Sketch' Solidify modifier, and creates one if it doesn't exist.

Boolean Convert type

BooleanConvert
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.

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.
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.

None yet

1 participant