74 issues found

0

Votes
Assigned
When trying to run:
box = RLPy.RScene.FindObject(RLPy.EObjectType_Prop, "Box")
box_wt = box.WorldTransform()...More
  •  1
  •  867
Submitted by The-any-Key

0

Votes
Assigned
Position an avatar in x=151.892
object.GetControl("Transform").GetDataBlock().SetData("Position/PositionX", RLPy.RTime(200), RLPy.RVariant(151.892))
It will travel to x=65,783...More
  •  0
  •  864
Submitted by The-any-Key

0

Votes
Assigned
Smooth camera follow python script doesnt work as it should
as many times as i tried, always happens the same
i have attached the project to see...More
  •  0
  •  863
Submitted by ahingel

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

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

0

Votes
Assigned
When you set a transform object for several bones at the same time.
# Get control
transform_control = animation_clip.GetControl("Layer", bone1)...More
  •  0
  •  853
Submitted by The-any-Key

0

Votes
Active
A fantastic enhancement would be to allow any voice to be used in the Text to Speech, given a sample of the voice. I know Adobe demo'd VoCo a few years back and LyreBird and others are offering commercial services for this but most are not affordable or flexible enough for an Indie or Amateur...More
  •  0
  •  852
Submitted by isr

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
Assigned
I can't set a clone's pivot, while GetPivot function works fine, here's the test code:
def test(event):
name = "Box_001"...More
  •  0
  •  849
Submitted by alikims

0

Votes
Active
If I say set a key for a prop or bone other then at 0,0,0 how do I retrieve the keys X Y Z values?
Hope that makes sence.
Christopher Watts...More
  •  2
  •  842
Submitted by videodv