Revision 47498c4 by Campbell Barton March 1, 2016, 19:57 (GMT) |
Revision b302ed2 by Bastien Montagne March 1, 2016, 19:04 (GMT) |
Add Basque (Euskara) new language. Nothing critical, but would be nice to backport this to 2.77. |
Revision 42b2c47 by Bastien Montagne March 1, 2016, 17:09 (GMT) |
Fix T47643: Blender crash. Linked speaker issue. Speaker's localization func would not make direct-linked its used sound datablock... |
Revision 449fbde by Bastien Montagne March 1, 2016, 16:46 (GMT) |
Batch-previews generation: add option to control whether we save backup .blend1 file or not. Requested by Aaron Carlisle (@blendify) over IRC. |
Revision 50500a4 by Sergey Sharybin March 1, 2016, 12:00 (GMT) |
Fix T47638: Bad auto-smooth value for new meshes Code was using degrees as radians. Still unclear why default cube will have 180 degrees angle, but new meshes 30, but that's kinda separate topic which is to be addressed separately. This is a subject for final 2.77 release. |
Revision a0db3c3 by Bastien Montagne March 1, 2016, 11:44 (GMT) |
Fix (unreported) crash when opening a file from splash screen when 'load UI' option is disabled. See rB935e241fa6ea095493 for details of the issue, but first fix caused regression T47632. So for now handling the issue in a localized way, this is not a real solution (since this could happen in other cases), but will do for 2.77. This commit is to be backported to 2.77. |
Revision 607d916 by Bastien Montagne March 1, 2016, 10:47 (GMT) |
Fix T47632: Revert "Fix (unreported) crash when opening a file from splash screen when 'load UI' option is disabled." This reverts commit 935e241fa6ea095493ade5d5403c9ac55c18d5ef. Issue will be fixed in a more localized way for now (not that nice, since this use-after-free can possibly happen in other places too, but only safe solution for 2.77). This commit is to be backported in 2.77. |
Revision 0187a5f by Bastien Montagne March 1, 2016, 10:44 (GMT) |
Py (addons) i18n: fix memleak, enhance msgid lookup. Probably did not happen yet (since nobody uses addons translations...), but there was an nice memleak during creation of translation ghash in case a same msgid/msgctx would be added more than once. Also, no need to allocate (and free) a temp key each time we lookup a msgid, we can use given const strings directly here! |
Revision 8f14baa by Campbell Barton March 1, 2016, 05:49 (GMT) |
Edit Mesh: Edge tag toggle when no active path is found User request, this matches 2.6x behavior more closely. |
Revision 509270e by Julian Eisel February 29, 2016, 22:02 (GMT) |
Eyedropper: Reset property on cancel and add enter to confirm |
Revision a19c278 by Campbell Barton February 29, 2016, 20:37 (GMT) |
Include modules needed for Python to run pip This means Python developers can install pip using Blender's bundled Python. |
Revision c1d05fa by Julian Eisel February 29, 2016, 17:56 (GMT) |
User customizable keymap for eyedropper (modal operator) |
Revision d787db7 by Julian Eisel February 29, 2016, 16:47 (GMT) |
Cleanup: Rename ED_button_operatortypes -> ED_operatortypes_ui |
Revision 84b1d67 by Julian Eisel February 29, 2016, 16:46 (GMT) |
Add User Interface keymap (no items yet) Needed to allow modal UI keymaps, but I'm sure we'll need this more often in future. First item will be modal eyedropper keymap coming in a following commit. |
Revision e61588c by Julian Eisel February 29, 2016, 15:18 (GMT) |
Fix a bunch of temp full-screen glitches Steps to reproduce fixed glitches were: * Change any editor to be file browser from menu, Ctrl+O *from the file browser area*, Esc -> area reset to what it was before changing to file browser initially * Ctrl+O from any area, F12, Esc -> returns to initial editor in full-screen (expected is file browser in full-screen) Fixes T46229 Core of the fix is removing old area from spacedata list when going back to previous area (see ED_area_prevspace -> BKE_spacedata_remove). Also, when creating a new temp area we now don't exit old area anymore (needed so SpaceFile->op is kept, but it also makes sense in general) Aaand finally removes some ugly hacks. Tested quite a bit, so I think it's safe to apply (besides of remark below), just would like to get things double checked and confirmed. After all, this full-screen stuff finally starts to feel like it's working :P Note, there's still a memory leak when quitting Blender with temp area open. Haven't found out how to solve yet, but it's not that important for review anyway. Reviewers: campbellbarton, brecht Reviewed By: brecht Subscribers: plyczkowski, Blendify Maniphest Tasks: T46229 Differential Revision: https://developer.blender.org/D1531 |
Revision 49ba974 by Julian Eisel February 29, 2016, 14:20 (GMT) |
Cleanup: Duplicated function wmOrtho2_region_pixelspace and wmOrtho2_region_ui were doing exact same thing since rBSa86482f81cf3. |
Revision 94349ab by Sergey Sharybin February 29, 2016, 10:33 (GMT) |
Buildbot: Store latest master config from buildbot |
Revision ed22ab3 by Campbell Barton February 29, 2016, 09:37 (GMT) |
Fix T47604: Sculpt + Modifier undo gives invalid normals |
Revision 298aac3 by Campbell Barton February 29, 2016, 00:55 (GMT) |
Tests: improve RNA default reporting Float values were often reported with extra precision from float32 -> 64 conversion. Add repr_float_32 to give cleaner output. |
Revision 2baa6fa by Campbell Barton February 29, 2016, 00:02 (GMT) |
RNA: add is_array property Needed since dynamic arrays would have zero length. |
|
|
|


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