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:
authorLukas Tönne <lukas.toenne@gmail.com>2015-03-17 18:38:31 +0300
committerLukas Tönne <lukas.toenne@gmail.com>2015-03-17 18:38:31 +0300
commit16258ddd0372cc23db31033ea1555b83375e66d2 (patch)
treef8f723bff1bbaef3519428ecb91068f2247eb9b4 /release
parentaad1c616caccba9a663877ae55c63ff97891bc76 (diff)
Removed the explicit duplicache rebuild operator.
The cache is now updated on frame changes automatically, the operator should no longer be needed.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/properties_object.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/properties_object.py b/release/scripts/startup/bl_ui/properties_object.py
index 5a14052186f..165ae5a3680 100644
--- a/release/scripts/startup/bl_ui/properties_object.py
+++ b/release/scripts/startup/bl_ui/properties_object.py
@@ -295,7 +295,6 @@ class OBJECT_PT_duplication(ObjectButtonsPanel, Panel):
elif ob.dupli_type == 'GROUP':
layout.prop(ob, "dupli_group", text="Group")
layout.prop(ob, "use_dupli_cache")
- layout.operator("cachelibrary.rebuild_dupligroup")
class OBJECT_PT_relations_extras(ObjectButtonsPanel, Panel):