Forum: Poser 11 / Poser Pro 11 OFFICIAL Technical


Subject: Script to -Copy Joints From-

bwldrd opened this issue on Apr 24, 2020 ยท 4 posts


bwldrd posted Fri, 24 April 2020 at 2:31 PM

Does anyone know if there is a script that will let you do a "Copy Joints From" to multiple figures? Is it even possible?

If anyone is wondering why I'm asking, I use Sasha a lot, and have to do the "Copy Joints From" for most clothing to get it to fit correctly. So would be nice to run a script select Sasha as the from character and then the clothing items as what they are being copied to.

Yes, I know you can make a keyboard shortcut to make the process quicker, just wondering if it's possible to automate it for a batch instead of having to do each clothing item individually each time.

--------------------------------------------------------------------------------

Consider me insane if you wish, but is your reality any better?


structure posted Fri, 24 April 2020 at 10:17 PM Forum Coordinator

import poser

scene = poser.Scene()
donor = scene.CurrentFigure()
for figure in scene.Figures():
    if not figure == donor:
        scene.SelectFigure( scene.Figure( figure.Name() ) )
        poser.ProcessCommand(1718)

This is not perfect, it will ask you for each figure in the scene which figure you want to copy from,

but it may speed up the process somewhat

it will not copy to the figure you have selected when you start the script

Locked Out


bwldrd posted Sat, 25 April 2020 at 3:14 AM

Thank you, works great and speeds up the process tremendously. :D

--------------------------------------------------------------------------------

Consider me insane if you wish, but is your reality any better?


EldritchCellar posted Mon, 27 April 2020 at 4:15 PM

MY SASHA PREFERS TO CAVORT ABOUT NUDE!


Just kidding, thanks for this Structure... Should come in handy if I ever put some clothes on her (eyes runtime full of micro bikinis and strap outfits).



W10 Pro, HP Envy X360 Laptop, Intel Core i7-10510U, NVIDIA GeForce MX250, Intel UHD, 16 GB DDR4-2400 SDRAM, 1 TB PCIe NVMe M.2 SSD

Mudbox 2022, Adobe PS CC, Poser Pro 11.3, Blender 2.9, Wings3D 2.2.5


My Freestuff and Gallery at ShareCG