Skip to content

Commit

Permalink
UI Changes, mouseover context filter.
Browse files Browse the repository at this point in the history
  • Loading branch information
instance-id committed Mar 4, 2020
1 parent 09ded44 commit 23afdca
Show file tree
Hide file tree
Showing 5 changed files with 265 additions and 94 deletions.
5 changes: 4 additions & 1 deletion scripts/python/searcher/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ def getcontexts(r, context_symbol, root):
class Databases(object):
def __init__(self):
self.a = 1
# self.settingdata = settings
# if self.settingdata[0]:
# db = SqliteExtDatabase(':memory:')

# region --------------------------------------------------- Retrieve
def getchangeindex(self):
Expand Down Expand Up @@ -244,6 +247,6 @@ def cleardatabase(self):
return result
except(AttributeError, TypeError) as e:
hou.ui.setStatusMessage(
("Could not update Searcher temp hotkey: " + str(e)),
("Could not update Searcher temp hotkey: " + str(e)),
severity=hou.severityType.Error
)
Loading

0 comments on commit 23afdca

Please sign in to comment.