SYMBOL INDEX (20 symbols across 6 files) FILE: .vscode/.ropeproject/config.py function set_prefs (line 5) | def set_prefs(prefs): function project_opened (line 112) | def project_opened(project): FILE: bex_export.py class BatEx_Export (line 6) | class BatEx_Export: method __init__ (line 8) | def __init__(self, context): method do_center (line 23) | def do_center(self, obj): method remove_materials (line 31) | def remove_materials(self, obj): method restore_materials (line 61) | def restore_materials(self, obj): method do_export (line 84) | def do_export(self): FILE: bex_folder_op.py class BATEX_OT_OpenFolder (line 5) | class BATEX_OT_OpenFolder(Operator): method execute (line 12) | def execute(self, context): FILE: bex_op.py class BATEX_OT_Operator (line 7) | class BATEX_OT_Operator(Operator): method execute (line 13) | def execute(self, context): FILE: bex_panel.py class BATEX_PT_Panel (line 4) | class BATEX_PT_Panel(Panel): method draw (line 10) | def draw(self, context): FILE: bex_utils.py function get_object_loc (line 4) | def get_object_loc(obj): function set_object_to_loc (line 8) | def set_object_to_loc(obj, loc): function get_children (line 11) | def get_children(obj): function get_cursor_loc (line 18) | def get_cursor_loc(context): function selected_to_cursor (line 21) | def selected_to_cursor(): function set_cursor_loc (line 24) | def set_cursor_loc(context, loc : tuple):