74 issues found

0

Votes
Released
I have a script that uses GetVisemeKeys() and that ran fine in API 072. Have in API 073, I get an error.
Here is a snippet to illustrate this (before running, make sure there is at least one avatar is in the scene):
import RLPy...More
  •  1
  •  949
Submitted by animagic

0

Votes
Assigned
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
  •  1
  •  890
Submitted by The-any-Key

0

Votes
Released
When you get an objects morph component with object.GetMorphComponent()
Then you start add keys with AddKey all works fine.
But when you have added around 50 keys to the timeline with around 18 different morps per frame. The call to AddKey becomes slower and slower....More
  •  1
  •  962
Submitted by The-any-Key

0

Votes
Released
When get the key from a object with:
object.GetControl("Transform").GetTransformKey(RLPy.RTime(time_value),new_key)
new_key.GetTransform().S()...More
  •  1
  •  929
Submitted by The-any-Key

0

Votes
Released
When I have an object (with no parent) with rotation x=90,y=0,z=0
Then I get the quaternion with:
object.WorldTransform().R()...More
  •  1
  •  1780
Submitted by The-any-Key

0

Votes
Assigned
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
  •  1
  •  849
Submitted by videodv

1

Votes
Assigned
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
  •  1
  •  941
Submitted by jlittle

0

Votes
Active
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
  •  1
  •  923
Submitted by The-any-Key

0

Votes
Assigned
It seems that the SelectObjects function is not working:
# get list of selected props
selectedProps = []...More
  •  1
  •  919
Submitted by jlittle

0

Votes
Not a Bug
I transform the x rotation in iClone to 14 degrees (0.24... radians)
When I run:
transform_object = RLPy.RTransform()...More
  •  1
  •  962
Submitted by The-any-Key