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
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
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
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
I created a script to change the opacity of all materials of a character in one go, but as you can see it is not affecting all the materials correctly. On some materials skin or hair in paricular if you set the opacity level below 50% the will disapear completly, this also happens in the modify...More
Following the example of the page http://wiki.reallusion.com/IC_Python_API:RLPy_RIFaceComponent The function GetKey() returns 60 elements in the 'morph' array, but in iClone, there are 66 elements. The 6 missing elements are shifted in the 'custom' array....More