3dsMax无法SendToMaya或者Maya无法SendTo3dsMax的解决方案

原文地址:https://knowledge.autodesk.com/support/mudbox/troubleshooting/caas/sfdcarticles/sfdcarticles/The-Send-To-option-is-greyed-out.html

Issue:

The ‘Send To’ option is greyed out in the Mudbox File menu. This can occur with multiple versions of Autodesk software installed, including:
  • Send to 3ds Max.
  • Send to Maya.

User-added image

Causes:

The .syncfg text file may have incorrect version numbers listed. This behavior can also occur if there are non-matching versions of the products installed (for example Mudbox 2019 and Maya 2018).
 

Solution:

Update the .syncfg file:

To address this, the .syncfg text file for 3ds Max or Maya may need to be edited to reflect the correct version.

  1. Locate the appropriate syncfg file. These files should be in the following default locations:
  • Windows 7, 8.1 or 10: C:ProgramDataAutodeskSynergy
  • MacOS: /Applications/Autodesk/Synergy
  • Linux: /opt/Autodesk/Synergy
  1. In a text editor (such as Windows Notepad, MacOS TextEdit, or Linux Vim), open the .syncfg file for the product that is showing as being greyed-out in Mudbox. 
User-added image
Image: The root path of Autodesk .syncfg files. 
  1. Modify any version number that doesn't correspond to the 3ds Max or Maya version you would like to send to.
  2. Overwrite the previous file (administrator privileges may be needed to do so).
  3. Open the corresponding application and Mudbox.
  4. test to see if this resolves the issue with the "Send To" feature.
This is shown in the example code block below:
<?xml version="1.0" encoding="UTF-8"?>
<SynHubConfig SchemaVersion="1.0">
  <Application Name="3ds Max" StringVersion="3ds Max 2020" NumericVersion="2020" ExecutablePath="C:Program FilesAutodesk3ds Max 20203dsmax.exe" Architecture="x86_64" />
</SynHubConfig>


Make sure the Mudbox version is congruent with 3ds Max and Maya

If sending a file from Mudbox 2020 to 3ds Max or Maya, the 2020 versions of 3ds Max or Maya need to be installed as well.

.Syncfg files are named according to the product and Operating System.
For example on a 32-bit Windows system: Mudbox.<version>.0.Windows.32.syncfg, Max<version>.14.0.32.syncfg, or Maya<version>.1.32.syncfg.

原文地址:https://www.cnblogs.com/marisa/p/12247456.html