Position an avatar in x=151.892 object.GetControl("Transform").GetDataBlock().SetData("Position/PositionX", RLPy.RTime(200), RLPy.RVariant(151.892)) It will travel to x=65,783...More
When you create a key with ex: ...SetData("Position/PositionX"... and then try set the key type with object.GetControl("Transform").SetKeyTransition(...) It wont set the transition type in the new key...More
Here is a code to show the issue I'm having. To test it, you want to put some image named "image.jpg" to the same folder as the script, it will be used as texture. import os, time, math, random, RLPy, PySide2, copy from winreg import *...More
Smooth camera follow python script doesnt work as it should as many times as i tried, always happens the same i have attached the project to see...More
In theory, ability to use the rotation gizmo in Python. If we could use the gizmo to rotate local and world it would allow advanced rotations with little code. Image show a plane that we want to rotate via the green axis. Currently this is very hard to code and the coder need extended knowledge...More
When get the position of the bones from an avatar and then set the value cause the bone move. This is because the value you get is wrong and when you set it. The avatar try reach the new position....More