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.
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 ;)
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, 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).
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."
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.
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."
Over 100,000 Downloads....