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
  •  958
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
  •  850
Submitted by The-any-Key

1

Votes
Active
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
  •  0
  •  856
Submitted by jlittle