Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2024 Dec 26 9:02 am)
? Why not just make them invisible?
Coppula eam se non posit acceptera jocularum.
To fill this in completely - you cannot delete body parts at all, so why even discuss the further refinement thereof? CL should put this information in the Manual. Oh, they did!
C makes it easy to shoot yourself in the
foot. C++ makes it harder, but when you do, you blow your whole leg
off.
-- Bjarne
Stroustrup
Contact Me | Kuroyume's DevelopmentZone
Go to the setup room and create two new groups. Doesn't matter what they're called as long as they're not associated with a bone (say 'lefteye2' and 'righteye2' for simplicity)
Add the original 'righteye' and 'lefteye' to these groups respectively using the 'add group' button.
Now delete the original right and left eye groups but keep the ones you just created (left2 and right2)
Now when you return to the pose room you will get a warning telling you some polys are not associataed with a bone - this is a good thing in this case. If you go to 'props' you will see something like 'figure_1 setup' This contains polygons which are not associated with a bone (i.e. the eyes in this) so when you delete this prop - voila - you delete the eyes :) Above is a pic just to prove it.
The above can be useful in other situations if you use your imagination :)
Message edited on: 02/22/2005 18:43
There's even an easier way, if you don't mind editing a CR2. ;)
C makes it easy to shoot yourself in the
foot. C++ makes it harder, but when you do, you blow your whole leg
off.
-- Bjarne
Stroustrup
Contact Me | Kuroyume's DevelopmentZone
A good book that'll at least get you started toward understanding Poser figures and the CR2 file is "Secrets of Figure Creation with Poser 5". It is well organized to remove the fear of creating/editing figures as well as starting to understand how it all works.
You can also visit my site to see the internals of the CR2 file laid out (including a downloadable PDF):
Just a quickie: Usually, but not always, a figure is comprised of a single Wavefront .obj geometry. The .obj file contains groups of non-overlapping polygons. The first part of the CR2 file deals with referencing the .obj file and declaring these groups as 'body parts'. Again, usually, all of the groups are included and defined. You can 'skip' body parts by removing the body part reference from within the declaration, for example:
actor head:5
{
storageOffset 0 0 0
geomHandlerGeom 13 head
}
becomes
actor head:5
{
}
and the head geometry is not loaded from the .obj file. The head definition, which details the joint parameters and other Poser-related settings, is still there, but the geometry is really 'deleted' as it were - unloaded. Try it with a simple Poser 4 character, making sure to save the file under a different name like "Headless Woman.cr2".
Message edited on: 02/22/2005 23:39
C makes it easy to shoot yourself in the
foot. C++ makes it harder, but when you do, you blow your whole leg
off.
-- Bjarne
Stroustrup
Contact Me | Kuroyume's DevelopmentZone
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.
I want to delete the eyes from a character and put in new eyes, yet when i try to delete, it deletes the entire head. Is there a way in Poser 4 to delete a body part without deleting another? Thank you.