Revisit previous path when re-opening texture browser.
This commit is contained in:
parent
77664fb6d7
commit
5fa01daf9e
@ -4,6 +4,7 @@
|
||||
|
||||
- Distinguish between 'please subscribe' (to get a new subscription) and 'please renew' (to renew an
|
||||
existing subscription).
|
||||
- When re-opening the Texture Browser it now opens in the same folder as where it was when closed.
|
||||
|
||||
|
||||
## Version 1.7.5 (2017-10-06)
|
||||
|
@ -552,6 +552,7 @@ class BlenderCloudBrowser(pillar.PillarOperatorMixin,
|
||||
|
||||
def browse_assets(self):
|
||||
self.log.debug('Browsing assets at %r', self.current_path)
|
||||
bpy.context.window_manager.last_blender_cloud_location = str(self.current_path)
|
||||
self._new_async_task(self.async_download_previews())
|
||||
|
||||
def draw_menu(self, context):
|
||||
|
Reference in New Issue
Block a user