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
489 stars 54 forks source link

BUG: The toolbars for "Array" and "Circular array" do not disappear when we turn off the mode #44

Open raindropsfromsky opened 5 years ago

raindropsfromsky commented 5 years ago

If we press either the "Array" and "Circular array" button, a toolbar appears in the editor area. But if we click on the same button, the mode should be toggled off. But this does not happen: The toolbar remains active on screen, and does not disappear.

At this time, if we select another function (e.g. "Circular array"), we see yet another toolbar.

In fact, I pressed the function twice, and got two copies of the toolbars, as shown below!

image

Desired: When we click the same button, the toolbar should be toggled off.