darthie112 opened this issue on May 06, 2004 ยท 4 posts
lesbentley posted Thu, 06 May 2004 at 7:36 PM
If you want the paramiter dial of the scaled prop to continue to display a value of 100%, you can do this by using two scale channels, renaming the first channel and hiding it.
propagatingScale <br></br> {<br></br> name GetStringRes(1028,5)<br></br><br></br><br></br> forceLimits 0<br></br> min 0.001<br></br> max 100000<br></br> trackingScale 0.004<br></br> keys<br></br> {<br></br> static 0<br></br><br></br> }<br></br> interpStyleLocked 0<br></br> }<br></br> propagatingScale scale<br></br> {<br></br> name GetStringRes(1028,5)<br></br> initValue 1<br></br> hidden 0<br></br> forceLimits 0<br></br> min 0.001<br></br> max 100000<br></br> trackingScale 0.004<br></br> keys<br></br> {<br></br> static 0<br></br><br></br> }<br></br> interpStyleLocked 0<br></br> }