Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2024 Dec 23 1:20 pm)
Ah i see :-)
If i select the abdomen, then i can delete the morph but when i select the figure, i cannot delete it because it is grey 'd out.
Was there not some sort of text file or something you could edit ?
I believe i 've read about something like that some years ago.
Society failed to tolerate me...
... and i have failed to tolerate society
In DAZ figures such as V4, The Girl SP3, etc, that have PBMCC_## and PBMDC_## channels it is more usual to REM the channels you don't want. This removes any morph deltas from the channel, and hides the associated dial, but leaves the channel itself in place so it can be used for future morph injections. Below is an example of a REM pose that REMs the PBMCC_30 channels in the chest and abdomen, and (partially) initialises the PBMCC_30 FBM (valueParm) channel in the BODY. You can make your own REM poses in a text editor. {
version
{
number 3
}
actor BODY
{
channels
{
valueParm PBMCC_30
{
name -
hidden 1
keys
{
k 0 0
}
}
}
}
actor abdomen
{
channels
{
targetGeom PBMCC_30
{
name -
hidden 1
indexes 0
numbDeltas 0
}
}
}
actor chest
{
channels
{
targetGeom PBMCC_30
{
name -
hidden 1
indexes 0
numbDeltas 0
}
}
}
}
If you do want to completely delete morph (targetGeom) and FBM (valueParm) channels, there are several ways to do it. In Poser using the Hierarchy Editor you can select the channel you want to delete, then hit the Delete key on your keyboard. If you have a lot of channels to delete you will probably find it easier to edit the cr2, using a cr2 editor such as the free "CR2Builder". Again just select the channel(s) you want to delete and press the Delete key. Make sure you have a backup of the original cr2 before using any of these methods!
LEFT: Deleting multiple targetGeom (morph) and valueVarm (master/FBM) channels using CR2Builder. Expand second instance of the actor that contains the channels you want to delete (click the "+"), expand the channels section. Select the channels you want to delete, then press the Delete key on your keyboard, or use Delete from the context menu.
RIGHT: Deleting channels one at a time in the Poser Hierarchy Editor. Open the Hierarchy Editor (from Window menu), select "Show All Parameters". Select the actor that contains the channel you want to delete, if necessary expand the "Parameters". Select the channel you want to delete, then press the Delete key on your keyboard.
{
version
{
number 3
}
actor [internal name of actor]
{
channels
{
targetGeom [internal name of channel]
{
hidden 1
}
}
}
}
Note that for a channel that contains deltas, you will need to apply the pose file each time you load the figure. For a more permanent way to hide dials, open the cr2 in a cr2 editor (or text editor), and place the line "hidden 1" just above the closing brace for that channel. The reason "hidden 1" needs to go after the deltas, is that reading the deltas forces poser to display the dial.
P.S. As far as I know, what I have said in this thread relates to all versions of Poser.
If you are creating you own custom morphs with magnets, you may want to check out ** svdl's** "SpawnCharacterP6 update" Python script. It consolidates all expressed morphs in the figure into one morph for each body part, then writes an appropriate INJ and REM pose for the morph. It requires P6 or above, and does not work on all figures, but I think it would probably work on Aiko 3.
I find it saves a lot of time and effort!
You will need to spawn morphs from you magnets, then delete the magnets, as "SpawnCharacterP6" does not record the influence of magnets. If you need to spawn morphs for a lot of body parts at once, you can use D3D's "Spawn FBM" not everything in this script works in P6, but the spawning morphs part does. There are also a lot of other great py scripts at D3D's site.
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.
Hi,
Is this possible with Poser 6 ?
For instance, with the Aiko figure, say i want to remove (delete) the 'Navelgone' dial.
I know how to work with magnets and how to create and add new morph dials, but is it possible to edit the original 'files' somehow to remove some dials ?
Thanks
Wim
Society failed to tolerate me...
... and i have failed to tolerate society