andyp123 / blender_vertex_color_master

Blender addon for working more precisely with vertex colours.
359 stars 40 forks source link

2.80 Gradient tool redo panel does not appear #6

Closed andyp123 closed 5 years ago

andyp123 commented 5 years ago

The redo panel of the gradient tool doesn't appear, meaning that the user can't choose the circular gradient tool, or enable hue shift blending instead of linear blending.

andyp123 commented 5 years ago

Looks like the reason it doesn't work is because it lacks an execute function:

  1. Stack Exchange explanation of functions
  2. Information and example of supporting redo from modal operator
andyp123 commented 5 years ago

Redo now works, but there seems to be a problem when changing the value of the primary and secondary colours from the redo panel. The color wheel and sliders below work, but not the value slider to the right of it. Such a weird bug :/