8,018
edits
Paradox-01 (talk | contribs) (+ image macro for making 3d door frames (to be seen as notes for myself, scripted solution later in addon)) |
Paradox-01 (talk | contribs) m (notes on planned addon updater) |
||
Line 5: | Line 5: | ||
But having another program in between ease some shortcomings of MT such as its capability of creating terrible GUIs/controls. | But having another program in between ease some shortcomings of MT such as its capability of creating terrible GUIs/controls. | ||
Currently working on: | Currently working on: downloader for addon files | ||
===Addon updater=== | |||
Normally you have to install a *.xsiaddon file but it seems that is gets unzipped to another folder so we could just download new scripts and resources via GUI, making this thing more modular. | |||
Location of used *.xsiaddon files<br> | |||
C:\Users\UserName\Autodesk\Softimage_Mod_Tool_7.5\Addons\InstalledAddons | |||
Location of unzipped addons<br> | |||
C:\Users\UserName\Autodesk\Softimage_Mod_Tool_7.5\Addons | |||
Addon name folder | |||
| | |||
+-- Application | |||
| | |||
+-- Plugins | |||
| | |||
+-- *.vbs | |||
We only need the GUI to figure out where the folders are. Either automatic search or some sort of user input. | |||
Line 81: | Line 102: | ||
# if GUI is located in AE tools' folder (e.g. via pkg install) it will choose those AE resources by default [x] | # if GUI is located in AE tools' folder (e.g. via pkg install) it will choose those AE resources by default [x] | ||
# release GUI as AE package [] | # release GUI as AE package [] | ||
# improve project handling when you have more than one [] | |||
# option to transfer AISA content to CHAR | # option to transfer AISA content to CHAR | ||
# setup XSI for Oni modding (non-transparent CHAR tex, frame rate) [] | # setup XSI for Oni modding (non-transparent CHAR tex, frame rate) [] |
edits