Page MenuHome

Operator log: some property changes log as [...].(null) = ...
Closed, ResolvedPublic

Description

e.g. if you change viewport_shade property:
bpy.data.screens["Scripting"].(null) = 'WIREFRAME'

or Move to layer:
bpy.data.window_managers["WinMan"].(null)[0] = True


A guy at ba.org tried to use this line in his script and of course it's a no go. If a log entry is such useless, it shouldn't log or resolve properly (which is problematic too, as it would require the current screen layout to stay unchanged to be repeatable)

Event Timeline

codemanx edited a custom field.May 24 2013, 8:54 PM
Campbell Barton (campbellbarton) changed the task status from Unknown Status to Resolved.Jun 3 2013, 2:46 AM