> xsiPluginWizard
- description
-
Wizard that creates Softimage|XSI plug-ins projects for Visual Studio 2005 and Visual Studio 2005 Express.
- installation
-
- - copy the "VC" folder to your "C:/Program Files/Microsoft Visual Studio 8/" directory.
- changelog
-
- v1.11 - October 19, 2009
-
- - cleaned the code that configure the project settings.
- - the project settings are now similar to the ones generated by the XSI Plugin Wizard.
- - added the win64 project settings.
- v1.1 - July 12, 2009
-
- - added the Menu plug-in item.
- - added the possibility to put some copyrights + a GPL/LGPL license disclaimer.
- - updated the documentation of each function according to the official documentation.
- - fixed some "context.GetSource()" return types that were not exact.
- - appended "Cmd" to the command name to not conflict with the menu calbacks.
- - removed the "using namespace XSI" line from the "property.h" file.
- - added a "readme.txt" file in the generated projects.
- - minor code changes.
- v1.0 - November 29, 2008
-
- - initial release.