Forum Moderators: Staff
Poser Python Scripting F.A.Q (Last Updated: 2024 Sep 18 2:50 am)
'XA - Toolbar for Poser' + the free AVfix is what you want. Both can be set to auto-launch when you load Poser 11. I've no idea if the Toolbar works yet in Poser 12. No "wheels" or "sliders", so far as I recall, though - a sample graphic would help us visualise what you mean there.
Learn the Secrets of Poser 11 and Line-art Filters.
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.
Ah, I see. You mean a "scrollable window". And yes, some wxPython controls offer that.
I'm not an UI specialist. Not patient enough for this and too used to typing into a console :)
On the other hand, I'm pretty familiar with wxPython as far as programming goes. wxPython is a bit overcomplicated for my taste and comes with an overwelming set of functionality. It usually takes a bit of time to get along with it smoothly.
Biggest advantage: It can be seamlessly integrated into the Posers UI (I have already shown several times how to do this over the years; try the forum history).
formoz posted at 9:10AM Thu, 29 April 2021 - #4417969
When i'll have time, i'll try to do it.
If you are interested, we can develop such a tool here in the forum. Just send me a "Go" to start :)
The Framework shouldn't be that complicated and fast to do. Testing, adding "Bling-Bling" and some useful functionality is more work :)
This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.
Does it exist a python dockable UI palette where we can add mulitple python scripts (at wheel, with a slider on the palette) with .png icons (or w/o) ? And that we can have mutiple of them (palettes) with different python scripts in each ?