Maniphest T60554

Object Viewport Display Color Reverts To Default After Using Color Picker
Closed, Archived

Assigned To
Campbell Barton (campbellbarton)
Authored By
Andy Sellers (andrewm90)
Jan 16 2019, 7:32 AM
Tags
  • BF Blender
  • BF Blender: 2.8
Subscribers
Andy Sellers (andrewm90)
Campbell Barton (campbellbarton)
William Reynish (billreynish)

Description

System Information
Operating system: Windows 10
Graphics card: GTX 950M

Blender Version
Broken:
Blender 2.80
Branch: Master
Commit date: 2019-01-14
Hash: 84c06e996a7a

Short description of error

Object viewport display color will revert back to the default white after using the color picker, and immediately adding a second object with a non-default property. (E.g. changing the initial origin, rings/segments of a UV Sphere.)

Exact steps for others to reproduce the error
Select the default cube.
Go to the Material tab in the Properties Editor.
Under the Viewport Display menu, use the color-picker to change the color to anything other than default.
Add any object (e.g. a Torus) to the scene.
Change any property in the New-Object pop-up menu in the lower left of the 3D View. (I'm sorry, I don't remember what this menu is called.)
The default cube will revert back to the original white color.

(This error does not occur if any other property is changed between using the color picker, and adding the second object. Nor will it occur of the color picker is not used.)

Revisions and Commits

rB Blender

Related Objects

Mentioned Here
rBa3f312dcd138: Fix undo pushes w/ color picker
rB3c2126c6f11d: Fix eye-dropper causing undo push w/o any changes
T60609: Color picker undo adds step when cursor exist
rB84c06e996a7a: UI: indent subpanel headers more.

Event Timeline

Andy Sellers (andrewm90) created this task.Jan 16 2019, 7:32 AM
William Reynish (billreynish) lowered the priority of this task from 90 to 50.Jan 16 2019, 9:06 AM
William Reynish (billreynish) added a subscriber: William Reynish (billreynish).

Good catch. Confirmed. Missing undo push when using the color picker?

William Reynish (billreynish) assigned this task to Campbell Barton (campbellbarton).Jan 16 2019, 10:22 AM
William Reynish (billreynish) added a subscriber: Campbell Barton (campbellbarton).

Ok to assign to you @Campbell Barton (campbellbarton) ? I know you have worked on the undo system.

Campbell Barton (campbellbarton) changed the task status from Unknown Status to Resolved by committing rBc8e75c2b00cf: Fix T60554: Missing undo push changing color.Jan 17 2019, 6:43 AM
Campbell Barton (campbellbarton) added a commit: rBc8e75c2b00cf: Fix T60554: Missing undo push changing color.
Campbell Barton (campbellbarton) changed the task status from Resolved to Archived.EditedJan 18 2019, 2:16 AM

Note that looking into this exposed other issues, See: rBa3f312dcd138e0e8404598f5d104d75bc439d7b8 rB3c2126c6f11d4f1d912afb1ccfdab213255f39af, T60609.