Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeffii/blenderbooleanpush
Uses blenders booleans to perform a Extrude/Push without cleanup.
https://github.com/zeffii/blenderbooleanpush
Last synced: about 1 month ago
JSON representation
Uses blenders booleans to perform a Extrude/Push without cleanup.
- Host: GitHub
- URL: https://github.com/zeffii/blenderbooleanpush
- Owner: zeffii
- Created: 2015-05-16T07:05:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-16T15:08:18.000Z (over 9 years ago)
- Last Synced: 2023-03-13T11:54:38.778Z (over 1 year ago)
- Language: Python
- Size: 164 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BlenderBooleanPush
Uses blenders booleans to perform a Extrude/Push without cleanup.### Status
Yes, at the moment this is a massive kludge
- [x] auto remove modifier if not applied
- [x] view rotation passthrough (only zoom)
- [x] removed sverchok dependency (https://github.com/nortikin/sverchok/blob/master/utils/sv_bmesh_utils.py)
- [X] implemented ctrl+enter to apply
- [x] remove doubles needed
- [x] implemented (ctrl) left_array, right_arrow , ctrl=8 times faster
- doesn't update in realtime as slider moves, only once stationary
- not implemented mouse x,y position as distance instead of sliders
- not implemented multiface selection, join faces if not islands.. else gather face data separatelyThis will depend on feedback, if noone uses it except me then it won't likely progress, but if there's feedback and perhaps contributions then who knows.