[Bf-blender-cvs] [c6b2422] input_method_editor: Fix color tweaking in vertex painting not getting an undo push (would cause color reset between strokes)

Antony Riakiotakis noreply at git.blender.org
Mon Nov 24 00:45:04 CET 2014


Commit: c6b2422db0763a5aeae6562537163f22e682f084
Author: Antony Riakiotakis
Date:   Thu Nov 20 15:43:41 2014 +0100
Branches: input_method_editor
https://developer.blender.org/rBc6b2422db0763a5aeae6562537163f22e682f084

Fix color tweaking in vertex painting not getting an undo push (would
cause color reset between strokes)

===================================================================

M	source/blender/editors/include/UI_interface.h

===================================================================

diff --git a/source/blender/editors/include/UI_interface.h b/source/blender/editors/include/UI_interface.h
index 0b4f143..981603f 100644
--- a/source/blender/editors/include/UI_interface.h
+++ b/source/blender/editors/include/UI_interface.h
@@ -266,12 +266,12 @@ typedef enum {
 	UI_BTYPE_CURVE                  = (32 << 9),
 	UI_BTYPE_LISTBOX                = (36 << 9),
 	UI_BTYPE_LISTROW                = (37 << 9),
+	UI_BTYPE_HSVCIRCLE              = (38 << 9),
 	UI_BTYPE_TRACK_PREVIEW          = (40 << 9),
 
 	/* buttons with value >= UI_BTYPE_SEARCH_MENU don't get undo pushes */
 	UI_BTYPE_SEARCH_MENU            = (41 << 9),
 	UI_BTYPE_EXTRA                  = (42 << 9),
-	UI_BTYPE_HSVCIRCLE              = (43 << 9),
 	UI_BTYPE_HOTKEY_EVENT           = (46 << 9),
 	UI_BTYPE_IMAGE                  = (47 << 9),  /* non-interactive image, used for splash screen */
 	UI_BTYPE_HISTOGRAM              = (48 << 9),




More information about the Bf-blender-cvs mailing list