Issue 6585
RLPy RIFaceComponent GetKey() does not return all values.
Following the example of the page
http://wiki.reallusion.com/IC_Python_API:RLPy_RIFaceComponentThe function GetKey() returns 60 elements in the 'morph' array, but in iClone, there are 66 elements. The 6 missing elements are shifted in the 'custom' array.
Code:
result = face_component.GetKey(time, head, left_eye, right_eye, morph, custom, bone, weight)
print (len(morph))
-> 60
But, in the Face Key window, Tab expression, there are 66 morphs.
Submitted bySaeder
Jan 2, 2020