Skip to content
Snippets Groups Projects
Commit 69be6102 authored by HENDRIX-ZT2's avatar HENDRIX-ZT2 Committed by neomonkeus
Browse files

Keep import_text_keys disabled, add todo

parent 008789f6
No related branches found
No related tags found
No related merge requests found
......@@ -257,7 +257,8 @@ class NifImport(NifCommon):
# import object level animations (non-skeletal)
if NifOp.props.animation:
self.animationhelper.import_text_keys(n_block)
# todo [anim] fetch the action if it exists
# self.transform_anim.import_text_keys(n_block, b_action)
self.transform_anim.import_transforms(n_block, b_obj)
self.object_anim.import_visibility(n_block, b_obj)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment