Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2024 Nov 25 12:38 pm)
You can also select the body part using the grouping tool and spawn a prop. This retains the texture info too. Both examples will work. The advantage of doing it the way that EnglishBob suggests is that you can export multiple body parts to one objects easier than you can using the spawn prop option. Cheers, Joe
I have attached above the text of a pz2 to do this. Copy the text and paste it into a text editor, delete the actor blocks for any body parts you DO want to display, and save the file to a pose folder with a pz2 file extension. For example, if you only want the head and upper neck to display you would delete these blocks;
actor upNeck<br></br> {<br></br> off<br></br> hidden 1<br></br> addToMenu 0<br></br> castsShadow 0<br></br> includeInDepthCue 0 <br></br> }<br></br>actor head<br></br> {<br></br> off<br></br> hidden 1<br></br> addToMenu 0<br></br> castsShadow 0<br></br> includeInDepthCue 0 <br></br> }<br></br>actor leftEye<br></br> {<br></br> off<br></br> hidden 1<br></br> addToMenu 0<br></br> castsShadow 0<br></br> includeInDepthCue 0 <br></br> }<br></br>actor rightEye<br></br> {<br></br> off<br></br> hidden 1<br></br> addToMenu 0<br></br> castsShadow 0<br></br> includeInDepthCue 0 <br></br> }
If you wanted the right arm to display you would delete the blocks for; rShldr, rForeArm, rHand, and all the r finger parts.
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.
How can I detach and save a specific body part (head, arm, etc.) so that the body part can be saved as a separate object? I would like to detach an arm or head to use as a separate model to display jewelry or whatever....
Thanks.