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
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 you get a RTransform object and get the x,y,z and w from it. The call alters the source values. So when you call model.LocalTransform().R().X() the first time you get a certain value. When you call it again in the next row (in the same tick) you get another value. Tested via visual studio...More
Since there are functions to Add keys to a material component we also need functions to Remove keys. Example: Have: def RLPy.RIMaterialComponent.AddDiffuseKey(self, kTime, strMeshName, strMaterialName, kColor)...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
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
My water script dos run well, but if I load a new project, when the script is running, it dos crash iClone fully. Now I also have tested the Widget.py sample from Reallusion. There happens the same. What could be done?...More