Sun, Jan 19, 11:06 AM CST

Renderosity Forums / Poser - OFFICIAL



Welcome to the Poser - OFFICIAL Forum

Forum Coordinators: RedPhantom

Poser - OFFICIAL F.A.Q (Last Updated: 2025 Jan 19 10:45 am)



Subject: How to create a generic remove morphs Pose?


nyguy ( ) posted Sun, 28 September 2008 at 12:26 PM · edited Sun, 19 January 2025 at 11:03 AM

How to create a generic remove morphs Pose?

I have a outfit I am working on and created some morphs for it for different figures, but the app I had used to create the morphs did not create a remover of the morphs. How hard would it be to do this?

Poserverse The New Home for NYGUY's Freebies


Diogenes ( ) posted Sun, 28 September 2008 at 12:53 PM

Hi, I just got PMDedit from the store here and from what I am reading it looks like it is really easy to make INJ_REM files with this tool. It has a short PDF that explains how it works, but it seems very simple and straight forward. You might check it out, it will make the rem files for you.

Mike


A HOMELAND FOR POSER FINALLY


geep ( ) posted Sun, 28 September 2008 at 1:09 PM · edited Sun, 28 September 2008 at 1:10 PM

file_414633.jpg

Can you not  ..................... ? :blink:

A picture is worth .............................. what you paid for it, n'est pas? .... 😄

cheers,
dr geep
;=]

Remember ... "With Poser, all things are possible, and poseable!"


cheers,

dr geep ... :o]

edited 10/5/2019



nyguy ( ) posted Sun, 28 September 2008 at 2:01 PM

Quote - Hi, I just got PMDedit from the store here and from what I am reading it looks like it is really easy to make INJ_REM files with this tool. It has a short PDF that explains how it works, but it seems very simple and straight forward. You might check it out, it will make the rem files for you.

Mike

Mike,
I just spent close to $200 this month (September) in Poser stuff, that is close to 4 months normally for me. I cannot afford to spend another dime till the 15th of October.

Poserverse The New Home for NYGUY's Freebies


nyguy ( ) posted Sun, 28 September 2008 at 2:02 PM

Quote - Can you not  ..................... ? :blink:

A picture is worth .............................. what you paid for it, n'est pas? .... 😄

cheers,
dr geep
;=]

That I knew about but I want to create a pose file that will remove morphs with out the end user having to do too much work.

Poserverse The New Home for NYGUY's Freebies


Diogenes ( ) posted Sun, 28 September 2008 at 2:55 PM

I think there are some free apps that will do it but I don't remember what they are, Oh where is Acadia she's great at this. I bet Ockham or lesbently would know. (hope I spelled their names right.) There was a tute in a thread just a week or so ago on this I will look.


A HOMELAND FOR POSER FINALLY


momodot ( ) posted Sun, 28 September 2008 at 3:04 PM · edited Sun, 28 September 2008 at 3:06 PM

Attached Link: lesbentley post

lesbentley gave this help to me on how to make a REM pose for a non-INJ figure and it worked perfectly.



Diogenes ( ) posted Sun, 28 September 2008 at 3:08 PM

Here is another lesbently tute:           http://www.renderosity.com/mod/forumpro/showthread.php?message_id=2883862  This one uses morphmanager which is free.


A HOMELAND FOR POSER FINALLY


nyguy ( ) posted Sun, 28 September 2008 at 6:37 PM

Quote - Here is another lesbently tute:           http://www.renderosity.com/mod/forumpro/showthread.php?message_id=2883862  This one uses morphmanager which is free.

Morph Manager won't work

Let me try to rephrase the question - Can I create a pose that will remove all  morphs or is there a way to create a pose with a text editor to remove the morphs?

Sample of the pose file

injectPMDFileMorphs :Runtime:Libraries:Pose:V4 AFCO:A4 Top Morphs.pmd
createFullBodyMorph FBMA4AikoPetite
createFullBodyMorph FBMA4Realistic
createFullBodyMorph FBMA4Stylized
createFullBodyMorph FBMA4AikoBody
actor BODY:3
    {
    channels
        {
        valueParm FBMA4AikoPetite
            {
            name A4 Petite
            }
        valueParm FBMA4Realistic
            {
            name A4 Realistic
            }
        valueParm FBMA4Stylized
            {
            name A4 Stylized
            }
        valueParm FBMA4AikoBody
            {
            name Aiko4
            }
        }
***
****    }*

Poserverse The New Home for NYGUY's Freebies


Diogenes ( ) posted Sun, 28 September 2008 at 9:16 PM

Here is a step by step tutorial for creating inj and rem files that you can watch on You Tube, it explains what you need to write into the Cr2 ect.

http://www.youtube.com/watch?v=7Yw_dNk1-IQ Perhaps it will help.


A HOMELAND FOR POSER FINALLY


nyguy ( ) posted Sun, 28 September 2008 at 10:22 PM

Quote - Here is a step by step tutorial for creating inj and rem files that you can watch on You Tube, it explains what you need to write into the Cr2 ect.

http://www.youtube.com/watch?v=7Yw_dNk1-IQ Perhaps it will help.

Mike what I am trying to do is create a pose file to remove the morphs not a cr2 file

Poserverse The New Home for NYGUY's Freebies


Blackhearted ( ) posted Mon, 29 September 2008 at 8:51 AM · edited Mon, 29 September 2008 at 8:52 AM

a very simple REM pose:

{
    Version
    {
        Number 4
    }
    readScript ":Runtime:Libraries:!DAZ:Blackhearted GND4:MORPHNAME_03-lShin.pz2"
    readScript ":Runtime:Libraries:!DAZ:Blackhearted GND4:MORPHNAME_03-rShin.pz2"
}

and the remMORPHNAME_03-lShin.pz2 script looks like this:

{
    version
        {
        number 4
        }
    actor lShin:1
        {
        channels
            {
            targetGeom MORPHNAME
                {
                name -
                indexes 0
                numbDeltas 0
                keys
                    {
                    static 0
                    k 0 0
                    }
                }
            }
        }
}



nyguy ( ) posted Mon, 29 September 2008 at 9:13 AM

Quote - a very simple REM pose:

{
    Version
    {
        Number 4
    }
    readScript ":Runtime:Libraries:!DAZ:Blackhearted GND4:MORPHNAME_03-lShin.pz2"
    readScript ":Runtime:Libraries:!DAZ:Blackhearted GND4:MORPHNAME_03-rShin.pz2"
}

and the remMORPHNAME_03-lShin.pz2 script looks like this:

{
    version
        {
        number 4
        }
    actor lShin:1
        {
        channels
            {
            targetGeom MORPHNAME
                {
                name -
                indexes 0
                numbDeltas 0
                keys
                    {
                    static 0
                    k 0 0
                    }
                }
            }
        }
}

Thanks I will experiment on this tonight.

Poserverse The New Home for NYGUY's Freebies


Diogenes ( ) posted Mon, 29 September 2008 at 1:49 PM

Quote - > Quote - Here is a step by step tutorial for creating inj and rem files that you can watch on You Tube, it explains what you need to write into the Cr2 ect.

http://www.youtube.com/watch?v=7Yw_dNk1-IQ Perhaps it will help.

Mike what I am trying to do is create a pose file to remove the morphs not a cr2 file

 

Sorry I said CR2 I meant PZ2 the tute deals with INJ-REM files.


A HOMELAND FOR POSER FINALLY


nyguy ( ) posted Mon, 29 September 2008 at 2:17 PM

I think I have it figured out with help of Blackhearted.

Poserverse The New Home for NYGUY's Freebies


Diogenes ( ) posted Mon, 29 September 2008 at 2:21 PM · edited Mon, 29 September 2008 at 2:27 PM

Ya the tute was exactly the same thing. shows you how to do it by hand with a txt editor step by step.


A HOMELAND FOR POSER FINALLY


Privacy Notice

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.