Bool Tool Addon (Promote: Addons Release) #48309

Closed
opened 2016-04-29 12:00:30 +02:00 by Brendon Murphy · 15 comments
Member

Working maintained version of bool tool.
http://blenderartists.org/forum/showthread.php?336498-BoolTool-0-2

This popular well designed, well documented addon will now be developed in addons_contrib.
Based entirely on code by @vitorbalbio-3 & updates by @JoseConseco
The contrib version will be the development version & currently is the only working version.
Current working version by meta-androcto.
(removed bmesh boolean references until it comes back, renaming, clean up.)

File: object_bool_tool.py

Note: this file will replace: https://developer.blender.org/diffusion/BAC/browse/master/object_booleans.py

Update:
Now in addons contrib: https://developer.blender.org/diffusion/BAC/browse/master/object_boolean_tools.py
Promoting for inclusion in 2.78

Working maintained version of bool tool. http://blenderartists.org/forum/showthread.php?336498-BoolTool-0-2 This popular well designed, well documented addon will now be developed in addons_contrib. Based entirely on code by @vitorbalbio-3 & updates by @JoseConseco The contrib version will be the development version & currently is the only working version. Current working version by meta-androcto. (removed bmesh boolean references until it comes back, renaming, clean up.) File: [object_bool_tool.py](https://archive.blender.org/developer/F307962/object_bool_tool.py) Note: this file will replace: https://developer.blender.org/diffusion/BAC/browse/master/object_booleans.py **Update:** Now in addons contrib: https://developer.blender.org/diffusion/BAC/browse/master/object_boolean_tools.py Promoting for inclusion in 2.78
Author
Member

Changed status to: 'Open'

Changed status to: 'Open'
Brendon Murphy self-assigned this 2016-04-29 12:00:30 +02:00
Author
Member
Added subscribers: @BrendonMurphy, @JoseConseco, @vitorbalbio-3
Author
Member

Added subscriber: @MikhailRachinskiy

Added subscriber: @MikhailRachinskiy
Author
Member

Added subscriber: @tynkatopi

Added subscriber: @tynkatopi
Author
Member

just adding my to do here:
add show/hide bool objects by @tynkatopi
replace direct menu operators with booltron operators by @MikhailRachinskiy
map direct operators to hotkey ctrl/shift/b
remove existing direct operator hotkeys

just adding my to do here: add show/hide bool objects by @tynkatopi replace direct menu operators with booltron operators by @MikhailRachinskiy map direct operators to hotkey ctrl/shift/b remove existing direct operator hotkeys
Author
Member

update:
add show/hide bool objects
replace direct menu operators with booltron operators
remove existing direct operator hotkeys & replace with ctrl/shift/b
fix grease pencil error
revert file name to BoolTool.py
consistent menu's & icons

File:BoolTool.py

Thanks @tynkatopi for testing

update: add show/hide bool objects replace direct menu operators with booltron operators remove existing direct operator hotkeys & replace with ctrl/shift/b fix grease pencil error revert file name to BoolTool.py consistent menu's & icons File:[BoolTool.py](https://archive.blender.org/developer/F308210/BoolTool.py) Thanks @tynkatopi for testing
Author
Member

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Author
Member

committed blender/blender-addons-contrib@a395b21304
closing as resolved

committed blender/blender-addons-contrib@a395b21304 closing as resolved
Brendon Murphy changed title from Bool Tool Addon (Contrib) to Bool Tool Addon (Promote: Addons Release) 2016-07-06 05:28:54 +02:00
Author
Member

Changed status from 'Resolved' to: 'Open'

Changed status from 'Resolved' to: 'Open'
Author
Member
link to contrib: https://developer.blender.org/diffusion/BAC/browse/master/object_boolean_tools.py

Added subscriber: @ideasman42

Added subscriber: @ideasman42

Generally seems fine, noted one error.

  • Accessing poly-brush from the menu fails wm_operator_invoke: invalid operator call 'BTOOL_OT_draw_polybrush'.
Generally seems fine, noted one error. - Accessing poly-brush from the menu fails `wm_operator_invoke: invalid operator call 'BTOOL_OT_draw_polybrush'`.
Author
Member

simple fix for operator error, removed from menu, not sure why that failed, but original design was to run this modal from the panel.
added :change tabs category to addons preferences, imo this should be mandatory for all panel addons.
Thanks

simple fix for operator error, removed from menu, not sure why that failed, but original design was to run this modal from the panel. added :change tabs category to addons preferences, imo this should be mandatory for all panel addons. Thanks
Author
Member

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Author
Member

Committed, Closing as resolved.
thanks @vitorbalbio-3 @MikhailRachinskiy @ideasman42

Committed, Closing as resolved. thanks @vitorbalbio-3 @MikhailRachinskiy @ideasman42
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#48309
No description provided.