Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

animationdatasinglefile motion/rotation data incorrect format #6

Closed
ShikyoKira opened this issue Jan 18, 2020 · 0 comments
Closed

animationdatasinglefile motion/rotation data incorrect format #6

ShikyoKira opened this issue Jan 18, 2020 · 0 comments

Comments

@ShikyoKira
Copy link
Owner

ShikyoKira commented Jan 18, 2020

from extraction

<!-- MOD_CODE ~aaaa~ OPEN -->
1.16666 -239 -239 0
1.73333 -297 -297 0
2.33333 -318 -318 0
<!-- ORIGINAL -->
2.33333 0 -163.83 0
<!-- CLOSE -->

correct format

<!-- MOD_CODE ~aaaa~ OPEN -->
1.16666 -239 -239 0
1.73333 -297 -297 0
<!-- CLOSE -->
<!-- MOD_CODE ~aaaa~ OPEN -->
2.33333 -318 -318 0
<!-- ORIGINAL -->
2.33333 0 -163.83 0
<!-- CLOSE -->

The problem with the current extraction is when nemesis reads it, it will assume that 2.33333 0 -163.83 0 is replaced by 1.16666 -239 -239 0.

Below, the correct format clearly shows 1.16666 -239 -239 0 and 1.73333 -297 -297 0 are the new lines. While 2.33333 0 -163.83 0 is replaced by 2.33333 -318 -318 0

ShikyoKira pushed a commit that referenced this issue Jan 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
  翻译: