Koen-Van-Bastelaere
  • Joined on 2023-05-22
Koen-Van-Bastelaere commented on issue blender/blender-addons#104630 2023-05-23 23:22:47 +02:00
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?

Koen-Van-Bastelaere commented on issue blender/blender-addons#104630 2023-05-23 17:10:42 +02:00
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…
Koen-Van-Bastelaere opened issue blender/blender-addons#104630 2023-05-23 17:04:18 +02:00
Wavefront obj import does not import vertex colors
Koen-Van-Bastelaere commented on issue blender/blender-addons#104621 2023-05-23 16:32:31 +02:00
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…
Koen-Van-Bastelaere opened issue blender/blender-addons#104621 2023-05-22 15:44:39 +02:00
Obj import does not import vertex color information