74 issues found

1

Votes
Assigned
I see you can load a texture into say the Diffuse channel but this is a one off, I woulld like to be able to change the texture on a different part timeline, i.e to be able to use different textures over time.
Christopher Watts...More
  •  1
  •  1706
Submitted by videodv Jul 25, 2019

0

Votes
Active
Currently we can only add material keys with ex: material_component.AddDiffuseKey
But no way to remove the keys....More
  •  1
  •  977
Submitted by The-any-Key Jul 23, 2019

0

Votes
Assigned
When you create a key with ex: ...SetData("Position/PositionX"...
and then try set the key type with object.GetControl("Transform").SetKeyTransition(...)
It wont set the transition type in the new key...More
  •  0
  •  970
Submitted by The-any-Key Jul 10, 2019

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
  •  985
Submitted by alikims Jun 23, 2019

0

Votes
Assigned
Here is a code to show the issue I'm having. To test it, you want to put some image named "image.jpg" to the same folder as the script, it will be used as texture.
import os, time, math, random, RLPy, PySide2, copy
from winreg import *...More
  •  0
  •  1152
Submitted by alikims Jun 17, 2019

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
  •  1015
Submitted by ahingel Jun 8, 2019

0

Votes
Active
In theory, ability to use the rotation gizmo in Python.
If we could use the gizmo to rotate local and world it would allow advanced rotations with little code.
Image show a plane that we want to rotate via the green axis. Currently this is very hard to code and the coder need extended knowledge...More
  •  0
  •  963
Submitted by The-any-Key May 28, 2019

0

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

1

Votes
Active
Currently if you try use a RLPy.RIObject saved in a variable and the object was deleted iClone crash. It would be good to be able to check if the object is still valid....More
  •  2
  •  1027
Submitted by The-any-Key May 18, 2019

0

Votes
Released
def get_viseme_keys_from_model(model):
component=model.GetVisemeComponent()
key_time_list=component.GetVisemeKeyTimes()...More
  •  1
  •  1065
Submitted by The-any-Key May 4, 2019