I have 20.5 installed on both PC and Mac but am unable to see recipes on Mac. The utility seems to be missing at least as far as I can tell.
is anyone else having this issue? am I perhaps missing a simple step to make recipes available on Mac?
thanks!
Recipes on Mac
376 3 0- Shy1
- Member
- 27 posts
- Joined: 3月 2024
- Offline
- ubcsdelta
- Member
- 12 posts
- Joined: 4月 2014
- Offline
- Shy1
- Member
- 27 posts
- Joined: 3月 2024
- Offline
- ubcsdelta
- Member
- 12 posts
- Joined: 4月 2014
- Offline
If the menu item is missing then unfortunately have no idea.
If you're saving recipes to $HIP/otls than it might be helpful to add a project path to hpath
The most convenient way is thorough package file. You can run this snippet in your terminal while replacing <VALUES_IN_BRACKETS> to those relevant to your config
echo \
'
{
"hpath": [
{
"value": "<PROJECT_PATH>",
"method": "append"
}
]
}
' \
> /Users/<USER_NAME>/Library/Preferences/houdini/20.5/packages/<PROJECT_NAME>.json
If you're saving recipes to $HIP/otls than it might be helpful to add a project path to hpath
The most convenient way is thorough package file. You can run this snippet in your terminal while replacing <VALUES_IN_BRACKETS> to those relevant to your config
echo \
'
{
"hpath": [
{
"value": "<PROJECT_PATH>",
"method": "append"
}
]
}
' \
> /Users/<USER_NAME>/Library/Preferences/houdini/20.5/packages/<PROJECT_NAME>.json
Edited by ubcsdelta - 2024年10月29日 05:20:00
-
- Quick Links