Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 530 Bytes

File metadata and controls

17 lines (12 loc) · 530 Bytes

DEPRECATED

MOVED TO https://github.com/Kewka/dffconvert

Python script to convert DFF file to OBJ.

Usage

blender -b -P ./plugin.py -P ./script.py -- [path_to_dff] [path_to_obj]

Environment variables:

  • TEXTURES_DIR - This is a directory with images from a TXD file in PNG format. Used to correctly describe textures in the MTL file. Default: [path_to_dff]_tex

Dependencies