Merged changes in the trunk up to revision 48227.
Conflicts resolved: source/blender/blenloader/intern/readfile.c source/blender/editors/space_file/filelist.c
This commit is contained in:
@@ -743,7 +743,8 @@ void ui_theme_init_default(void)
|
||||
rgba_char_args_set(btheme->tv3d.lastsel_point, 0xff, 0xff, 0xff, 255);
|
||||
|
||||
rgba_char_args_set(btheme->tv3d.bone_solid, 200, 200, 200, 255);
|
||||
rgba_char_args_set(btheme->tv3d.bone_pose, 80, 200, 255, 80); // alpha 80 is not meant editable, used for wire+action draw
|
||||
/* alpha 80 is not meant editable, used for wire+action draw */
|
||||
rgba_char_args_set(btheme->tv3d.bone_pose, 80, 200, 255, 80);
|
||||
|
||||
rgba_char_args_set(btheme->tv3d.bundle_solid, 200, 200, 200, 255);
|
||||
rgba_char_args_set(btheme->tv3d.camera_path, 0x00, 0x00, 0x00, 255);
|
||||
|
||||
Reference in New Issue
Block a user