venturial icon indicating copy to clipboard operation
venturial copied to clipboard

design violation: user_mode_view should be separated from models via a controller or must have indirect model imports.

Open rajdeepadak opened this issue 3 years ago • 1 comments

All operator logic is placed within models. A model (containing the logic) can be called by a controller when a user interacts with a view item. Therefore, header menu operators and panel views should be separated from user mode view.

rajdeepadak avatar Jan 27 '23 10:01 rajdeepadak

Implemented a callback controller to blockmesh related layout categories with issue #6.

rajdeepadak avatar Feb 04 '23 13:02 rajdeepadak