Forum: Poser - OFFICIAL


Subject: V4 scaling question... looking for help.... yet again!! :c)

vxg139 opened this issue on Aug 21, 2008 · 11 posts


vxg139 posted Thu, 21 August 2008 at 7:16 PM

Hi guys, this might be a simple question to most of you but is there a way of changing the "xyz SCALE" dial to individual "x" , "y" and "z" scales?

Also, whilst on the subject, would you guys recommend using V3 or V4? I ugess what I am gettign at is everything being equal (body morphs and textures to be more specific) which model uses more memory?

as always... thank you for your help and insight.... :c)

Cheers

vxg139


lesbentley posted Thu, 21 August 2008 at 10:03 PM

Try this pose file. It should unhide the scale dials for the currently selected actor. After applying the pose you will probably need to select something else then reselect the actor in order to refresh the parameters pallet.

{
//ShowScaleCURRENT.pz2
version
        {
        number 5
        }

actor $CURRENT
        {
        channels
                {
                propagatingScale scale
                        {
                        hidden 0
                        }
                propagatingScaleX xScale
                        {
                        hidden 0
                        }
                propagatingScaleY yScale
                        {
                        hidden 0
                        }
                propagatingScaleZ zScale
                        {
                        hidden 0
                        }
                scale Scale
                        {
                        hidden 0
                        }
                scaleX xScale
                        {
                        hidden 0
                        }
                scaleY yScale
                        {
                        hidden 0
                        }
                scaleZ zScale
                        {
                        hidden 0
                        }
                }
        }
}

P.S. A few weeks ago I had a pose file to unhide all the scale dials in V4, but a HDD crash wiped it out, and I haven't had time to remake it :(


vxg139 posted Sun, 19 July 2009 at 7:47 PM

Hi guys,

**A while back, lesbentley developed this cool pose file that would unhide scale dials for V4.... Would you happen to know if there is a simialr code that would unhide "Trans x, Trans y and Trans z" dials?  when I select the V4 Eyes (e.g. reye)... I don't see the Trans. dials...

Thanks for your help...

Cheers

vxg139
**


DarkEdge posted Sun, 19 July 2009 at 10:26 PM

Open the CR2 with WordPad and work your way to the eye actors, then change hidden to 0. 😉

Comitted to excellence through art.


vxg139 posted Sun, 19 July 2009 at 10:37 PM

DarkEdge,

thank you for the heads up.... will try it now....

Cheers

vxg139


vxg139 posted Sun, 19 July 2009 at 11:47 PM

It looks like editing the cr2 file does the trick..... Unfortunately, it seems to be character specific... Would you (or perhpas one of the forrum members) happen to have such a pz2 file that unhides trans dials...?

Thanks for your help...

Cheers

vxg139


vxg139 posted Mon, 20 July 2009 at 12:54 AM

never mind, just edited the original PZ2 file and seems to work!! For those of you who might be interested, here is the file...THe original credit goes to lesbentley of course for being such a wizard.... :c)

{
//ShowScaleCURRENT.pz2
version
 {
 number 5
 }

actor $CURRENT
 {
 channels
  {
  
  translate Tran
   {
   hidden 0
   }
  translateX xTran
   {
   hidden 0
   }
  translateY ytran
   {
   hidden 0
   }
  translateZ ztran
   {
   hidden 0
   }
  }
 }
}

 


DarkEdge posted Mon, 20 July 2009 at 6:08 PM

Shhhhh!
Don't say that about Mr. Bentley, the demons of Mordor will find him! 😉

Comitted to excellence through art.


vxg139 posted Mon, 20 July 2009 at 6:57 PM

LesBentley, is definitely one of my old time HEROES!! :c)... There I said it!! :c)


lesbentley posted Sat, 22 August 2009 at 6:19 PM

Quote - LesBentley, is definitely one of my old time HEROES!! :c)... There I said it!! :c)

LES PUFFS OUT CHEST, STICKS NOSE IN AIR, TRIPS OVER CARPET

I now have a freebie at sharecg.com that reveals the translate dials in V4's eyes, in the eyeBrow actor, and reveals all the scale dials.

Show Scale Dials V4 (ScaleShowAllV4.pz2)


vxg139 posted Sat, 22 August 2009 at 7:56 PM

Thanks for the heads up THE "lesbentley"!!! :c) .... just downloaded the file.... :c)

you are truly a wizard.... and can't thank enough for your pz2 file..... it has opened up endless opportunities for me to test out.... :c)

Cheers

vxg139