Failure to import DNA file. Installation Help #15
Replies: 2 comments
-
|
I also tried on Blender 5.0 and 4.1... On any version lower than 5.1 I cannot drag and drop the DNA file. There is no Import->MetahumanDNA in any version of blender |
Beta Was this translation helpful? Give feedback.
-
|
Hi @luciditistudio, this looks like you probably downloaded the wrong .zip file for the addon. You need to copy and run this build workflow (0.8.1 or later) to compile the needed Unreal libraries. Then download the .zip file on the releases page of YOUR repo of the build workflow after the workflow completes. This video walks you through it: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, when I try to import my DNA to blender when I hit the import and have my boxes checked it gives me this error. I used the secret repository way of importing the add-on/plugins to blender and I am on blender version 5.1
Python: Traceback (most recent call last):
File "C:\Users\rizzy\AppData\Roaming\Blender Foundation\Blender\5.1\scripts\addons\meta_human_dna\operators.py", line 733, in execute
component = get_meta_human_component(
file_path=file_path,
properties=self.properties, # type: ignore[arg-type]
)
File "C:\Users\rizzy\AppData\Roaming\Blender Foundation\Blender\5.1\scripts\addons\meta_human_dna\components_init_.py", line 17, in get_meta_human_component
component_type = get_dna_component_type(file_path=file_path)
File "C:\Users\rizzy\AppData\Roaming\Blender Foundation\Blender\5.1\scripts\addons\meta_human_dna\dna_io\misc.py", line 121, in get_dna_component_type
dna_reader = get_dna_reader(file_path=file_path, file_format="binary", data_layer="Definition")
File "C:\Users\rizzy\AppData\Roaming\Blender Foundation\Blender\5.1\scripts\addons\meta_human_dna\dna_io\misc.py", line 53, in get_dna_reader
mode = riglogic.OpenMode.Binary
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: type object 'object' has no attribute 'Binary'
Can anyone help me fix this?
Beta Was this translation helpful? Give feedback.
All reactions