No, such a drastic increase in CPU usage would be quite surprising in fact.
Can you share the settings you are using? (You can export them to a file on the General tab)
Does the high CPU usage go away after stopping the plugin?
The bug regarding grouping was (hopefully) fixed in the update released yesterday.
If you install the newest version the broken folders will be removed. (no macros will be removed)
That should be possible with a setup using a
variable:
- One macro is used to set the value of variable "Main Scene" to the name of the current scene if the hotkey "Set Main Scene" is pressed.
The value for the "Main Scene" variable will set based on the "Scene" condition.
It itself does not interfere with the logic of the hotkey press as any scene name will match the given regular expression pattern .*
.
So the condition logic for the macro basically results in If hotkey "Set Main Scene" is pressed AND true
.
View attachment 91240
- A second macro will have to be created that switches to a scene which matches the value of the variable "Main scene".
View attachment 91241
Let me know if you have any questions! :)
First of all, thank you very much for your support in helping figuring this out!
I really do appreciate it! :)
And sorry for causing you this much trouble!
I am glad to hear that the screen capture issue is resolved / understood.
Unfortunately, I am at a bit off a loss at the moment what could be causing your observed area sleection crashes.
The provided crash log does not point in the direction of the plugin but some Qt libraries.
It is still likely somehow related to something that the plugin does as you do not observe the crashes in other scenarios I assume, but it makes the analysis of the issue rather difficult.
I can also not reproduce the problem on my end for some reason.
Is there maybe some common feature of the type of sources that are causing these crashes?
Is it maybe the order of the steps you take before attempting to select the area?
The plugin settings are saved every time you close the settings dialog.