State:In Progress|TargetRelease:No Target|icon_bug|icon_katana|database:public|Resolution:Fixed|BugID:610688|
self.sender() return None due to the transition from PyQt to PySide.PyMockAssetWidgetDelegate.py into the C:\Users\[name]\.katana\UIPlugins directory.Lighting.livegroup.Lighting.livegroup to overwrite it.self.sender(), information about the sender should be displayed.self.sender(), None is returned.PyMockAssetWidgetDelegate.py file in the C:\Users\[name]\.katana\UIPlugins directory.configureAssetBrowserfunction: def configureAssetBrowser(self, browser): ... _logDebug("configureAssetBrowser hints: %s" % hints) # NEW CODE ########################################### is_save_mode = hints.get('saveMode', False) print(f"Save Mode: {is_save_mode} | Delegate: {self}") ###################################################### index = browser.addBrowserTab(PyMockBrowser, "PyMock") inputPath = str(valuePolicy.getValue()) if inputPath.startswith("mock://") or not inputPath: browser.setCurrentIndex(index) browser.getBrowser(index).setLocation(inputPath) browser.getBrowser(index).setContext(context) # NEW CODE ########################################### browser.getBrowser(index).setSaveMode(is_save_mode) ######################################################
PyMockAssetWidgetDelegate_modified.pyWe're sorry to hear that
Please tell us why