Go to file
Lukas Toenne 8bdbbca485 Fix #37192, Rendered preview causes crash when deleting a material node in shader node editor. The 'free' callback for node execution data was accessed from the node->typeinfo, but this pointer can
become invalid because the render database is not immediately freed after the job finishes. To avoid access to dangling node pointers, store the function callback in the exec data itself. The node
pointer must not be accessed in the free function (wasn't used before either), these functions are purely for the execution data.
2013-10-29 17:46:01 +00:00
build_files OSX/codesigning: add the signing rules used for releases 2013-10-28 17:08:07 +00:00
doc sphinx docgen wasn't including example scripts for python methods of RNA types. 2013-10-15 05:55:51 +00:00
extern Eagerly attempt to refine a track before doing a brute search 2013-10-29 01:06:50 +00:00
intern Fix #37184: film exposure + transparency not working well in cycles viewport. 2013-10-28 19:01:01 +00:00
release Project Pampa fix: animplayer will use preview range if preview is enabled 2013-10-29 15:49:01 +00:00
source Fix #37192, Rendered preview causes crash when deleting a material node in shader node editor. The 'free' callback for node execution data was accessed from the node->typeinfo, but this pointer can 2013-10-29 17:46:01 +00:00
CMakeLists.txt OSX/CMake: fix ftemplate condition 2013-10-24 18:46:00 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile lots of operator descriptions were incorrectly copy/pasted. 2013-09-30 05:50:41 +00:00
SConstruct OSX/scons: clean message 2013-10-12 15:31:53 +00:00