Missed instance of ThemeGeneric.back -> ThemeGradient.gradients.high_gradient
This commit is contained in:
parent
7d81fd8231
commit
6a55cd889c
@ -14,7 +14,7 @@ class ModalTimerOperator(bpy.types.Operator):
|
||||
|
||||
if event.type == 'TIMER':
|
||||
# change theme color, silly!
|
||||
color = context.user_preferences.themes[0].view_3d.space.back
|
||||
color = context.user_preferences.themes[0].view_3d.space.gradients.high_gradient
|
||||
color.s = 1.0
|
||||
color.h += 0.01
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user