Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Even with latest update, DazToMaya does not show up in Maya Plug-In Manager. #49

Open
lghtstrm opened this issue Jul 4, 2023 · 4 comments
Assignees
Labels
fixed Issue is resolved question Further information is requested

Comments

@lghtstrm
Copy link

lghtstrm commented Jul 4, 2023

I've been trying this for months, so I was really excited to see that there is a new version of the Bridge for Maya 2023. So, I downloaded the latest version and installed it through DIM. The Plug-In is in the Modules folder, the icons show up in the Maya Tabs menu, and Daz tells us the installation was successful. The export seems to go according to plan, but the Plug-In does not appear in the Maya Plug-In Manager.

@danielbui78 danielbui78 self-assigned this Jul 4, 2023
@danielbui78
Copy link
Contributor

danielbui78 commented Jul 4, 2023

Only DLL based plug-ins will appear in the Maya Plug-In Manager. If you click the "DAZ IMPORT" icon and you see the DazToMaya 2023.1 pop-up window, then it is working and you can start using the Daz To Maya Bridge.

If the DazToMaya pop-up window does not appear, then the most common issue is that you need to install PyMEL. Usually, PyMEL is installed during the installation of Maya 2023, but you can follow these steps to manually install PyMEL for Maya 2023:
https://help.autodesk.com/view/MAYAUL/2023/ENU/?guid=GUID-2AA5EFCE-53B1-46A0-8E43-4CD0B2C72FB4

Here is a video demonstrating those steps: https://www.youtube.com/watch?v=y1yizEPQvh0&t=157s

@danielbui78 danielbui78 added the question Further information is requested label Jul 4, 2023
@lghtstrm
Copy link
Author

lghtstrm commented Jul 4, 2023 via email

@danielbui78
Copy link
Contributor

danielbui78 commented Jul 4, 2023

Here are step by step directions for you to use on Mac:

  1. Press Command-Space to open spotlight and type "Terminal" and press ENTER.
  2. The Terminal app window should open with a blinking cursor next to "~ %".
  3. Copy and paste this command-line into the Terminal window and press ENTER:
    cd /Applications/Autodesk/maya2023/Maya.app/Contents/bin
  4. The next line should now read "bin %".
  5. Copy and paste this command:
    sudo ./mayapy -m pip install "pymel>=1.3.*,<1.4.*"
  6. You should now see the pymel installation process start and complete. Look for the line "Successfully installed pymel" to verify that it was successful.
  7. Optional: Copy and paste this command to further verify your pymel install:
    ./mayapy -m pip list
  8. You should see a list of python packages with an entry for "pymel".

Since you are on mac, you may also need to perform the following step to fix a DIM packaging error: #50

After that, restart Maya 2023 and you should hopefully have a working Daz To Maya Bridge installation.

@lghtstrm
Copy link
Author

lghtstrm commented Jul 4, 2023 via email

@danielbui78 danielbui78 added the fixed Issue is resolved label Aug 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed Issue is resolved question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants