Anthony Appleyard opened this issue on Jul 20, 2016 ยท 10 posts
Anthony Appleyard posted Wed, 20 July 2016 at 6:51 AM
There is a way to set up alternate geometries for a prop or a jointed part. It is used in Poser nude men's genitalia (to select between show and not-show), and in Poser 2 people's hands to select between hand shape / finger attitude. I have used it much, e.g.
alternateGeom mask_2
{
name round_mask
objFile 1002 C:/Poser4/Runtime/Geometries/aa/divers/rebrmasks/breathingmask_round_.obj
}
alternateGeom mask_3
{
name ind_mask
objFile 1003 C:/Poser4/Runtime/Geometries/aa/divers/rebrmasks/breathingmask_industrial_.obj
}
alternateGeom mask_4
{
name mp_mask
objFile 1004 C:/Poser4/Runtime/Geometries/aa/divers/rebrmasks/breathingmask_mouthpiece_.obj
}
The slashes should be backslashes.It works. To make it, I had to imitate existing examples and text-edit the .CR2 file. Please:-
Can I set up alternate geometries from within Poser 11?
Where is a full description of Poser 11 .CR2 file format including alternate-geometry matter?