Revision 22ec991 by Bastien Montagne September 30, 2015, 18:20 (GMT) |
Fix T46331: File open does not show thumbnails, when a filter_glob is provided by python scripts. No reason to exclude usual file-type 'guessing' for operator-filtered extensions... Safe for 2.76, should we need to merge more fixes. |
Revision fabde2a by Sergey Sharybin September 30, 2015, 15:59 (GMT) |
Revision 95763b8 by Sergey Sharybin September 30, 2015, 15:57 (GMT) |
Revert "Fix T46247: Side-reported, bbox for zero-verts object with OSD subsurf and GPU compute would be -INF." This reverts commit b278e8742be436f7d0272033bc93def1d47f1752. |
Revision 1030b22 by Bastien Montagne September 30, 2015, 08:51 (GMT) |
Fix T46325: Armature: No more possible to rotate a bone with only its tip selected, in EditMode. Regression from rB312cb0a957b81233ea, now we make an exception for TFM_ROTATION mode... |
Revision 491b189 by Julian Eisel September 29, 2015, 23:58 (GMT) |
Fix T46306: Cursor sometimes jumps with num-slider buttons & Continuous Grab More precise description of the issue: Clicking on the right side of a num-slider button with Continuous Grab enabled sometimes caused cursor to jump to the inner value indicator even though text editing was started. Happened because data->ungrab_mval wasn't reset correctly after dragging. |
Revision 32365bb by Julian Eisel September 29, 2015, 23:58 (GMT) |
Add drag-threshold for number slider buttons Was already used for normal number buttons for ages, makes sense to use here too. |
Revision 7d2a62e by Bastien Montagne September 29, 2015, 17:54 (GMT) |
Fix T46299: Windows: File Browser Crash while listing big folders in preview mode (fonts, images...). Windows-only bug, mmap & co are not threadsafe by default on this platform, so we have to add a dedicated spinlock for them in win32. Note that we may try to get rid of those mmap later, but not for 2.76! To be backported to final 2.76... |
Revision 2eb0c99 by Bastien Montagne September 28, 2015, 18:32 (GMT) |
i18n extraction tools: keep even better order of entries in PO files. Important to avoid too much changes, especially on the git repo (we are still getting way too much changes there currently...). |
Revision 3a58de3 by Sergey Sharybin September 28, 2015, 16:33 (GMT) |
Blender Internal: Fix regression in point density texture The issue was introduced by original Cycles point density support commit, it lead to a constant density of 1 for object verticies point density source. |
Revision 4c09f47 by Sergey Sharybin September 28, 2015, 16:33 (GMT) |
Cycles: Fix wrong particles min/max calculation for point density Solves wrong object mapping reported in T46301. |
Revision fc97204 by Bastien Montagne September 28, 2015, 08:04 (GMT) |
Fix T46293: Text Editor: Convert to spaces/to tabs was totally broken with non-ASCII strings. Code was totally unaware of UTF8, also it was needlessly complicated... |
Revision 1a6d455 by Sybren A. Stüvel September 27, 2015, 15:20 (GMT) |
BGE docs fix: link to the correct method name |
Revision 8ea5cfd by Sybren A. Stüvel September 27, 2015, 14:32 (GMT) |
BGE documentation updates Mostly added missing :arg: clauses -- these caused the :type:-clauses that were already in the RST files to be hidden from the output HTML. I also fixed some argument types from 'list' to 'Vector' where applicable and corrected some obvious mistakes. |
Revision d187c6d by Bastien Montagne September 27, 2015, 08:24 (GMT) |
Fix T46285: "Select parent" if there is no parent doesn't work correctly. |
Revision 14bac99 by Bastien Montagne September 27, 2015, 07:51 (GMT) |
Fix T46268: All Hotkey "C" are unexpectedly translated in menus. We need custom context here, those are often very short names so context collision is pretty easy. Also some minor changes (and avoid shadowing varnames)... |
Revision 3bc16c3 by Brecht Van Lommel September 27, 2015, 00:40 (GMT) |
Fix T46271: switching between textures in texture buttons not updating preview. |
Revision b0951f4 by Brecht Van Lommel September 27, 2015, 00:20 (GMT) |
Fix T46212: blender internal lights in exclusive light group wrong in viewport. |
Revision 97b1b67 by Brecht Van Lommel September 27, 2015, 00:18 (GMT) |
Fix crash reporting render errors during baking. |
Revision 5a16c85 by Julian Eisel September 26, 2015, 11:40 (GMT) |
Fix file browser not sorting file list when opened from editor menu |
Revision 4aad17c by Campbell Barton September 26, 2015, 02:02 (GMT) |
Use PyThreadState_GetDict, avoid Python internals Works around problems caused by exposing Py internals (Py_BUILD_CORE). - Build error with GCC, Py3.6 & OpenMP - Linking error on MSVC |
|
|
|


Master Commits
MiikaHweb | 2003-2021