byAnton opened this issue on Apr 18, 2005 ยท 9 posts
byAnton posted Mon, 18 April 2005 at 6:38 PM
Hello, Backstory: For those who don't know. The sensitivity of a dial is determined by Tracking scale. However with morphs, changes in Poser last only for that session. Everytime you load a cr2, it will randomize the sensitivity(TrackingScale) for all TargetGeom dials. That sucks and it still exists in P6 with one exception..... the binary morph thing seems to have custom code that sets sensitivity consistantly to .02 Now you would think they would have fixed it. :( I tried a readScript to reset the trackingScale but it won't work. Anything short of Python, has anyone had any luck? Anton PS: Any P6 beta people, pleae try to get them to fix Poser so it doesn't randomize sensitivity on load.
-Anton, creator of Apollo Maximus
"Conviction without truth is denial; Denial in the
face of truth is concealment."
underdog posted Tue, 19 April 2005 at 8:48 PM
Thanks for pointing it out. That has been a problem for me for far too long. If anyone reading this has the resources, please let the developers know about this one.
lesbentley posted Thu, 21 April 2005 at 4:27 PM
Yes it is very annoying, but I don't think it is random, as a particular morph always seems to get the same trackingScale. Perhaps it is some calculation based on the maximum displacement of a vertex, but I am just guessing.
I don't know what you mean by a "binary morph", but have noticed that targetGeom channels without any deltas get assigned a trackingScale of 0.02.
There are a couple of workrounds I can think of, but they are a lot of work if applied to all morphs, and not very elegant. One is just to slave the targetGeom channel to a valuParm channel, then hide the targetGeom channel. The morph will be set from the valueParm, and that can have any trackingScale you want. Of course this method can lead to crosstalk in P4.
Perhaps a better method is to use 'linkParms' to link the targetGeon to the valueParm, this method avoids crosstalk. The linkParms statement goes in the 'figure' section of the cr2, (traditionally under the 'displayOn' line, though I dont't think the position matters). As an example assume the channels 'targetGeom RoundFace' and 'valueParm RoundFaceX' exist in the 'head:2' actor, then the folloing code would be placed in the 'figure' section:
linkParms head:2<br></br> RoundFace<br></br> head:2<br></br> RoundFaceX
One might have hoped P6 would fix things like this, perhaps P7 ;)
byAnton posted Thu, 21 April 2005 at 6:20 PM
I was afreaid taht there wasno solution without erc or python. I really don't want to do any erc at all. I am hoping they will fix it soon. Thanks so much for your thoughts on the matter.
-Anton, creator of Apollo Maximus
"Conviction without truth is denial; Denial in the
face of truth is concealment."
nomuse posted Fri, 22 April 2005 at 5:03 PM
Incidently, since "valueParm" channels can be renamed as "targetGeom" (so they will save with a pose), is the reverse also true? In either case it's a nasty choice; either dials that change to wild numbers with each session, or dials that don't save with a pose.
lesbentley posted Tue, 26 April 2005 at 3:44 PM
Nomuse, you can rename a targetGeom as valueParm, but then any deltas (morph data) in the channel wont work. Most types of channel can be used as a master channel in an ERC relationship. Normally valueParm channels live in the BODY actor (though they can go anywhere), and Poser just will not save pose data for the BODY actor, wether its a valueParm, targetgeom, or anything else (unless you rename the BODY actor).
lesbentley posted Tue, 26 April 2005 at 5:36 PM
lesbentley posted Tue, 26 April 2005 at 6:46 PM
byAnton posted Wed, 27 April 2005 at 8:44 AM
Funny you mentioned it. Coincidently, I have used that to do other things I wanted to accomplish. I have found it useful, but decided not to use it create new dials just to fix tracking scale. You should know that that method has a calculation limitation that can result in crash if you use it to slave, a slave using the same method.
-Anton, creator of Apollo Maximus
"Conviction without truth is denial; Denial in the
face of truth is concealment."