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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-11-26 21:00:01 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-11-26 21:05:37 +0300
commitd5778b5bc1663b14449c90d4bc0e84d56f64c156 (patch)
treedf1d1afd90ead82fcaeb11d07d2114ead8ecb85d /release/scripts/startup/bl_ui/properties_material_gpencil.py
parentd92e9a4a25bbd0b354313d1bed45b758f3517072 (diff)
UI: rename "OpenGL" render engine to "Workbench".
Neither is very descriptive for its task, but at least workbench is more future proof and distinguishes it from Eevee.
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_material_gpencil.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_material_gpencil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/properties_material_gpencil.py b/release/scripts/startup/bl_ui/properties_material_gpencil.py
index a3fdd37e029..3aba3489a57 100644
--- a/release/scripts/startup/bl_ui/properties_material_gpencil.py
+++ b/release/scripts/startup/bl_ui/properties_material_gpencil.py
@@ -299,7 +299,7 @@ class MATERIAL_PT_gpencil_preview(GPMaterialButtonsPanel, Panel):
class MATERIAL_PT_gpencil_custom_props(GPMaterialButtonsPanel, PropertyPanel, Panel):
- COMPAT_ENGINES = {'BLENDER_EEVEE', 'BLENDER_OPENGL'}
+ COMPAT_ENGINES = {'BLENDER_EEVEE', 'BLENDER_WORKBENCH'}
_context_path = "object.active_material"
_property_type = bpy.types.Material