码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2020-02-01 10:41:20      阅读:540      评论:0      收藏:0      [点我收藏+]

标签:html   attr   table   support   arc   OWIN   solution   utf-8   location   

原文地址: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.

技术图片

 

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:\ProgramData\Autodesk\Synergy\
  • 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. 
技术图片
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 Files\Autodesk\3ds Max 2020\3dsmax.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.

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

标签:html   attr   table   support   arc   OWIN   solution   utf-8   location   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!