Go to file
Joshua Leung 53f4aa7817 WIP: Added dedicated operator for unlinking actions from the Action Editor (NLA buttons support to come)
After looking into this more carefully, I've found that we do in fact need a dedicate
operator to add some custom logic when trying to unlink an action from the editor/datablocks.

Specifically, this new operator does the following:
1) When in Tweak Mode, it shouldn't be possible to unlink the active action,
   or else, everything turns to custard.
2) If the Action doesn't have any other users, the user should at least get
   a warning that it is going to get lost.
3) We need a convenient way to exit Tweak Mode from the Action Editor
4) If none of the above apply, we can just unlink normally

This commit implements this for the Action Editor, with stubs for the NLA Editor too.
Those will be fixed next.
2015-04-04 11:37:06 +13:00
build_files Buildbot: Use Clang with OpenMP support for 64bit OSX builds 2015-03-30 13:05:14 +05:00
doc rename BGE attr from D1091 (match methods) 2015-03-27 22:23:19 +11:00
extern Tracking: Fix one frame memory leak when tracking last frame 2015-03-25 13:20:37 +05:00
intern Cycles: Make guarded allocator happy about strict C++ flags 2015-04-02 15:51:43 +05:00
release WIP: Added dedicated operator for unlinking actions from the Action Editor (NLA buttons support to come) 2015-04-04 11:37:06 +13:00
scons@625d446ae8 Fixed border extension for the sunbeams node. 2014-09-23 11:42:11 +02:00
source WIP: Added dedicated operator for unlinking actions from the Action Editor (NLA buttons support to come) 2015-04-04 11:37:06 +13:00
tests BLI GHash: add some basic gtests. 2015-03-19 19:50:51 +01:00
.arcconfig Use HTTPS protocol for arc 2013-12-24 22:57:27 +06:00
.gitignore Revert "ignore conflict files" 2014-08-08 06:00:49 +10:00
.gitmodules Initialize git submodules for addons, locales and scons 2013-11-15 12:19:08 +06:00
CMakeLists.txt CMake: Enable strict flags for C++ 2015-03-27 18:23:31 +05:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile tweaks to packman build 2015-03-24 07:49:17 +11:00
SConstruct SCons: cudakernels now depends on some configuration tests 2015-03-30 13:11:08 +05:00