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
When using RIDockWidget the close button dont close the window. If you double click the "x" the window will however move to the last area it was docked....More
When you get an objects morph component with object.GetMorphComponent() Then you start add keys with AddKey all works fine. But when you have added around 50 keys to the timeline with around 18 different morps per frame. The call to AddKey becomes slower and slower....More
After I add some material AddDiffuseKey and AddGlossinessKey keys to the timeline with my python script I now find that after playing the sequence they do not show on the timeline. This did not happen before I updated to 7.41. Regards...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
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