74 issues found

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

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

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
  •  993
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
Released
It seem GetSkeletonComponent().GetSelectedBones() only return the same bone. Even if you select other bones in the Edit motion layer....More
  •  5
  •  963
Submitted by The-any-Key

0

Votes
Released
When you get an objects morph component with object.GetMorphComponent()
Then you start add keys with AddKey all works fine.
But when you have added around 50 keys to the timeline with around 18 different morps per frame. The call to AddKey becomes slower and slower....More
  •  1
  •  962
Submitted by The-any-Key

0

Votes
Not a Bug
I transform the x rotation in iClone to 14 degrees (0.24... radians)
When I run:
transform_object = RLPy.RTransform()...More
  •  1
  •  961
Submitted by The-any-Key

1

Votes
Active
• Work with DAZ Productions to develop a more seamless, FBX-less, native DAZ file importer; should work with characters, props, clothing, and even entire scenes in the .DUF or .DSA or .DSE file format. And should work with Character Creator and iClone especially, without the need for 3DXChange...More

0

Votes
Released
def get_viseme_keys_from_model(model):
component=model.GetVisemeComponent()
key_time_list=component.GetVisemeKeyTimes()...More
  •  1
  •  955
Submitted by The-any-Key

0

Votes
Released
I have a script that uses GetVisemeKeys() and that ran fine in API 072. Have in API 073, I get an error.
Here is a snippet to illustrate this (before running, make sure there is at least one avatar is in the scene):
import RLPy...More
  •  1
  •  949
Submitted by animagic