Search - User list
Full Version: Metahuman in H22
Root » Houdini Lounge » Metahuman in H22
ronald_a
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.
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
jWatkins
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.
ronald_a
Thanks, I will try that
ovac
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
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by DjangoBB