A small script to select the BODY in Poser 11. Should work in nearly all cases, re: figure types. Buttonize it on the XA Toolbar, for a one-click BODY select.
Save as a .py script.
1 2 3 4 5 6 7 |
# A simple Poser script to select BODY on the figure in the scene. import poser scene = poser.Scene() figure = scene.CurrentFigure() actor = scene.CurrentActor() # Setup done, now set current figure to its Figure | BODY root scene.SelectActor(figure.ParentActor()) |
You can also tweak the script, to select any body part you regularly need to select on a figure over and over again.
Actually Poser already has the BODY select built in, though. Press 2 on your keyboard to instantly move the figure selection from the currently selected body-part up to the main BODY. So the script is only for those who don’t want to be constantly peering down at their keyboard to find the “2” button, and prefer to have everything in front of them in the UI.
Alternatively you could use a mouse-gesture software, and assign a ‘B’ gesture to Press 2 on the keyboard.
Pingback: New for Poser and DAZ in June 2022 – MyClone Poser and Daz Studio blog