Page MenuHomeFeedback Tracker

Workbench does not make proper *.anm from *.txa file
Reviewed, UrgentPublic

Description

When I am trying to convert ANM from TXA file I got 2 frames instead of 8.
The option to optimize is turned off.

Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10
Category
General
Steps To Reproduce

TXA file:

$animation "sit_crt_loop" {
 #fps 30
 #numFrames 8
 $node "Spine1" {
   $keys t q s {
   $frame 0 {
     #t 0.0 0.0 -0.0441842   
     #q -0.0060237 0.0189774 0.0289338 0.999383   
   }
   $frame 1 {
     #q -0.006023 0.0189776 0.0290373 0.9993800
   }
   $frame 2 {
     #q -0.0060223 0.0189778 0.0291408 0.999377
   }
   $frame 3 {
     #q -0.0060525 0.0189858 0.0292444 0.9993737
   }
   $frame 4 {
     #q -0.0060826 0.0189937 0.0293402 0.9993705
   }
   $frame 5 {
     #q -0.006105 0.0189939 0.0294437 0.9993674
   }
   $frame 6 {
     #q -0.006112 0.0190017 0.0295317 0.9993646
   }
   $frame 7 {
     #q -0.0061113 0.0190021 0.0296125 0.9993622
   }
  }
 }
}

Event Timeline

sysrover created this task.Jul 16 2024, 2:04 PM

It looks like when digits are imported to the workbench and converted to ANM it uses Truncate instead of Round. And that causes a loss of information.

Geez changed the task status from New to Reviewed.Jul 23 2024, 1:38 PM
Geez added a subscriber: Geez.

Hello sysrover.
We have checked but it does not appear there is any issue on our end.
Regards,
Geez

Did it make 7 frames instead of 2?
Because as you saw in my screenshot it makes only 2 frames instead of 7