When you set an angle like 359 degrees on frame 1 with code like this: control=transform_settings.GetControl("Rotation/RotationZ") control.SetValue(RLPy.RTime(time_value), float(math.radians(rot_z)))...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
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