blender_niftools_addon icon indicating copy to clipboard operation
blender_niftools_addon copied to clipboard

bhkSimpleShapePhantom

Open Ghostwalker71 opened this issue 10 years ago • 2 comments

The character bumper node in the 12-83(skyrim) skeleton.nif uses bhkSimpleShapePhantom. the plugin does not currently support this node type.

Ghostwalker71 avatar Apr 09 '14 20:04 Ghostwalker71

I would add something like the following to at least inform the user that we can't import the block type. Pseudo code : if (collision_block instanceof bhkSimpleShapePhantom): nifultis.NifError("unable to import block %s% of type %s", block.name, block.__class__) There are a few example of these in the code, would probably be a good TODO to search through the code and figure out which stuff we don't.

neomonkeus avatar Apr 10 '14 08:04 neomonkeus

There is already a multi-case error catch that displays a warning for items not imported, only two items list and I think both are relative to the phantom

Ghostwalker71 avatar Apr 10 '14 16:04 Ghostwalker71