Block a user
Wavefront obj import does not import vertex colors
@mano-wii Thanks! Is bpy.ops.import_scene.obj() deprecated? If so, can this information be added in the documentation?
Wavefront obj import does not import vertex colors
Why is the api obj import no wapper around the obj import C code in Blender? Here is what I changed locally in import_obj.py to make it import the vertex color data:
471
- def split_mesh(ve…
Wavefront obj import does not import vertex colors
Obj import does not import vertex color information
If someone would ever like to add the vertex color information for an obj file: import_obj.py
471
- def split_mesh(verts_loc, faces, unique_materials, filepath, SPLIT_OB_OR_GROUP):
+ def…
Obj import does not import vertex color information