Go to file
Joshua Leung b7afbaf8cc Bugfix: Fix for crash when trying to create new action in Shape Key DopeSheet mode
When the active object had no shapekey data, trying to create a new action from the
Shape Keys mode of the DopeSheet would crash. The segfault here was a silly regression
caused by my earlier Action Stashing work.

However, the old (pre-Action Stashing) code here also wasn't that great either.
While it didn't crash, it would still silently create a new action, even if that
could not get assigned/used anywhere. To prevent both of these problems from
happening again, I've added additional null checks, as well as beefing up the poll
callback here to forbid keyframing
2015-03-28 23:23:23 +13:00
build_files CMake: Enable strict flags for C++ 2015-03-27 18:23:31 +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: Code cleanyp, sky model 2015-03-28 00:28:37 +05:00
release Use preview option to detect frame range for filename when using ctrl 2015-03-27 11:39:09 +01:00
scons@625d446ae8 Fixed border extension for the sunbeams node. 2014-09-23 11:42:11 +02:00
source Bugfix: Fix for crash when trying to create new action in Shape Key DopeSheet mode 2015-03-28 23:23:23 +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 Fix scons build 2015-03-20 19:47:06 +01:00