Log In
New Account
Home My Page Projects Blender 2.x BF release
Summary Activity Tracker SCM Files

Blender 2.6 Bug Tracker: Browse

[#25483] Brush appearance color

Date:
2011-01-04 10:54
Priority:
3
State:
Closed
Submitted by:
dan grauer (kromar)
Assigned to:
Sergey Sharybin (nazgul)
Category:
Sculpting
Status:
Fixed / Closed
Relates to:
Duplicates:
Patches:
 
Summary:
Brush appearance color
Detailed description
build: tested with official 2.56 release
os: windows 7 pro 64bit

when using the ctrl modifier to change the brush from add to subtract or vise-versa the color of the brush does not change.

1st picture is add color
2nd picture is subtract color
3d picture is subtract color with add+ctrl (note this should be blue and not red)

Followup

Message
  • Date: 2011-01-04 11:08
  • Sender: Thomas Dinges
  • Confirmed the issue here.
  • Date: 2011-01-04 11:14
  • Sender: Thomas Dinges
  • Dev Note:
    "// XXX: no way currently to know state of pen flip or invert key modifier without starting a stroke"
    paint_stroke.c, line 593.
  • Date: 2011-01-04 13:32
  • Sender: Sergey Sharybin
  • Assigning to self for investigation. Will try to find way to know flipping state from drawing function.
  • Date: 2011-01-04 15:49
  • Sender: Sergey Sharybin
  • Fixed in svn rev34065. Thanks for report.

    Now, brush circle color would change as soon as you'll begin stroke. It's the only way we can handle CTRL-key brush appearance toggling with current events system. I've tried to make special operator for toggling brush appearance by CTRL key, but it leads to keymap conflicts (with some 3d view modal operators). This could be improved after events system refactor.
 

Attached Files:

Name Date Download
ctrl_sub.png 2011-01-04 10:54 Download
substract.png 2011-01-04 10:54 Download
add.png 2011-01-04 10:54 Download

Changes:

Field Old Value Date By
status_idOpen2011-01-04 15:49nazgul
close_dateNone2011-01-04 15:49nazgul
StatusInvestigate2011-01-04 15:49nazgul
assigned_tonone2011-01-04 13:32nazgul
StatusNew2011-01-04 13:32nazgul
File Added14367: add.png2011-01-04 10:54kromar
File Added14368: substract.png2011-01-04 10:54kromar
File Added14369: ctrl_sub.png2011-01-04 10:54kromar