Revision 96629df by Campbell Barton / Sergey Sharybin (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 8, 2015, 18:44 (GMT) |
exclude git/arc files from tgz archive |
Revision 1a7c5cc by Campbell Barton / Sergey Sharybin (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 8, 2015, 18:43 (GMT) |
correct permissions |
Revision b4d8fb5 by Dalai Felinto / Sergey Sharybin (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 7, 2015, 13:17 (GMT) |
Logic Bricks *must* be kept in alphabetical order |
Revision a52fe40 by Sergey Sharybin (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 7, 2015, 10:44 (GMT) |
Followup to fe3e000: no need to exit pose mode on operator redo This is to be backported to the release branch. |
Revision fedb34c by Joshua Leung / Sergey Sharybin (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 7, 2015, 10:44 (GMT) |
Fix: Segfault in Image Editor when transforming GPencil Strokes |
Revision 9f5223e by Joshua Leung / Sergey Sharybin (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 7, 2015, 10:44 (GMT) |
Fix: Missing updates for UI panels and main region when using Grease Pencil in Image Editor |
Revision 2db46a6 by Joshua Leung / Sergey Sharybin (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 7, 2015, 10:44 (GMT) |
Fix: Restored "Draw Poly" to D Ctrl RMB, as D Alt LMB was blocked by Alt-D (duplicate) keymap |
Revision f7aab6c by Sergey Sharybin (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 6, 2015, 12:58 (GMT) |
Blender 2.73 release commit Hopefully this one would eb the exact revision used for 2.73 final release |
Revision 110459c by Campbell Barton / Sergey Sharybin (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 6, 2015, 09:57 (GMT) |
GTest was broken on Linux |
Revision ee045d2 by Campbell Barton / Sergey Sharybin (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 6, 2015, 09:55 (GMT) |
BLI_string_utf8: add BLI_strncpy_utf8_rlen |
Revision d93ccef by Sebastian Koenig / Sergey Sharybin (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 6, 2015, 09:33 (GMT) |
Fix T43143: DPX header wrong, making it impossible to import to other software The issue was caused by the single letter in header, which is expected to be captial as per standard: http://www.simplesystems.org/users/bfriesen/dpx/S268M_Revised.pdf |
Revision 0b5a64f by Campbell Barton / Sergey Sharybin (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 6, 2015, 09:33 (GMT) |
Fix T43122: Shrinkwrap target, wrong linked object |
Revision f322362 by Campbell Barton / Sergey Sharybin (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 6, 2015, 09:33 (GMT) |
Recent fix for SDL2 broke joysticks for SDL1.2 |
Revision b8b7bd0 by Campbell Barton / Sergey Sharybin (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 6, 2015, 09:33 (GMT) |
Fix for crash for 'Edit Source' was accessing freed menu region. |
Revision ff09547 by Campbell Barton / Sergey Sharybin (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 6, 2015, 09:33 (GMT) |
Fix 8 memory leaks from bad PyList_Append use |
Revision 91a9751 by Tamito Kajiyama / Sergey Sharybin (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 6, 2015, 09:33 (GMT) |
Fix for view map cache not flushed by updates of edge detection options. This fix should be considered for inclusion in the 2.73 release, since it concerns a new feature of Freestyle introduced in 2.73. |
Revision 5be01ff by Sergey Sharybin (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 6, 2015, 09:33 (GMT) |
Cycles: Fix compilation error on AVX platforms with -arch-native Was a conflict in headers between clew and util_optimization.h. |
Revision a912699 by Bastien Montagne / Sergey Sharybin (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 6, 2015, 09:33 (GMT) |
Fix (unreported) 'pad9' not shown by UserPrefs' KeyBinding filter. Minor glicth, but still... Safe for 2.73. |
Revision b7b5c99 by Sergey Sharybin (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 6, 2015, 09:33 (GMT) |
Fix T43099: Modifiers in edit mode might mess up materials The issue was originall caused by 2e8ba17 by removing necessery call GPU_enable_material(). It was probably removed because in some cases material was enabled after calling setDrawOptions. That wasn't always a case for edit mode. This is absolutely to be included to 2.73 |
Revision 84dde30 by Campbell Barton / Sergey Sharybin (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 6, 2015, 09:33 (GMT) |
|