Added support for vertex colors.

This commit is contained in:
Colin Basnett
2022-01-22 14:42:57 -08:00
parent 7ebeb0d262
commit bd1a7257fd
4 changed files with 20 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
import bpy
import bpy_extras
from bpy.props import StringProperty, FloatProperty, EnumProperty
from bpy.props import StringProperty, FloatProperty, EnumProperty, BoolProperty
from .builder import *
from .writer import *