StjerneIdioten / I3D-Blender-Addon

Rewriting the I3D blender addon from scratch and adding long-sought community features
GNU General Public License v3.0
66 stars 18 forks source link

Alpha Color for Vertex Painting is always 1 #93

Closed ssnd292 closed 3 years ago

ssnd292 commented 3 years ago

I have this setup in Blender where Red is Alpha 0 and Green is Alpha 1

2021-01-04 13_09_51-Blender_  C__Users_ssnd2_Desktop_Temp_VertexColorTest_AlphaVertexColorTest blend

Exported, every Vertex has the Alpha of 1.

2021-01-04 13_10_15-untitled i3d - Visual Studio Code VertexColorTest.zip

Expected is that at least those painted green, should have a different alpha value.

StjerneIdioten commented 3 years ago

Exporter does what it is supposed to. It is just Blender having a very lackluster implementation of modifying the alpha channel. This discussion on blenderartist mentions how to use it.