Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2024 Nov 09 11:21 pm)
There is a clumsy and clunky way to do it in Python. For the selected body part, run up a TK panel with sliders for each parameter, then TK can handle mouse-wheel action for its own sliders. The one halfway nice thing about this method: the parms represented on the panel could be a small set, just the ones you're likely to need.... such as only the tran and rot parms, or only the non-blank morphs.
My python page
My ShareCG freebies
Hmmm, prehaps a legacy of the fact that Mac mice (at least traditionally) had no wheels. I've thought about trying to finesse it but one problem is that the parameters controls don't appear to be standard Windows elements. The manual entry dialog you get by double clicking is a window so could probably popup a "wheelable" interface and use it to drive that but you wouldn't have the realtime feedback so it would be pretty useless. Maybe you could translate the wheel motion to drags. You might even be able to do that via the mouse driver setup. The Python method of course would work only if you have ProPack or Poser 5.
"Democracy is a pathetic belief in the collective wisdom of individual ignorance." - H. L. Mencken
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.
For me the Poser dials look a little bit old fashioned. I would like to act them the following way : I klick on a dial to activate it, and than I use the mouse wheel to change the value. I think its more intuitive to use a wheel to set a dial than to move the whole mouse. I think it was designed when there where no wheelmice around. Is there a way to write a small VB or Delphi program to let the mouse act that way?