Blender Git Commits

Blender Git "master" branch commits.

Page: 2982 / 5574

January 15, 2014, 02:40 (GMT)
Code Cleanup: use iroundf

also increase precision of rctf print functions
January 15, 2014, 02:40 (GMT)
Code Cleanup: float/double promotions
January 15, 2014, 02:40 (GMT)
Math Lib: add iroundf function for: (int)floorf(a + 0.5f)
Revision 9e8428b by Joshua Leung
January 15, 2014, 01:54 (GMT)
Code cleanup - Commented out some code which wasn't actually doing anything

gpf->framenum is an int, not a float. Hence, this type of rounding has no effect.
Revision fcec99d by Joshua Leung
January 15, 2014, 01:45 (GMT)
Whitespace/Style fix
Revision 5196c4f by Joshua Leung
January 15, 2014, 01:45 (GMT)
Fix uninitialised var warning
Revision eda49cf by Sergej Reich
January 15, 2014, 00:07 (GMT)
Rigidbody: Remove keyboard shortcuts to add/remove bodies

We had several reports where users would create rigid bodies by accident
and then wonder why transformations behave differently.
Since these actions aren't used that often, just remove the shortcuts.
January 14, 2014, 23:41 (GMT)
Code Cleanup: avoid duplicate calls to WM_window_pixels_x/y
January 14, 2014, 23:06 (GMT)
Fix for minor precision glitch while zooming on clamped view2d
January 14, 2014, 22:51 (GMT)
Cycles: Disable SSE41 kernel on 32bit, we don't use intrinsics here anyway. Also disable it for Visual Studio < 2012, broken blendv instruction.
January 14, 2014, 22:33 (GMT)
Fix build issues with mingw's
Revision c00b8c5 by Gaia Clary
January 14, 2014, 22:08 (GMT)
fixed wrong comment
Revision 875ddfc by Gaia Clary
January 14, 2014, 21:54 (GMT)
Added missing include
January 14, 2014, 21:48 (GMT)
OS X linker does not like empty compilation unit by itself in a library. Scons creates one library (.a) per kernel. This fixes that
January 14, 2014, 21:40 (GMT)
Fix for icon generation with MSVC

Big thanks to Gaia for getting this working!
January 14, 2014, 21:04 (GMT)
Cycles: Build SSE41 kernel per default, remove build option. This hopefully also fixes some compile errors on various systems.
January 14, 2014, 20:52 (GMT)
Fix for rBec81feab6649: better to search for versionned libs first, else it can use your system ones instead of those built by install_deps!
January 14, 2014, 20:52 (GMT)
Cleanup: some boolean int to real bool.
January 14, 2014, 20:49 (GMT)
DingTo forgot to make sure kernel_sse41 is compiled in even when empty
January 14, 2014, 19:43 (GMT)
CMake: Fix libname handling of OpenEXR 2.1. The library built with Autotools was not found.

Weird library names having version suffix (e.g. libIex-2_1.so) are used only
when the OpenEXR was built with CMake. Building the library with the Autotools
doesn't add the version suffix.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021