Blender Git Commits

Blender Git commits from all branches.

Page: 2255 / 2888

May 10, 2015, 21:28 (GMT)
Merge branch 'master' into ui-preview-buttons
May 10, 2015, 15:24 (GMT)
Fix SCons compile error (tm)
May 10, 2015, 15:18 (GMT)
Merge branch 'master' into UI-experiments
May 10, 2015, 15:15 (GMT)
Add variable sliding window for cached filebrowser items.

With big screens and tiny drawing, we can show much more than 1k items at once...
Also allows to reduce number of cached items in case we show few things big!
May 10, 2015, 13:53 (GMT)
Apply patch in a new branch, to clean the history a bit
May 10, 2015, 13:26 (GMT)
Merge branch 'master' into asset-experiments
May 10, 2015, 12:04 (GMT)
Drag type force field for keeping hairs "stuck" to a mesh surface.
May 10, 2015, 10:57 (GMT)
improving path handling in py samples for ui-previews
May 10, 2015, 10:34 (GMT)
Add safety check in PRV_DEFERRED_DATA

Disallow PRV_DEFERRED_DATA to be used when use_deferred is false
May 10, 2015, 10:18 (GMT)
changes for over-allocation

use more conventional `pointer + 1` to access over alloc data.
Was confusing having 2 byte trailing member of struct.
May 10, 2015, 10:08 (GMT)
Correct accidental sizeof void*/char mismatch
May 9, 2015, 14:58 (GMT)
Merge branch 'master' into cycles_kernel_split

Conflicts:
intern/cycles/device/device.h
intern/cycles/kernel/kernel_types.h
May 9, 2015, 14:49 (GMT)
Revert "Squashed commit of asset-experiments branch."

This reverts commit 01f7dab9f9309811dce6b5e3a3be7efa57e4a6ac.
May 9, 2015, 14:49 (GMT)
Squashed commit of asset-experiments branch.
May 9, 2015, 14:48 (GMT)
Merge branch 'master' into experimental-build
May 9, 2015, 14:43 (GMT)
Merge branch 'asset-experiments' into asset-engine
May 9, 2015, 14:42 (GMT)
Fix bad behavior in case of 'refresh' while still listing.

Mismatch in 'owner' of job, not giving right one to stoping helper, sigh.

Note that this was also affecting any 'interrupting' task (like changing level of flat listing...).
May 9, 2015, 14:06 (GMT)
Fix flickering of previews during listing process.

We cannot keep 'stable' list of items during listing process (each time new
entries are added, we have to filter and sort the whole lot again, which
means rebuilding 'draw' data from scratch - previews included).

Just wait until our filelist is complete to generate/use previews.
May 9, 2015, 14:00 (GMT)
Fix crash due to some missing final jop update in some rare cases.
May 9, 2015, 13:44 (GMT)
Cycles kernel split: Cleanup some style and unused header
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021