BadDogSkyrim / PyNifly

Export/Import tools between Blender and the Nif format, using Bodyslide/Outfit Studio's Nifly layer. Supports Skyrim LE, Skyrim SE, Fallout 4, Fallout New Vegas, Fallout 76, and Fallout 3.
GNU General Public License v3.0
171 stars 16 forks source link

Issues importing proper Skinned+Rigged Tree nifs #246

Open robertgk2017 opened 5 days ago

robertgk2017 commented 5 days ago

aaaHagmodtreebaldcypress02.zip

Heres an example .nif

image

Here is the console log on import. Ignore the texture errors we don't have Blender setup to load the textures

Doing just a straight import then export breaks the .nif It seems to be that the plugin doesn't support BSTreeNode root blocks properly?

BadDogSkyrim commented 5 days ago

Yup, it doesn't. I'll put it on the list.

BadDogSkyrim commented 3 days ago

I don't have a full implementation yet, but I implemented fallbacks for unknown block types so you can at least import, edit, and export. Then you'll have to muck with the output in NifSkope to get the special tree block types.