You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Hamed,
Hope you're doing fine.
I have been trying to install this plugin but unfortunately my lack of experience and knowledge with cmake is causing some errors, so thought of reaching you out to get it resolved.
Software versions
Editon - Windows 10 Pro
OS build - 19045.2965
Maya - 2020.4
Visual Studio - Microsoft Visual Studio Community 2019, Version 16.11.26
cmake - version 3.23.0
Steps i performed
I cloned it in my D drive since I don't have much space in C, that should not be much of a concern. But still though of mentioning it.
cloned in - D:\c_drive_installs\M3MF - git clone https://github.com/hamedsabri/M3MF.git cd c:\ mkdir workspace cd workspace c:\workspace> cmake -G "Visual Studio 16 2019" -DMAYA_LOCATION=D:\c_drive_installs\autodesk\Maya2020 D:\c_drive_installs\M3MF Until here all is fine - m3mf_build_folder_log.txt
From here onwards I guess i am doing something wrong
As mentioned Here c:\M3MF> python build.py --maya-location <path_to_maya> --maxsdk-location <path_to_3dsmax_sdk> C:\workspace
I created a workspace in C drive for testing(earlier i was trying it in D drive as well, still did not work) cd C:\workspace cmake --build . --target INSTALL
I get bunch of errors workspace_build_log.txt
I tried with build.py ... but then that just fails, so i went with cmake build_log.txt
can you please guide me through this, Thank You.
The text was updated successfully, but these errors were encountered:
Hello Hamed,
Hope you're doing fine.
I have been trying to install this plugin but unfortunately my lack of experience and knowledge with cmake is causing some errors, so thought of reaching you out to get it resolved.
I went through the docs page
https://github.com/hamedsabri/M3MF/blob/main/docs/build.md
Software versions
Editon - Windows 10 Pro
OS build - 19045.2965
Maya - 2020.4
Visual Studio - Microsoft Visual Studio Community 2019, Version 16.11.26
cmake - version 3.23.0
Steps i performed
I cloned it in my D drive since I don't have much space in C, that should not be much of a concern. But still though of mentioning it.
cloned in - D:\c_drive_installs\M3MF -
git clone https://github.com/hamedsabri/M3MF.git
cd c:\
mkdir workspace
cd workspace
c:\workspace> cmake -G "Visual Studio 16 2019" -DMAYA_LOCATION=D:\c_drive_installs\autodesk\Maya2020 D:\c_drive_installs\M3MF
Until here all is fine - m3mf_build_folder_log.txt
From here onwards I guess i am doing something wrong
As mentioned Here
c:\M3MF> python build.py --maya-location <path_to_maya> --maxsdk-location <path_to_3dsmax_sdk> C:\workspace
I created a workspace in C drive for testing(earlier i was trying it in D drive as well, still did not work)
cd C:\workspace
cmake --build . --target INSTALL
I get bunch of errors
workspace_build_log.txt
I tried with build.py ... but then that just fails, so i went with cmake
build_log.txt
can you please guide me through this, Thank You.
The text was updated successfully, but these errors were encountered: