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

Implement Center/Radius algorithm #71

Open
2 tasks
neomonkeus opened this issue Mar 12, 2016 · 1 comment
Open
2 tasks

Implement Center/Radius algorithm #71

neomonkeus opened this issue Mar 12, 2016 · 1 comment

Comments

@neomonkeus
Copy link
Member

See niftools/nifskope#69

  • Implement centre/radius algorithm
  • Set flags correctly on object
@HENDRIX-ZT2
Copy link
Contributor

Consistency flags are set and retrieved correctly already. Center and radius of exported trishapes are set with suitable accuracy as well.
If anything, this is a pyffi issue, see this line in export_tri_shapes():
tridata.update_center_radius()

Looking at the source, pyffi does not check for mesh flags or version number:

def update_center_radius(self):

So this issue can be closed here. We might want to transfer it to pyffi to implement the nifskope-style version check there.

@neomonkeus neomonkeus transferred this issue from niftools/blender_niftools_addon May 21, 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

2 participants