backtick shortcut in scene context
2092
2
0
-
- artzor
- 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.
-
- edward
- Member
- 7871 posts
- Joined: July 2005
- Online
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.
-
- artzor
- 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.