- Fixed Toolbox resizing. I'd leave it at that, otherwise we could take it out
completely and I'm not willing to give CTZn that satisfaction
Honestly, as it's working, I think it's o.k. like this.
- Added $mti_useAdvOpt-access to mti_UserPrefs.mel.
This could be 0 or 1, depending how we see the function of the script.
The Idea of the userPrefs is that before installation, the user has a small file that he can edit, set the three or four most important values, and be done with. As a new user, I'd prefer this to editing the complete mti_settings file, and still have it startup nicely. We could call it in mti_settings, so that a user acquainted with the details could deactivate it there.
- Added check to IES-locator about the Z-Axis, it is rotated downwards
accordingly for Z-up also.
- Rearranged some code lines to look nicer.
- Added some script-presets modifying some elements of mti_settings:
- either sample directory locations,
- render settings like bidir and metropolis, or
- settings how long an image update will take.
Please have a look into them with a text-editor and modify them according to your experiences if you find the time, that could make some arcane details of indigo more transparent.
- - - - -
Is it possible that we make the IES-Locator work from scratch?
Some related commands:
connectAttr -f lambert.outColor lambertSG.surfaceShader;
addAttr -ln "mti_ies" -dt "string" $SG;
setAttr -type "string" lambert.mti_ies "1.ies";
