select_panel icon indicating copy to clipboard operation
select_panel copied to clipboard

Optimize logic

Open xdanielc opened this issue 2 years ago • 0 comments

Right now the function for checking if a operator exists is run inside the draw function, there should be a better method that checks for that at register time. Using "op_name" in dir(bpy.ops.category) there will be better suited and won't need any helper function.

xdanielc avatar Nov 13 '21 16:11 xdanielc