Revision 21583b5 by Campbell Barton March 3, 2016, 19:36 (GMT) |
Docs: add comment on reloading modules |
Revision b0bd39c by Campbell Barton March 3, 2016, 19:36 (GMT) |
Use IOError exception failing to write blend file |
Revision d377f14 by Bastien Montagne 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...). |
Revision 8ead499 by Bastien Montagne 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... |
Revision b47137a by Bastien Montagne 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. |
Revision 29902e0 by Sergey Sharybin March 3, 2016, 11:11 (GMT) |
Fix player (c) |
Revision 8c113a9 by Sergey Sharybin 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 |
Revision ba7eb0c by Sergey Sharybin March 3, 2016, 11:02 (GMT) |
Add utility macro to work with thread local storage |
Revision 3e5414e by Campbell Barton 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)` |
Revision b02b8a3 by Campbell Barton March 3, 2016, 10:11 (GMT) |
Refactor BKE_copybuffer for general partial saving Move to re-usable BKE_blendfile_write_partial API |
Revision 82cf78d by Sergey Sharybin March 3, 2016, 08:21 (GMT) |
Avoid some obvious crashes when running out memory allocating render result |
Revision e8bffa7 by Sergey Sharybin March 3, 2016, 08:13 (GMT) |
Render Save Buffers: Use proper memory buffer size for a display buffer |
Revision a96dbe5 by Sergey Sharybin March 3, 2016, 08:12 (GMT) |
CMake: Remove redundant print of Git Found message find_package(Git) will already print this. |
Revision d1499ba by Campbell Barton March 3, 2016, 07:50 (GMT) |
UI: move checkbox for missing add-ons to LHS |
Revision a47bfe7 by Sergey Sharybin 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 |
Revision 1776ad5 by Campbell Barton March 3, 2016, 02:35 (GMT) |
Cleanup: take Main argument for copy |
Revision cfaba8a by Campbell Barton 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. |
Revision 8fa1d70 by Campbell Barton March 3, 2016, 01:36 (GMT) |
Cleanup: comments for creator_args & line length |
Revision 2177f64 by Campbell Barton March 3, 2016, 00:45 (GMT) |
Armature edit-mode: Add clear-roll operator, Alt-R |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021