Forum: La Femme 2


Subject: Problem with INJ REM created for La Femme2 morph

Tipol opened this issue on Feb 21, 2025 ยท 6 posts


Tipol posted Fri, 21 February 2025 at 1:14 PM




Online Now!

Hi,

I have problems saving a morph for La Femme2, I use poser 13 and windows 10.

I created the morph and then created an INJ and a REM in Poser for the head and one for the body. It works well except for 2 problems.

1st problem:

The morph wheels load at zero and you have to go and position them on 1 to get the morph.

2nd more annoying problem:

When you click on the REMs it deletes the wheels (normal until then) but when you reload the morph again with the INJ and put the wheel on 1 the morph is doubled, you have to put it at 0.5 for it to be correct.

I contacted Poser technical support, the technician explained to me that Poser creates dependencies that can only be deleted by saving the scene and reopening it. The problem is that it is a morph with textures that I want to sell and it does not seem right to me to sell it like that.

I have morphs for La Femme2 that I bought and they do not have either of these two problems. So it is possible but how? I rummaged through the codes but without result.

Does anyone have the solution ?

Thanks in advance




DeeceyArt posted Fri, 21 February 2025 at 4:25 PM

In both the INJ and REM files, look in the targetGeom section for your MAIN dial (in other words, if it's named myCharacterFBM, there will be a target geometry section named that).  The following shows an example of the Mizz Li morph that you should have in  your included files:  Notice the five lines immediately after trackingScale 0.004, starting with keys and ending with a closing bracket. You need to add those five lines into BOTH your INJ and REM files.



keys

{

static 0

k 0 1

}


If you want to look at the original INJ and REM files, you will find full body, head, and body versions in Poser 13 Content > Included > Libraries > pose > La Femme > INJ-REM Character > Mizz Li folder.


Tipol posted Sat, 22 February 2025 at 9:01 AM

thank you very much! it works!

for the 2nd problem the installer technician told me the changes to make in the code and it works too

yay :)



DeeceyArt posted Sat, 22 February 2025 at 11:37 AM

You said "When you click on the REMs it deletes the wheels (normal until then) but when you reload the morph again with the INJ and put the wheel on 1 the morph is doubled, you have to put it at 0.5 for it to be correct."

Did you add those five lines to the REM files as well? Using the REM should completely remove the parameter dial that you injected (one REM each for the number of injections you added). Then it wouldn't double up if you inject it again.


Tipol posted Sat, 22 February 2025 at 1:03 PM

I had errors in the code of the REM files from the beginning of the codes, the Poser technician showed me how to correct them. In fact, there is no need to put these lines in the REM code since the REM deletes everything with the head line.



DeeceyArt posted Sat, 22 February 2025 at 1:19 PM

ok cool