Blender Git Commits

Blender Git "master" branch commits.

Page: 2401 / 5574

March 3, 2016, 19:36 (GMT)
Docs: add comment on reloading modules
March 3, 2016, 19:36 (GMT)
Use IOError exception failing to write blend file
March 3, 2016, 15:06 (GMT)
Fix T47676, take two: also do some 'regular file' versionning (allows to handle users own default startup files, among others...).
March 3, 2016, 14:48 (GMT)
Fix T47676: Broken default values for particle brush strength.

Current startup .blend has old (percent?) values for particle brush strength.

Since rBe4e21480d6331903c90ab073746484498441e1ac, UI controls do not clamp automatically values anymore,
which means when you first enable comb (or any other brush) you get a 50 strength, waaaayyyy to powerful.

This commit fixes this in `BLO_update_defaults_startup_blend`, note that it does not fix custom users'
startup files, nothing to do here...
March 3, 2016, 14:03 (GMT)
Fix T47644: crash (use-after-free) regression from rB7a74738914a66e.

Handling `me` data here is not good idea anyway, we override it completly with data
from `tmp` (crash came from freeing already existing bb from me, while pointer still existed in tmp).

(rediscovered it while working on T47676...).

To be backported to 2.77.
Revision adafcda by Julian Eisel
March 3, 2016, 13:32 (GMT)
Fix T47674: "Change Data/Files" setting incorrect filter

Image filter was not set, but only if invoked from toolbar (image strip needs to be selected to see the button).
Caused by rB7fa72b8970, Wasn't aware there's another button for this for image strips.
March 3, 2016, 11:11 (GMT)
Fix player (c)
March 3, 2016, 11:02 (GMT)
Make texture node threaded

Quite trivial idea -- just pass tread ID to the texture sampling function.

Implemented as a TLS to avoid passing huge amount of extra contexts around.
Should be working on all platforms, but compilation test is required.

Reviewers: juicyfruit, campbellbarton

Reviewed By: campbellbarton

Differential Revision: https://developer.blender.org/D1831
March 3, 2016, 11:02 (GMT)
Add utility macro to work with thread local storage
March 3, 2016, 10:50 (GMT)
PyAPI: API for selectively writing data-blocks

Useful for writing asset-libraries to a file, eg.

`bpy.data.libraries.write(filepath, datablocks, relative_remap=False, fake_user=False)`
March 3, 2016, 10:11 (GMT)
Refactor BKE_copybuffer for general partial saving

Move to re-usable BKE_blendfile_write_partial API
March 3, 2016, 08:21 (GMT)
Avoid some obvious crashes when running out memory allocating render result
March 3, 2016, 08:13 (GMT)
Render Save Buffers: Use proper memory buffer size for a display buffer
March 3, 2016, 08:12 (GMT)
CMake: Remove redundant print of Git Found message

find_package(Git) will already print this.
March 3, 2016, 07:50 (GMT)
UI: move checkbox for missing add-ons to LHS
March 3, 2016, 06:34 (GMT)
Experimental option to build Blender with C11 support

It'll be nice to eventually go C11/C++11 by default, but for until
then it's kinda handy to be able to build locally with C11 support,

Reviewers: mont29, campbellbarton

Reviewed By: mont29, campbellbarton

Differential Revision: https://developer.blender.org/D1752
March 3, 2016, 02:35 (GMT)
Cleanup: take Main argument for copy
March 3, 2016, 01:36 (GMT)
Fix RNA property clamp assigning in Python

On first assignment the value was clamped, but successive assignments weren't.
March 3, 2016, 01:36 (GMT)
Cleanup: comments for creator_args & line length
March 3, 2016, 00:45 (GMT)
Armature edit-mode: Add clear-roll operator, Alt-R
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021