jayanam / bl_ui_widgets

UI Widgets for Blender 2.8
GNU General Public License v3.0
150 stars 38 forks source link

Ability to disable/enable widgets #11

Closed vilemduha closed 3 years ago

vilemduha commented 3 years ago

need to show/hide widgets during operator run, or be able to re-define the layout dynamically.

jayanam commented 3 years ago

Please add separate issue for layout re-defintion. For the main issue I will add a new method or property

visible : bool

vilemduha commented 3 years ago

Think this can be closed, since .visible was introduced? - Thanks for your support, appreciate it a lot.

jayanam commented 3 years ago

Visible property added