Revision 1d0c238 by Antonis Ryakiotakis / Campbell Barton (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 20, 2015, 09:18 (GMT) |
Fix crash in texture paint sampling when sampling materials without textures slots |
Revision 973e387 by Campbell Barton (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 20, 2015, 09:18 (GMT) |
Fix for GTest |
Revision 9a0c2c7 by Antonis Ryakiotakis / Campbell Barton (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 20, 2015, 09:18 (GMT) |
Fix texture sampling with generative modifiers - sample backbuffer returns indices in mesh face range |
Revision a1a182c by Mitchell Stokes / Campbell Barton (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 20, 2015, 09:18 (GMT) |
Fix T40257: Frustum culling not working properly Instead of getting fancy this time, we'll just use Mahalin's simpler fix. This may have slight performance impacts, but it is a lot simpler than the previous fix and shouldn't cause as many bugs. |
Revision e5fbe74 by Mitchell Stokes / Campbell Barton (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 20, 2015, 09:18 (GMT) |
Revert "Fix T40257: Frustum culling not working properly" This reverts commit 315609ec0c1e28eb12bde3e8bbd2a5b03672b1a9. This fix still causes more issues than it solves. |
Revision fdbedfe by Antonis Ryakiotakis / Campbell Barton (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 20, 2015, 09:18 (GMT) |
Fix gtest linking on ubuntu and do minor cleanup. Generally for build systems, libraries that do not depend on other libraries, such as system libraries, OpenGL etc always go at the end. We could even get rid of some duplicate dependency libraries here but auto duplication by build systems and differences between OSs make this difficult. GTest still duplicates all libraries twice to solve some issues which is weird (maybe libs are not sorted correctly for some reason? needs investigation) |
Revision 67439df by Sergey Sharybin (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 8, 2015, 18:44 (GMT) |
Remove executable flag from the build configuration files They're not intended to be executed directly and seems mode change happened by accident. Setting -x for this files to avoid possible incidents by trying to run this files in shell. |
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 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 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 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. |
|