Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2016-01-14 18:37:06 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2016-01-14 19:00:16 +0300
commit2fb3fa1bf11dda4648ad3971fb7f9fe5f6c3c0c8 (patch)
tree53e6ad637a04a1744eb3186e911ec5321a7c2303 /intern/cycles
parent46a7b46c303f0217069a26db16974b4f637604e5 (diff)
Usual fixes and tweaks for UI messages.
Diffstat (limited to 'intern/cycles')
-rw-r--r--intern/cycles/blender/addon/properties.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/blender/addon/properties.py b/intern/cycles/blender/addon/properties.py
index 0d96dabad42..ed6cea2bcb2 100644
--- a/intern/cycles/blender/addon/properties.py
+++ b/intern/cycles/blender/addon/properties.py
@@ -583,7 +583,7 @@ class CyclesRenderSettings(bpy.types.PropertyGroup):
('DEFAULT', "Default", ""),
('CPU', "CPU", ""),
('GPU', "GPU", ""),
- ('ACCELLERATOR', "Accellerator", ""),
+ ('ACCELERATOR', "Accelerator", ""),
),
update=devices_update_callback
)