Forum: Poser - OFFICIAL


Subject: V4 Blank pz2?

Arah opened this issue on Oct 09, 2012 · 7 posts


Arah posted Tue, 09 October 2012 at 4:09 PM

Hey,

I wasn't sure where to post this but does anyone know where i might find or how i might make a blank pz2 for v4?

Thank you!


Medzinatar posted Tue, 09 October 2012 at 4:57 PM

blank means what? no textures, no rotations?



Arah posted Tue, 09 October 2012 at 4:59 PM

an empty pz2, like a blank cr2.


Medzinatar posted Tue, 09 October 2012 at 5:17 PM

Maybe not understanding what you are trying to do, but here is pz2

{

version  
            {
              number 4
              }

...put whatever you want it to do here...

}

 

 



Arah posted Tue, 09 October 2012 at 5:19 PM

in this tutorial http://vexiphne.net/poser/creating-a-custom-morph-in-poser/ it mentions a empty pz2, with spaces for head eyes etc.


Sabby posted Tue, 09 October 2012 at 5:26 PM

{
version
    {
    number 5
    }

actor neck:1
    {
    channels
        {
        }
    }

actor head:1
    {
    channels
        {
        }
    }
}

c/p it into a notepad and name it empty.pz2 - that should work

Renderosity Store :: Daz3D Store :: Facebook


Arah posted Tue, 09 October 2012 at 5:30 PM

Thank you so much!