hey dudes, thx for helping me, last, time, i come back to you with a new request
I looking for some help to resolve a very kind of simple problem in my script, unfortunately i haven’t found a fix for that, now let me explain the problem.
i develop a plugin that create a texture from the bpr render, while the script execute his process, there is an step the need to be done by picking the imported texture from the texture quick picker.
But whne i use
[IPress,Tool:Texture Map:TextureMap][IClick,6207]
[IPress,PopUp:my_texture]
the picker display randomly at different place on the UI, depending of the the layout and what/where menus are in the tray
The problem is that when i start to move the mouse cursor , it closes the quick picker instantly
i am looking for a way to keep this panel open , because if i don’t pick the texture, the script will continue to proceed and the effect i am looking for will been applied, and i will have to finish manually the process.
can you shed your light on this, i want to keep the texture to be a unique one into plugin data, so i don’t spam this directory, and i don’t have to remove the unused file. so popup the quick picker during the process is the best choice for me, just that little issue that stop me from publishing the plugin
Thank you for reading me
Nicolas