Metahuman in H22

   818   4   0
User Avatar
Member
295 posts
Joined: Aug. 2017
Offline
Is Metahuman (1.3.0) working for anybody in H22?. I see the MetaHuman menue at the top, but I don't have any Metahuman nodes.
User Avatar
Member
1 posts
Joined: Jan. 2023
Offline
You can manually edit the following files in packages folder:

In MetaHumanForHoudini\lib\mh_hou_groom_tools\1.0.1\package\mh_hou_groom_tools.json
change:
"houdini_version == '20.5' or houdini_version == '21.0'"
to:
"houdini_version == '20.5' or houdini_version == '21.0' or houdini_version == '22.0'"

In MetaHumanForHoudini\package\mh4h.json
change:
"houdini_version == '20.5' or houdini_version == '21.0'"
to:
"houdini_version == '20.5' or houdini_version == '21.0' or houdini_version == '22.0'"

MetaHumanForHoudini\package\mh4h\plugin\plugin_info.json
change:
"Supported": [
        "houdini-20.5.684",
        "houdini-21.0.700",
        "python-3.11.9"
    ],
to:
"Supported": [
        "houdini-20.5.684",
        "houdini-21.0.700",
        "houdini-22.0.368",
        "python-3.11.9"
    ],
It works for me
User Avatar
Member
8 posts
Joined: Feb. 2024
Offline
Natruto
You can manually edit the following files in packages folder:

In MetaHumanForHoudini\lib\mh_hou_groom_tools\1.0.1\package\mh_hou_groom_tools.json
change:
"houdini_version == '20.5' or houdini_version == '21.0'"
to:
"houdini_version == '20.5' or houdini_version == '21.0' or houdini_version == '22.0'"

In MetaHumanForHoudini\package\mh4h.json
change:
"houdini_version == '20.5' or houdini_version == '21.0'"
to:
"houdini_version == '20.5' or houdini_version == '21.0' or houdini_version == '22.0'"

MetaHumanForHoudini\package\mh4h\plugin\plugin_info.json
change:
"Supported": [
        "houdini-20.5.684",
        "houdini-21.0.700",
        "python-3.11.9"
    ],
to:
"Supported": [
        "houdini-20.5.684",
        "houdini-21.0.700",
        "houdini-22.0.368",
        "python-3.11.9"
    ],
It works for me
Don't forget to do this in the character assembler too - basically every tool section needs it.
User Avatar
Member
295 posts
Joined: Aug. 2017
Offline
Thanks, I will try that
User Avatar
Member
2 posts
Joined: May 2025
Offline
there is a new
Name: MetaHumanForHoudini
Version: 1.3.1
System: Linux
Host: Houdini 22.0.390
............
• DNA-10.1.5
• PolyAlloc-1.3.18
• RigLogic-13.2.7
• StatusCode-1.2.12
• TRiO-4.0.21
• mh_hou_character_assembler-1.2.9
• mh_hou_groom_tools-1.1.0

i have installed it on both linux and win 11
  • Quick Links