74 issues found

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
  •  889
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
  •  1724
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
  •  814
Submitted by videodv

1

Votes
Active
Hot to set the diffuse colour of a prop with a colour selected by the colordialog
If so can you give an example.
Chris...More
  •  0
  •  831
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
  •  910
Submitted by The-any-Key

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
  •  904
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
  •  887
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
  •  851
Submitted by jlittle

0

Votes
Assigned
It seems that the SelectObjects function is not working:
# get list of selected props
selectedProps = []...More
  •  1
  •  883
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
  •  897
Submitted by The-any-Key