Skip to content

Instantly share code, notes, and snippets.

View himika's full-sized avatar

himika himika

View GitHub Profile
@himika
himika / export_facegen_tri.py
Created July 3, 2012 03:42
.tri file exporter for Blender 2.49b 要 pyffi 2.1.10
#!BPY
"""
Name: 'FaceGen TRI (.tri)...'
Blender: 249
Group: 'Export'
Tooltip: 'Write a FaceGen TRI file.'
"""
__author__= "himika"
@himika
himika / import_facegen_tri.py
Created July 3, 2012 03:39
.tri file importer for Blender 2.49b 要 pyffi 2.1.10
#!BPY
"""
Name: 'FaceGen TRI (.tri)...'
Blender: 249
Group: 'Import'
Tooltip: 'Load a FaceGen TRI file.'
"""
__author__= "himika"