Heart 发表于 2026-4-2 09:28
You can try this plugin. I tried it and didn't encounter any errors, so it shouldn't require modif ...
Hi Heart i made a video showing the issue it appears certain function work and others not and at the end of the video when i jump between 2 scenes teh images are there just go black instantly
Heart i tried again myself i think the issues sits in before we compile the action buttons.. i have little experience at this and Ai not proving much help lol
it doesn't use a keeper command so the icon goes black
bangorflyer 发表于 2026-4-19 01:39
Heart i tried again myself i think the issues sits in before we compile the action buttons.. i have ...
I am an official plugin developer. I was assigned to investigate this issue and found two problems:
1. The icon cannot be displayed because the plugin sets the image format as `$"data:image/svg xml;charset=utf8;base64,{base64Svg}"`. Our software does not support parsing this format;
2. Custom icons turn black because our software gives priority to the icon set by the plugin. So when the plugin sets it again, it turns black (the first problem).
I have already reported it to the colleague in charge. Regarding the POV and Axis icons, it is because these two do not have images set by the plugin, but instead call the status switched by the software, so there is no problem.