def draw(self, context):
layout = self.layout
element = context.active_object
# Restore cursor in case of unhandled Exception
w = context.window_manager.windows[0]
w.cursor_modal_restore()
# Panel
layout.operator("object.bf_hide_fds_geometry_from_tmp")
### Material panel
评论列表
文章目录