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>2019-01-31 21:49:47 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-01-31 21:49:47 +0300
commit8c2a978b03f71e759908da0a360b4c7eed329597 (patch)
tree0e2ff051db7e77e385710296c584df7d14bcc95a /release/scripts/startup/bl_ui/properties_render.py
parent27d799698d5af604c87e792c519df463cd6c33ff (diff)
UI: rename Free Bake to Delete Bake.
"Free" is more of a programming term related to memory allocation, not a term we need to use in the interface. Ref T61054.
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_render.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_render.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/properties_render.py b/release/scripts/startup/bl_ui/properties_render.py
index 3db4d957fc7..b561fbc5fc1 100644
--- a/release/scripts/startup/bl_ui/properties_render.py
+++ b/release/scripts/startup/bl_ui/properties_render.py
@@ -436,7 +436,7 @@ class RENDER_PT_eevee_indirect_lighting(RenderButtonsPanel, Panel):
col = layout.column()
col.operator("scene.light_cache_bake", text="Bake Indirect Lighting", icon='RENDER_STILL')
col.operator("scene.light_cache_bake", text="Bake Cubemap Only", icon='LIGHTPROBE_CUBEMAP').subset = 'CUBEMAPS'
- col.operator("scene.light_cache_free", text="Free Lighting Cache")
+ col.operator("scene.light_cache_free", text="Delete Lighting Cache")
cache_info = scene.eevee.gi_cache_info
if cache_info: