Closed cchen23 closed 2 years ago
The MeshColorLoop object uses 3-dimensional rgb colors in blender 2.79, but uses 4-dimensional rgba colors in blender 3.0.1.
MeshColorLoop
This PR updates add_vcolor to deal with this change: the blender version is detected, and the corresponding color format is used.
add_vcolor
The
MeshColorLoop
object uses 3-dimensional rgb colors in blender 2.79, but uses 4-dimensional rgba colors in blender 3.0.1.This PR updates
add_vcolor
to deal with this change: the blender version is detected, and the corresponding color format is used.