Page MenuHome

Operator log: display_device resolves to wrong path
Closed, ResolvedPublic

Description

Blender Version
Broken: Blender 2.69

Short description of error
Changing Display Device of a scene adds entry to operator log:
bpy.context.scene.display_device = 'None'

But the actual path is
bpy.context.scene.display_settings.display_device

Exact steps for others to reproduce the error

  • Properties editor
  • Scene tab
  • Color Management panel
  • Change Display Device
  • See operator log

Event Timeline

codemanx created this task.Dec 9 2013, 2:08 PM
codemanx raised the priority of this task from to 90.
codemanx updated the task description. (Show Details)
codemanx edited a custom field.
codemanx added a subscriber: codemanx.
Campbell Barton (campbellbarton) changed the task status from Unknown Status to Resolved.Dec 9 2013, 2:51 PM

Closed by commit rBab19545aeb1e.