backtick shortcut in scene context

   2050   2   0
User Avatar
Member
47 posts
Joined: Dec. 2008
Offline
hi all,

so from the hscript tutorials i learnt that the backtick or tilde key is a shortcut to insert geometry at from the scene level…

does this key run a script or is it editable in some way? i'd like to tweak it a little….

thanks!
to a man with only a hammer every problem looks like a nail.
User Avatar
Member
7855 posts
Joined: July 2005
Offline
Are you talking about the backtick key while in the Network View pane? If so, then it runs
soptoolutils.chooseAndOpenGeoFile({}, False)

I think the code is in $HH/python/soptoolutils.py. You can probably monkey patch it via your $HOME/houdini/scripts/python/pythonrc.py file.
User Avatar
Member
47 posts
Joined: Dec. 2008
Offline
yes, that's it

i'll have a look into the python, thanks
to a man with only a hammer every problem looks like a nail.
  • Quick Links