I have a script that uses GetVisemeKeys() and that ran fine in API 072. Have in API 073, I get an error. Here is a snippet to illustrate this (before running, make sure there is at least one avatar is in the scene): import RLPy...More
There seems to be some issue when using RRgb(r,g,b) and RColor(r,g,b,1.0) When using one of the color constants everything is ok: print(str(RLPy.RRgb.BLUE.Red())+" "+str(RLPy.RRgb.BLUE.Red())+" "+str(RLPy.RRgb.BLUE.Blue()))...More
When using SetData("Position/PositionX"...) on props there is no issue. It works fine. But when try use it on an avatar will set it to the wrong position. pos_x=-1084...More
Currently if you try use a RLPy.RIObject saved in a variable and the object was deleted iClone crash. It would be good to be able to check if the object is still valid....More
When I add an event callback for a RLPy.RUi.CreateRDialog() all is fine. But after I load my ui file and set it to the dialog and try show the dialog. iClone hang and you need to force close it. If you however step the code, using visual studio code, everything works fine. Ex I call RegisterEventCallback...More
Say we have a motion capture clip where we smile. If we could get the position of some parts of the face we could apply wrinkle morphs accordingly. See attacked gif....More