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
  •  999
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
  •  992
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
  •  959
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
  •  933
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
  •  925
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
  •  925
Submitted by The-any-Key

0

Votes
Released
def get_viseme_keys_from_model(model):
component=model.GetVisemeComponent()
key_time_list=component.GetVisemeKeyTimes()...More
  •  1
  •  920
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
  •  920
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
  •  911
Submitted by jlittle

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