8,452
edits
Paradox-01 (talk | contribs) mNo edit summary |
Paradox-01 (talk | contribs) mNo edit summary |
||
Line 41: | Line 41: | ||
'''how to install | '''how to install add-ons (.xsiaddon)''' | ||
* A) drag'n'drop the file into the so-called viewport (it's simply the window where you can see 3D objects), then restart Mod Tool | * A) drag'n'drop the file into the so-called viewport (it's simply the window where you can see 3D objects), then restart Mod Tool | ||
* B) if drag and drop doesn't work, goto "File" > "Add-On" > "Install" | * B) if drag and drop doesn't work, goto "File" > "Add-On" > "Install" | ||
Line 47: | Line 47: | ||
'''[http://softimage.wiki.softimage.com/sdkdocs/cus_addons_WalkthroughBuildinganAddon.htm building | '''[http://softimage.wiki.softimage.com/sdkdocs/cus_addons_WalkthroughBuildinganAddon.htm building add-ons]''' | ||
* So far building an addon file seems to be the most difficult among those 'extension' files but for the end user it's best because it can hold all other files: toolbars, plugins, etc. | * So far building an addon file seems to be the most difficult among those 'extension' files but for the end user it's best because it can hold all other files: toolbars, plugins (scripts), etc. | ||
* File > Add-On > Package... doesn't work with ModTool "Add-Ons cannot be created with Softimage Demo Version." | |||
''' | * '''putting scripts simply into folders doesn't work, they must be "plugins" (file extension can be the same e.g. "vbs")''' | ||
** a script can run on another computer if its content is found under a command, and plugin register that new command(s) | |||
* a script can run on another computer if its content is found under a command, and plugin register that new command(s) | ** e.g. use those commands in your toolbar's script buttons | ||
* | * images can be put into any folder of the add-on, get them with '''''XSIUtils.ResolvePath("$XSI_USERHOME/") & "Addons\'''Addon_name\your_img_folder\img.png"'' | ||
* The problem with embedded code: commands like ''CreatePrim'' can call an property page (PPG) | |||
** But those popups can be disabled. Search for "disabling PPG popups" on this page. | |||
* | |||
Line 871: | Line 864: | ||
====script ideas==== | ====script ideas==== | ||
* automatic cam position update if user selects an object | |||
* import/export of flag collection | |||
* import/export of patrol path collection | |||
* import/export of weapons collection | |||
* import/export of powerup collection | |||
* [...] | |||
* drag and drop support for specific xml/oni files | * drag and drop support for specific xml/oni files | ||
* autoheal discontinuities (blue lines) of overlaying edges (for repairing google sketchup objects that weren't yet textured) | * autoheal discontinuities (blue lines) of overlaying edges (for repairing google sketchup objects that weren't yet textured) | ||
Line 885: | Line 884: | ||
|} | |} | ||
* | * status: done | ||
* release date: Christmas ? | |||
: I don't see a demand for it, so I will wait and see if I can add other tools to the add-on. | |||
* | |||
release date: Christmas ? | |||
: I don't see a | |||
edits