andyp123 / blender_vertex_color_master

Blender addon for working more precisely with vertex colours.
345 stars 38 forks source link

BUG: Remap always switches to red channel #25

Open andyp123 opened 4 years ago

andyp123 commented 4 years ago

Remap only seems to affect the red channel when used.

andyp123 commented 4 years ago

This has been fixed by exposing the RGBA channels in the redo and storing the value of active channels on the operator when the operation is applied. However, I do not believe this issue was present in older versions of Blender, so it could be caused by a bug in Blender. This needs further investigation.

The issue is still present in both Invert and Posterize, which use the RGBA channels in a similar way. Upon changing values in the redo panel, the channel used for the operation will revert to some other channel (seemingly the last one used for another operation).