3dsmax 2019 插件开发要点
Posted _Captain
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了3dsmax 2019 插件开发要点相关的知识,希望对你有一定的参考价值。
最近有个外包需求,模型那边使用max2019制作,所以我这边要对应编写max2019的导出插件。max2019的sdk使用和max2014上有一些不一样,下面的一些要点要注意。
- 首先需要安装vs2017
- 然后修改maxsdk\\ProjectSettings\\propertySheets\\3dsmax.general.project.settings.props
里面的winsdk 从 win10 修改到win7
转自https://blog.csdn.net/huutu http://www.liveslives.com
<WindowsTargetPlatformVersion>10.0.10586.0</WindowsTargetPlatformVersion>
修改为
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
转自https://blog.csdn.net/huutu http://www.liveslives.com
然后用vs2015 打开 - Vs2015设置为管理员权限打开
- maxsdk\\tools\\RunMUIRCT.exe 设置为管理员权限打开
以上是关于3dsmax 2019 插件开发要点的主要内容,如果未能解决你的问题,请参考以下文章
[3dsmax] Corona Renderer 5超写实照片级渲染器3dsmax插件HOTFIX 2版