Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 2813 / 5574

August 5, 2014, 10:03 (GMT)
Fix possible harmful warning: the value of the size argument in 'strncat' is too large, change the argument to be the free space in the destination buffer minus the terminating null byte
August 5, 2014, 09:53 (GMT)
Fix T41318: OSL broken on Linux kubuntu 14.04

Now for real, hopefully.
August 5, 2014, 09:28 (GMT)
Fix wrong assert happening in the CUEW
August 5, 2014, 09:11 (GMT)
Fix: T41318
OSL compiler signature changed with 1.5.
August 5, 2014, 07:57 (GMT)
Deduplicate CUDA and OpenCL wranglers

For now it was mainly about OpenCL wrangler being duplicated
between Cycles and Compositor, but with OpenSubdiv work those
wranglers were gonna to be duplicated just once again.

This commit makes it so Cycles and Compositor uses wranglers
from this repositories:

- https://github.com/CudaWrangler/cuew
- https://github.com/OpenCLWrangler/clew

This repositories are based on the wranglers we used before
and they'll be likely continued maintaining by us plus some
more players in the market.

Pretty much straightforward change with some tricks in the
CMake/SCons to make this libs being passed to the linker
after all other libraries in order to make OpenSubdiv linked
against those wranglers in the future.

For those who're worrying about Cycles being less standalone,
it's not truth, it's rather more flexible now and in the future
different wranglers might be used in Cycles. For now it'll
just mean those libs would need to be put into Cycles repository
together with some other libs from Blender such as mikkspace.

This is mainly platform maintenance commit, should not be any
changes to the user space.

Reviewers: juicyfruit, dingto, campbellbarton

Reviewed By: juicyfruit, dingto, campbellbarton

Differential Revision: https://developer.blender.org/D707
August 5, 2014, 03:36 (GMT)
Cleanup: indentation
August 5, 2014, 02:21 (GMT)
Fix for double freeing of MEM_guardedalloc'ed memory originating from BLF_lang_set().
August 4, 2014, 22:06 (GMT)
Macros: replace UNPACK#OP -> UNPACK#_EX, allow suffix
August 4, 2014, 14:01 (GMT)
Fix memory leak of main lock when reading from library files.
August 4, 2014, 12:27 (GMT)
Fix T41175: Quad View - Properties Region - Clip Tickable option bug?
August 4, 2014, 01:43 (GMT)
Tweaks to macros
August 4, 2014, 01:18 (GMT)
Macros: prevent instantiation of args for type checks

also make CHECK_TYPE_INLINE more strict
August 4, 2014, 00:22 (GMT)
Cleanup: replace int cast with floorf when comparing time
August 4, 2014, 00:15 (GMT)
Correct cu->pathlen treated as a float
August 3, 2014, 20:03 (GMT)
Correct glitch in recent menu commit, click-drag locked menus
August 3, 2014, 19:17 (GMT)
Fix T41284: The python ops log doesn't work.
August 3, 2014, 16:35 (GMT)
Fixed linking OIIO on Windows. The debug and optimized options need to be before each individual library in a list.
August 3, 2014, 10:51 (GMT)
OSX/buildsystem: prepare usage on OSX 10.10 - Yosemite
- important: requires cmake >= 2.8.12 to read minor version right,
aka older cmake rates 10.10 lower than 10.6 for example ! ( sigh )
August 3, 2014, 10:35 (GMT)
Fix for glitch with menus not reliably setting an active item (D674)

When menus are clamped to the window bounds,
its was possible not to have an active menu-item under the mouse,
Making Ctrl+S,Enter not completely reliable.

Changes needed to support this are:

- menu item is activated on popup menus
(to avoid relying on mouse-over)
- moving mouse away from menu items only de-activates when over a new menu-item.
- Mouse clicks are ignored if they are not directly over the menu item.
August 2, 2014, 13:30 (GMT)
fix check for not llvm
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021