- Refactored **sIBL_GUI** Logging / Verbose: Now **sIBL_GUI** and sIBL_Framework use Python Standard Logging. Both are using a Log file: ****sIBL_GUI**_LogFile.log** for **sIBL_GUI** and **sIBL_Framework_LogFile.log** for sIBL_Framework. Those files are deleted then created each time the softwares start. One side effect is that if you launch two instances of **sIBL_GUI**, they will both output Log to ****sIBL_GUI**_LogFile.log** file, while it will not prevent **sIBL_GUI** from working, both Logging will be mixed. - Refactored **sIBL_GUI** Functions Call Trace: A Decorator is now used to trace whenever a function is called. - Added a brand new GPS Map under the Collection Browser. You can now see a Marker Cloud of sIBL Locations. - Interface Tweak to insert the new GPS Map. - Code Comment Improvements.
1.0.5
--------------
- Fixed broken transparency support in Softimage Lightsmith Templates. - Hide scene default light in **Softimage_MR_Lightsmith** and **Softimage_Arnold_Lightsmith** Templates. - Implemented Ibl Sets compatibility guard. - Arnold Renderer Templates are now public. - Added additional geometries hierarchical control.
1.0.4
--------------
- Introduced new Lightsmith Templates: **Maya_MR_Lightsmith**, **Maya_VRay_Lightsmith**, **Softimage_MR_Lightsmith**. - Reordered Templates attributes. - Dropped support of Illuminate Labs Turtle Renderer.
1.0.3
--------------
- Implemented lights types support in each Template, it's now possible to choose between different light types : **Area**, **Directional**, **Point**, **Spot**, etc ...
1.0.2
--------------
- Added new **sIBL_GUI_Templates_gatherFiles.sh** and **sIBL_GUI_Templates_recursiveRemove.py** utilities.