Psycrow
Psycrow
@sovietgu Default duneride.dff is imported without errors for me. Can you send your dff file?
Solved by https://github.com/Parik27/DragonFF/commit/e9f10bab8681dce79490d57406637455baf0ba40
I don't think this should be part of DragonFF, but you can use a script like this: ```py import bpy def find_layer_collection(layer_coll, target_coll): for layer in layer_coll.children: if layer.collection ==...
Thanks for feedback! How about a new import option to determine the bone's shape?
These models are really very huge
Frame positions are huge too
@jaigitrep159 You have the wrong frame order. You can change the order using [this DragonFF branch](https://github.com/Psycrow101/DragonFF/tree/multi-mesh).  How it looks in the game after reordering:  Correct frame order: *...
These segments store ENEX sections that are not currently supported by DragonFF
Please describe step by step how to reproduce the problem. What version of Blender are you using? What changes are you making?
Can you provide the .blend project file?