EpicGames / MetaHuman-DNA-Calibration

https://epicgames.github.io/MetaHuman-DNA-Calibration/
Other
452 stars 118 forks source link

Maya2023 error when using compiled dna.py #22

Closed Bymeoryou closed 1 year ago

Bymeoryou commented 1 year ago

Hello, I have compiled the dnaclib using the command as follows:

cd dnacalib
mkdir build
cd build
cmake -DPYTHON3_EXACT_VERSION=3.9 -DDNAC_LIBRARY_TYPE=SHARED ..
cmake --build . --config Release

it builds successful and I also copy the five files below to the MetaHuman-DNA-Calibration\lib\windows folder:

dna.py
_py3dna.pyd
dnacalib.dll
dnacalib.py
_py3dnacalib.pyd

However, when I want to create a DNA reader in maya2023, it shows:

NameError: file /dna/lib/window/dna.py line 359: name 'FileStream_create' is not defined

Any help would be Appreciate. Thanks

smilicev commented 1 year ago

Version 1.1.0 with support for Maya 2023 is released. I am closing this issue. If you find any new problems. Feel free to open new issue for that.