74 issues found

0

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

0

Votes
Active
When you want the local (or world) rotation of a bone from an Avatar. You mostly want it without the rig init rotation.
Ex: if you go to the edit motion layer > FK you see that the rotation for a certain bone is zeroed out. So if you get a qauternion rotation you should get [0,0,0,1]. But currently...More
  •  0
  •  999
Submitted by The-any-Key

0

Votes
Released
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
  •  0
  •  851
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
  •  897
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
  •  1736
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
  •  822
Submitted by videodv

0

Votes
Assigned
When you set an angle like 359 degrees on frame 1 with code like this:
control=transform_settings.GetControl("Rotation/RotationZ")
control.SetValue(RLPy.RTime(time_value), float(math.radians(rot_z)))...More
  •  2
  •  920
Submitted by The-any-Key

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
  •  895
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
  •  892
Submitted by jlittle

0

Votes
Assigned
When using SetData("Position/PositionX"...) on props there is no issue. It works fine.
But when try use it on an avatar will set it to the wrong position.
pos_x=-1084...More
  •  2
  •  903
Submitted by The-any-Key