Go to file
Sergey Sharybin bffeab99ae Fix for fracture object crash
Issue was caused by incorrect resetting of tesselated fave data in copy_mesh:
- CustomData_free will free data from original mesh because layers in new mesh
  are pointing to the same memory just after copy. So it's needed only to
  set some pointers to NULL.
- It was incorrect filling fdata with zeroes because of incorrect structure size used.
2012-03-06 16:22:41 +00:00
build_files Missed Scons update for MinGW boost 2012-02-26 16:54:20 +00:00
doc == Python API docs == 2012-03-05 14:12:38 +00:00
extern revert r44503, (left patch file in for now), this gives an error with gcc: 2012-02-28 05:50:02 +00:00
intern Fix for 30439, Cycles node group conversion wasn't checking node->id pointer (group node without internal node tree). This is a somewhat unusual case (UI buttons don't allow unlinking group tree), but not entirely forbidden. 2012-03-06 11:34:57 +00:00
release Camera tracking: wall scene orientation operator 2012-03-06 12:27:42 +00:00
source Fix for fracture object crash 2012-03-06 16:22:41 +00:00
CMakeLists.txt revert r44503, (left patch file in for now), this gives an error with gcc: 2012-02-28 05:50:02 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Spelling Cleanup 2012-03-01 12:20:18 +00:00
SConstruct OSX: scons: fix own mistake, truncate output of xcode-build -version to major.minor version in config to change the var not only the print 2012-02-25 11:21:20 +00:00