Mon, Dec 23, 2:32 PM CST

Renderosity Forums / Poser Technical



Welcome to the Poser Technical Forum

Forum Moderators: Staff

Poser Technical F.A.Q (Last Updated: 2024 Dec 04 2:47 am)

Welcome to the Poser Technical Forum.

Where computer nerds can Pull out their slide rules and not get laughed at. Pocket protectors are not required. ;-)

This is the place you come to ask questions and share new ideas about using the internal file structure of Poser to push the program past it's normal limits.

New users are encouraged to read the FAQ sections here and on the Poser forum before asking questions.



Checkout the Renderosity MarketPlace - Your source for digital art content!



Subject: INJ-REM Help


Ken _Gilliland ( ) posted Thu, 26 May 2005 at 10:48 AM · edited Tue, 23 July 2024 at 6:53 AM

I decided, rather than update my Songbird ReMix CR2 and update the 150+ MATs, to do an INJ/REM for some special morphs to new characters. I used the DAZ deltas, chanvis folders for a template and built my INJ/REM files for each new morph... They load no problem, but the INJ morphs don't show up. What am I doing wrong?

Here's the INJ/REM files: http://www.empken.com/sbrminj.zip (26kb)

Songbird ReMix


lesbentley ( ) posted Thu, 26 May 2005 at 1:28 PM · edited Thu, 26 May 2005 at 1:35 PM

What do you mean by "the INJ morphs don't show up"? I opened two of your delta files 'INJBug.pz2' and 'INJFinchBeak.pz2'. The channels appear to be slaved to themselves, creating a logical loop (that's bad).

   actor 
        {
                channels
                {
                targetGeom 
                        {
                        name Bug
                        interpStyleLocked 0
                        

I sugest you delete the slaving code (marked in read). Or if your intension was to slave the morph to a valueParm channel in the 'BODY', edit the slaving code so that the actor name is 'BODY:1'. not 'tail:1'. Message edited on: 05/26/2005 13:34


Ken _Gilliland ( ) posted Thu, 26 May 2005 at 3:45 PM

Oh, I see how the "valueOpDeltaAdd" section of code works now... What I was after (using the xample posted) was to insert the "Bug" morph in the "tail" section along with the tail's already existing morphs. I did delete that section of code but still no morphs show up.

Songbird ReMix


Ken _Gilliland ( ) posted Thu, 26 May 2005 at 8:35 PM · edited Thu, 26 May 2005 at 8:36 PM

Okay, I did find out what was wrong... I need to add "hidden" morphs to the .CR2, even though the morphs aren't included
there, for example:

...
targetGeom Bug
{
hidden 1
}
...

So I guess I need a service release on my .CR2 anyways to get the new morphs...

thanks for your help

Message edited on: 05/26/2005 20:36

Songbird ReMix


lesbentley ( ) posted Mon, 30 May 2005 at 2:01 PM

Yes, injection can only happen into an existing channel;

           targetGeom something<br></br>                        {<br></br><br></br>                       }

You can't inject a whole new channel, but as long as you have at least the minimum shell of a channel, the channel type/name line, and opening and closing braces (as above), you can inject into that.


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.