def draw(self, context):
layout = self.layout
element = context.scene
# Restore cursor in case of unhandled Exception
w = context.window_manager.windows[0]
w.cursor_modal_restore()
# Panel
self.bf_namelist(element).draw(context, layout)
# Other operators
row = layout.row()
row.operator("scene.bf_restore_all_tmp_objects")
row.operator("scene.bf_show_fds_code", text="Show FDS Code")
row.operator("scene.bf_props_to_scene", text="Copy To")
评论列表
文章目录