74 issues found

0

Votes
Closed
Hi
Im trying to write a "walk down stairs" script but I am unable to set the characters x y z transition position(Torso) in the generated clip.
I can set it for the Transition Track but this is outside of the motion clip....More
  •  2
  •  759
Submitted by videodv

0

Votes
Released
IMPORTANT:
Before testing this the PopcornFX_Sequencer folder must be deleted from C:\Program Files\Reallusion\iClone 7\Bin64\OpenPlugin
See this issue report for details:...More
  •  2
  •  1859
Submitted by wires

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
  •  873
Submitted by videodv

0

Votes
Assigned
Hi,
When I call the method:
material_component = avatar.GetMaterialComponent()...More
  •  2
  •  797
Submitted by elMartino

0

Votes
Active
I would strongly advise the development team to be very cautious "opening" iclone to 3rd party developers to be able to add plugins by the truckloads - This IS a double edge sword ;;; it can provide progress and certainly bring great tools on one end
On the contrary fragment the program and...More
  •  2
  •  1026
Submitted by robmbaker

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

0

Votes
Assigned
When you only change rotation with: .SetData("Rotation/RotationX"...
Even if you press the play button and try hide and unhide the object the keys wont show until you save and re-load the project....More
  •  2
  •  1050
Submitted by The-any-Key

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

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

0

Votes
Not a Bug
# Get new data holders for tranformation
scale = RLPy.RVector3()
rot = RLPy.RQuaternion.IDENTITY...More
  •  2
  •  932
Submitted by The-any-Key