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
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
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
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
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
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
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
I have tried after some time my Python Script „Waves“ again. I can load it and all dos work. But when I try to close the program, I get a crash. Sometimes the program is to close after clicking on the message box picture Crash2020_3, sometimes not....More
Hi, When doing my latest plug-in I would have loved to access attached objects (children of a parent object) - but this was not possible. The only related function available at the moment is SetParent....More