Missed instance of ThemeGeneric.back -> ThemeGradient.gradients.high_gradient
This commit is contained in:
@@ -14,7 +14,7 @@ class ModalTimerOperator(bpy.types.Operator):
|
|||||||
|
|
||||||
if event.type == 'TIMER':
|
if event.type == 'TIMER':
|
||||||
# change theme color, silly!
|
# 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.s = 1.0
|
||||||
color.h += 0.01
|
color.h += 0.01
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user