jayanam / fast-carve

Hardsurface utility Blender addon for fast boolean and bevel operations (it's now JMesh tools : https://github.com/jayanam/jmesh-tools)
https://www.youtube.com/watch?v=Con5uMDwRQ0&list=PLboXykqtm8dxZxhA1P-iyy_vpis04Hyem
GNU General Public License v3.0
488 stars 54 forks source link

Add the buttons to the main toolbar of Blender #43

Open raindropsfromsky opened 5 years ago

raindropsfromsky commented 5 years ago

The GUI of the FastCarve addon contains many controls that can only be described as "buttons".

But each of them occupies the entire width of the addon's GUI, as shown below: image

Their proper place is in the toolbar pane of Blender.

Here's an example from another addon called "Snap Utilities line" (link). image

Desired: Please add a separate group of buttons to the toolbar of Blender.

raindropsfromsky commented 5 years ago

BTW if it is not possible to create a toolbar section in the main GUI of Blender, then these buttons should be created in the addon's own GUI. But at any cost, each "full-width bar" should be converted into a button with a distinct artwork.

The label can be accommodated in the tooltip, so the user knows what functionality to get from each button.