Go to file
Ton Roosendaal a8c48058f9 Bug fix #34436
Two example files that crashed texture nodes. 
- On delete texture nodes, it should free the exec cache (because this cache
  stores the node pointer.
- On redo, nodes can exist can exist without typeinfo set. Exec (free) code
  was not checking for that. Don't ask me why this happens... tex nodes are weird.
2013-02-27 14:25:39 +00:00
build_files add PHY headers to cmake's ketsji (else some IDE's won't show) 2013-02-26 23:08:42 +00:00
doc CMake: update cmake.txt documentation to remove some old information and link 2013-02-26 00:49:45 +00:00
extern Use threaded cost function and jacobian computation 2013-02-26 17:52:10 +00:00
intern Fix various warnings with clang build, and adjust cmake clang warnings flags 2013-02-26 21:58:06 +00:00
release Added RGBA|RGB channels toggle to sequencer preview 2013-02-27 10:26:58 +00:00
source Bug fix #34436 2013-02-27 14:25:39 +00:00
CMakeLists.txt Fix various warnings with clang build, and adjust cmake clang warnings flags 2013-02-26 21:58:06 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile code cleanup: comment unused members of bmesh operator slots and some osl style edits. 2012-11-20 14:31:58 +00:00
SConstruct OpenGL: implemenation of fixed function lighting as per pixel GLSL shaders. The 2013-02-26 00:49:42 +00:00