Allow cutting features to exist without error if they don't cut anything
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a dynamic box I am creating where the width / length are variable. I have a sweep around the perimeter to clean things up if the width / length is a fractional unit. If the width is a whole number, then the sweep has nothing to cut and thus shows a warning in the timeline.
I've attached the project. If you go into params and change width from 7.5 to 8, you'll see the warning appear.
The same would be desired for extrusions with 0 length. Sometimes I want an extrusion to be conditional based on a parameter. since there's no way to suppress conditionally, being able to set the value to 0 without warning would be great too.