max plugin wizard,project creation faild解法

两点需要注意:

1,要将maxsdk的3dsmaxPluginWizard文件夹设为只读。

2,要将3dsmaxPluginWizard.vsz中的"Wizard="设置为正确的vs版本号。例如在vs2010中安装max plugin wizard,则应设置为:

Wizard=VsWizard.VsWizardEngine.10.0

我这里project creation faild问题是由于第2点没设置对造成的。

参考:

https://knowledge.autodesk.com/search-result/caas/CloudHelp/cloudhelp/2016/ENU/Max-SDK/files/GUID-D465CBEE-0923-4250-857A-DED1A4B11B77-htm.html

http://liweizhaolili.blog.163.com/blog/static/162307442013117731953/

时间: 2024-08-30 01:42:04

max plugin wizard,project creation faild解法的相关文章

max导出模型插件

首先,需要做好如下的准备工作:1. 安装一个完整版本的3D MAX与Visual Stdio.我安装的是3D MAX 2012,最好是找一个完整的版本,因为完整的版本中有很多的学习资料与sdk供学习,很省事.3D MAX的二次开发对VS的要求是有一个对应关系的,在SDK文档中可以找到,3D MAX 2012对应的VS开发版本应该是VS 2010,确保电脑上已经安装了VS 2010,我用的是vs2012,不过一样.2.定制3D MAX plug-in向导.a.找到安装目录的3dsmaxPlugin

第十章 Project Setup and Window Initialization

第十章 Project Setup and Window Initialization 本章主要讲述建立一个渲染引擎所需要的基础知识.包括创建一个Visual Studio工程,实现游戏循环,并最终在显示器上显示一个窗口. A New Beginning 本章正式开始讲解C++编程(本书中使用C++集中讲解DirectX API的章节),重要的是,不要期望能迅速学会渲染一些场景到屏幕上.简单地说,要学会这些需要一段时间.首先需要花时间建立一些基础框架,在多个工程中重用代码的时候就会体现出这么做的

Differences Between Xcode Project Templates for iOS Apps

Differences Between Xcode Project Templates for iOS Apps When you create a new iOS app project in Xcode, you get to choose between several project templates, from the aptly named “Empty Application” to specialized things like an “OpenGL Game”. I noti

Apache Tomcat Maven Plugin

groupId and Mojo name change Since version 2.0-beta-1 tomcat mojos has been renamed to tomcat6 and tomcat7 with the same goals. You must configure your pom to use this new groupId: <pluginManagement> <plugins> <plugin> <groupId>org

【leetcode】149 Max Points on a Line

题目说明 https://leetcode-cn.com/problems/max-points-on-a-line/description/ 给定一个二维平面,平面上有 n 个点,求最多有多少个点在同一条直线上. 解法1 首先遍历点,在第二层循环中使用map记录倾角斜率及其匹配次数. 斜率dx/dy(dx表示两点x轴的距离,dy表示两点y轴的差值)进行计算,但是这里有一种特殊情况,就是dy=0的情况,此种情况下点也在同一直线下,所以需要单独做判断. 还有一种情况就是如果点坐标一致,则不管其他点

[Android]Android Hello World Example

In this tutorial, we show you how to create a simple "hello world" Android project in Eclipse IDE + ADT plugin, and run it with Android Virtual Device (AVD). The Eclipse ADT plugin provided easy Android project creation and management, component

opencms + eclipse + egit + tomcat

download the egit plugin and install in eclipse clone the opencms source file using egit import the project into workplace as a new wizard project in git reporsitery add src path and lib jar file and change the web root file add tomcat server and dep

IntelliJ IDEA插件结构

IntelliJ IDEA插件结构 插件是扩展IDEA功能的唯一途径.一款插件使用IDEA或其他插件暴露的API实现它的功能.这篇文章关注插件系统的结构和插件的生命周期.文章中不会指出任何可能被插件使用的其他API接口. 文章中包含了以下主题: 插件内容 插件类加载器 插件组件 插件扩展和扩展点 插件交互(Action) 插件服务 插件配置文件 插件内容 有3种方式组织插件内容: 1.由插件文件夹内的一个.jar文件构成一个插件.这个压缩包内应该包含配置文件(META-INF/plugin.xm

top-100-of-the-best-useful-opensource-applications/

top-100-of-the-best-useful-opensource-applications/ http://www.ubuntulinuxhelp.com/top-100-of-the-best-useful-opensource-applications/ The following is a list of about 100 of the best OpenSource Applications, that actually help make Linux more usable