How do i get parameters(value,min,max) of morphs , And set morphs parameters
huntergeen
Posts: 36
[How do i get parameters(value,min,max) of morphs , And set morphs parameters] None
Post edited by Richard Haseltine on
Comments
Please do put the question in the body of the post
Once you have the morph use morph.getValueChannel() to get its DzFloatProperty numeric controller, and then get the value, limits and so on from that.
Thanks.