Skip to content

Commit

Permalink
HIH -> HOUDINI_USER_PREF_DIR qLab#1460 (main menu item + help page)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyquest committed Sep 20, 2024
1 parent 37b05d7 commit e7e3f10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions MainMenuCommon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ import qlibutils; qlibutils.open_hda_dirs()]]>

<separatorItem />

<scriptItem id="h.ql_browse_HIH_root">
<label>$HIH: User Config Files...</label>
<scriptItem id="h.ql_browse_user_pref_dir">
<label>$HOUDINI_USER_PREF_DIR: User Config Files...</label>
<scriptCode><![CDATA[
import qlibutils; qlibutils.open_dir(env="HIH")]]>
import qlibutils; qlibutils.open_dir(env="HOUDINI_USER_PREF_DIR")]]>
</scriptCode>
</scriptItem>

Expand Down
2 changes: 1 addition & 1 deletion help/qlib/mainmenu/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Open in File Browser:
Opens the folder(s) that contain the definitions
of the currently selected HDAs or complied plug-in DSOs (DLLs).

$HIH: User Config Files...:
$HOUDINI_USER_PREF_DIR: User Config Files...:
Opens the user's preferences folder
(usually called _houdiniXX.X_).

Expand Down

0 comments on commit e7e3f10

Please sign in to comment.