Blender Git Commits

Blender Git "blender-v2.73-release" branch commits.

Page: 2 / 4

January 20, 2015, 09:18 (GMT)
Fix crash in texture paint sampling when sampling materials without
textures slots
January 20, 2015, 09:18 (GMT)
Fix for GTest
January 20, 2015, 09:18 (GMT)
Fix texture sampling with generative modifiers - sample backbuffer
returns indices in mesh face range
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.
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.
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)
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.
January 8, 2015, 18:44 (GMT)
exclude git/arc files from tgz archive
January 8, 2015, 18:43 (GMT)
correct permissions
January 7, 2015, 13:17 (GMT)
Logic Bricks *must* be kept in alphabetical order
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.
January 7, 2015, 10:44 (GMT)
Fix: Segfault in Image Editor when transforming GPencil Strokes
January 7, 2015, 10:44 (GMT)
Fix: Missing updates for UI panels and main region when using Grease Pencil in Image Editor
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
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
January 6, 2015, 09:57 (GMT)
GTest was broken on Linux
January 6, 2015, 09:55 (GMT)
BLI_string_utf8: add BLI_strncpy_utf8_rlen
January 6, 2015, 09:33 (GMT)
Fix T43122: Shrinkwrap target, wrong linked object
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
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.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021