How do i get parameters(value,min,max) of morphs , And set morphs parameters

huntergeenhuntergeen Posts: 0

[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.

  • huntergeenhuntergeen Posts: 0
    edited December 2023

    Richard Haseltine said:

    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.

     

    Post edited by Richard Haseltine on
Sign In or Register to comment.