Forum: Poser Python Scripting


Subject: Python Scripts UI dockable Palette

formoz opened this issue on Apr 27, 2021 ยท 9 posts


formoz posted Thu, 29 April 2021 at 8:12 AM

adp001 posted at 7:48AM Thu, 29 April 2021 - #4417900

Is it really so hard to write a UI control for that? Or to store anything needed in seperate cells from a wx.GridBag?

Just out of curiosity: What is a slider good for when selecting a Python script to run?

I still didn't put my hands at all in the UI part of python (wx module) that can help for poser, so i don't really know what is hard or not. I just imagine that the dockable part or slider could be. (and the png icons maybe) By slider, i just want to be sure that if you have more icons that the palette can offer in dimension, you'll have a slider to reach the hidden icons, Especially if you dock it. But maybe the palette can manage that by default.

i imagine having these multiple simple toolbars for my differents workflow. I don't like the default poser script window this toolbar could be fine and more ike the menu toolbar it would be great.

When i'll have time, i'll try to do it.