Wavefront obj import does not import vertex colors #104630
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#104630
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
System Information
Operating system: Windows-10-10.0.22621-SP0 64 Bits
Graphics card: NVIDIA GeForce RTX 3080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 531.79
Blender Version
Broken: version: 3.5.1, branch: blender-v3.5-release, commit date: 2023-04-24 18:11, hash:
e1ccd9d4a1d3
Worked: never worked afaik
Addon Information
Name: Wavefront OBJ format (legacy) (3, 9, 0)
Author: Campbell Barton, Bastien Montagne
Short description of error
No error
Exact steps for others to reproduce the error
Open blender, go to the scripting tab, click on "+ New", type and execute:
Go to "Geometry Nodes" tab and click on "Vertex", you will see that there is no color information
If you import the same file with "file" - "Import" - "Wavefront (.obj)" you will see in the "Geometry Nodes" tab that the color information is there.
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:
Hi, have you tried using
bpy.ops.wm.obj_import()
?It appears that this report is a support request and not a bug report.
For help using Blender, please try one of the community websites: https://www.blender.org/community/
I'm closing it as this bug tracker is only for bugs and errors.
For more information on why this isn't considered a bug, visit: https://wiki.blender.org/wiki/Reference/Not_a_bug
@mano-wii Thanks! Is bpy.ops.import_scene.obj() deprecated? If so, can this information be added in the documentation?