Metahuman in H22

   525   3   0
User Avatar
Member
292 posts
Joined: 8月 2017
オフライン
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: 1月 2023
オフライン
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
4 posts
Joined: 2月 2024
オフライン
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
292 posts
Joined: 8月 2017
オフライン
Thanks, I will try that
  • Quick Links