Hello Thomas, [email protected] schrieb am Sonntag, 6. Oktober 2024 um 22:51:45 UTC+2:
Than you for testing. It looks like you do not have the viewendered.py plugin enabled. Correct - but - as you can see in "Log-002" viewrendered3.py is enabled ! - I never enable VR & VR3 at the same time ... Would you mind enabling it (as well as viewrendered3.py) and trying again? I will look at the code and work out the best way to handle the cases where either VR or VR3 are not enabled. I have been under the impression that VR was always present whether formally enabled or not. I'm not sure that simply changing from widget = self.created_splitter_dict[name] to widget = self.created_splitter_dict.get(name) will be enough because other parts of the code might need some adjustment too. If you already have VR enabled then I'm temporarily stumped. Just for the record, here's the output from "Leo > Plugins > show-plugins-info": leo.plugins.plugins_menu myLeoSettings.leo leo.plugins.mod_scripting myLeoSettings.leo leo.plugins.viewrendered3 myLeoSettings.leo leo.plugins.freewin myLeoSettings.leo leo.plugins.rpcalc myLeoSettings.leo With kind regards, Viktor -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/e2f9dee3-9b9f-4b9a-b207-acd47eec9dd6n%40googlegroups.com.
