KelSolaar / sIBL_GUI

sIBL_GUI - HDRI Lighting with Smart IBL.
http://www.hdrlabs.com/
GNU General Public License v3.0
27 stars 6 forks source link

Fix "onlineUpdater" Component exception when trying to install the Templates in an user defined directory. #173

Closed KelSolaar closed 11 years ago

KelSolaar commented 11 years ago
Traceback (most recent call last):
  File "/Users/kelsolaar/Documents/Development/sIBL_GUI/bin/sIBL_GUI", line 57, in <module>
    main()
  File "/Users/kelsolaar/Documents/Development/sIBL_GUI/sibl_gui/launcher.py", line 309, in main
    ("core.iblSetsOutliner",))
  File "/Users/kelsolaar/Documents/Development/VirtualEnv/HDRLabs/lib/python2.7/site-packages/umbra/engine.py", line 1864, in run
    return sys.exit(RuntimeGlobals.application.exec_())
  File "/Users/kelsolaar/Documents/Development/sIBL_GUI/sibl_gui/components/addons/onlineUpdater/remoteUpdater.py", line 719, in __Get_Latest_Templates_pushButton__clicked
    downloadDirectory = self.__getTemplatesDownloadDirectory()
  File "/Users/kelsolaar/Documents/Development/sIBL_GUI/sibl_gui/components/addons/onlineUpdater/remoteUpdater.py", line 800, in __getTemplatesDownloadDirectory
    return self.__container.container.storeLastBrowsedPath(
AttributeError: 'OnlineUpdater' object has no attribute 'container'