UIKit0 / alembic

Automatically exported from code.google.com/p/alembic
Other
0 stars 0 forks source link

After AbcExporting and AbcImporting, transform node's scale value is wrong #281

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Affects Maya Plugin

After AbcExporting and AbcImporting, transform node's scale value is wrong 

Steps: 
1) Load the attached scene 
2) AbcExport all to abc file 
3) AbcImport the abc file 

Result: The scale value of Root|Master|Reference|Hips node is wrong. 

Using Alembic V 1.0.5

Original issue reported on code.google.com by mdavies...@gmail.com on 4 May 2012 at 5:16

Attachments:

GoogleCodeExporter commented 9 years ago
This looks to be because inverseScale on Hips is the same as the scale on 
Reference instead of the inverseScale.

Original comment by miller.lucas on 25 Jun 2012 at 9:08

GoogleCodeExporter commented 9 years ago
Inverting the scale didn't work well either.
Instead I appear to get the correct answer when I avoid writing out the inverse 
scale.

The docs for MFnIKJoint lead me to believe that I need to pay attention to 
[IS], is this incorrect?

Original comment by miller.lucas on 25 Jun 2012 at 10:01

GoogleCodeExporter commented 9 years ago
In the newly released 1.1 I left it out.

Original comment by miller.lucas on 2 Aug 2012 at 11:13