Psycrow

Results 62 comments of 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?

@jaigitrep159 You have the wrong frame order. You can change the order using [this DragonFF branch](https://github.com/Psycrow101/DragonFF/tree/multi-mesh). ![image](https://github.com/user-attachments/assets/d4a1191d-3ebe-4af3-a292-4cd8ef65d326) How it looks in the game after reordering: ![image](https://github.com/user-attachments/assets/8198ec89-ec93-4f26-8947-7d7df2ee2cc8) 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?