Bmesh vertex color alpha can not be set from python. #53296

Closed
opened 2017-11-10 22:33:40 +01:00 by Jose Conseco · 5 comments

System Information
Win 10

Blender Version
Broken: 2.79 daily builds

I think new vertex color alpha should be accessible from bmesh module, right? For now bmesh loop[color_layer] takes array of size 3, so no vertex alpha can be set (r,g,b,a).

Exact steps for others to reproduce the error
Run script. Line:
loop[color_layer] = bevelCol #only array of size 3 works
Wont take 4 params
Bevel.blend

**System Information** Win 10 **Blender Version** Broken: 2.79 daily builds I think new vertex color alpha should be accessible from bmesh module, right? For now bmesh loop[color_layer] takes array of size 3, so no vertex alpha can be set (r,g,b,a). **Exact steps for others to reproduce the error** Run script. Line: loop[color_layer] = bevelCol #only array of size 3 works Wont take 4 params [Bevel.blend](https://archive.blender.org/developer/F1118730/Bevel.blend)
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @JoseConseco

Added subscriber: @JoseConseco

Added subscriber: @ideasman42

Added subscriber: @ideasman42

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Campbell Barton self-assigned this 2017-11-12 05:42:47 +01:00
fixed blender/blender@aae8e21100
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#53296
No description provided.