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:
Diffstat (limited to 'source/blender/src/header_action.c')
-rw-r--r--source/blender/src/header_action.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/source/blender/src/header_action.c b/source/blender/src/header_action.c
index 00d18b27afe..358b346304f 100644
--- a/source/blender/src/header_action.c
+++ b/source/blender/src/header_action.c
@@ -748,7 +748,9 @@ void action_buttons(void)
uiBlockSetEmboss(block, UI_EMBOSSX);
// object action is allowed to be zero!
- if (!get_action_mesh_key()) {
+ /* (ton) commented out below line, since people can apparently link Action to any object (mesh) and
+ not unlink anymore when theres a mesh key. Needs to be rethought this stuff! */
+ //if (!get_action_mesh_key()) {
/* NAME ETC */
ob=OBACT;
@@ -768,7 +770,7 @@ void action_buttons(void)
"converted into Ipo keys");
xco+=64;
- }
+ //}
uiClearButLock();
/* draw LOCK */