Revision 5e5cf9e by Philipp Oeser August 3, 2019, 10:22 (GMT) |
Fix T68161: typo in ui_text of RNA scene.objects |
Revision 3232fc3 by Ray molenkamp August 2, 2019, 19:29 (GMT) |
Deps: Fix build error with theora on windows. |
Revision 6de4123 by Antonio Vazquez August 2, 2019, 19:24 (GMT) |
GPencil: Replace Separate menu by operator Enum to display assigned key As the operator was using a menu, the keymap was not displayed. Now, the operator is used directly and don't need the menu. |
Revision f7d5941 by Brecht Van Lommel August 2, 2019, 17:53 (GMT) |
Fix freestyle tests failing when using WITH_PYTHON_SAFETY |
Revision 15e224d by Brecht Van Lommel August 2, 2019, 17:03 (GMT) |
Build: disable RTTI for the entire Cycles module, not only the kernel The partial disabling was causing issues with Clang and ASAN, and it seems we don't need to restrict it to the kernel anymore now that we are no longer using boost directly. |
Revision a744fedc by Campbell Barton August 2, 2019, 16:52 (GMT) |
Fix T68129: Bridge edge loops fails on small edge loops |
Revision 26d5fae by Bastien Montagne August 2, 2019, 16:24 (GMT) |
Fix T68135: Do not return NULL/None when converting an object to a mesh. Does not make sense in the use-cases of that function, especially since we don't know whether it is actually due to an error, or some glitch (like an empty curve). Think we always want to get a mesh when using either operator conversion, or the `bpy.data.meshes.new_from_object` function. Note that an assert was also added to ensure we do try to convert from a valid 'geometry' object type. |
Revision dda0de4 by Brecht Van Lommel August 2, 2019, 15:25 (GMT) |
Fix address sanitizer overflow warnings for bit manipulation functions Perform with unsigned int instead of signed int. Differential Revision: https://developer.blender.org/D5402 |
Revision 256c412 by Brecht Van Lommel August 2, 2019, 15:25 (GMT) |
Tests: also don't fail on memory leaks for gtests |
Revision 5ba070c by Germano Cavalcante August 2, 2019, 15:14 (GMT) |
DRW: Select Engine: Create DRWPass only when context requests it |
Revision 454daf9 by Sybren A. Stüvel August 2, 2019, 14:49 (GMT) |
Upgrade Python from 3.7.0 to 3.7.4 |
Revision 53ae209 by Sybren A. Stüvel August 2, 2019, 14:49 (GMT) |
make deps: avoid running pdflatex as part of building Theora On machines with pdflatex installed, this is run to build Theora.pdf. Unfortunately this process breaks, at least on my Ubuntu 18.04 LTS system. By setting `HAVE_PDFLATEX=no` (or any other value that is not "yes") this can be avoided. I don't think that it's important to have this PDF file built anyway, as it's not a dependency of Blender itself. |
Revision 369ffbd by Sebastian Parborg August 2, 2019, 14:42 (GMT) |
Fix T68073: Wacom Intuos 5S no pen pressure on Wayland The issue is that wayland seems to impose a generic device naming scheme when using Xwayland For example any table stylus will show up with the following naming convention: xwayland-stylus:33 For this to work in blender, I had to modify how the identifier string is extracted. I also renamed the two char pointers in the search algorithm to be more logical. Reviewed By: Brecht Differential Revision: https://developer.blender.org/D5401 |
Revision 455a1e2 by Antonio Vazquez August 2, 2019, 14:25 (GMT) |
Fix T68021: GPencil After using eraser when draw primitives, next primitive has missing handles The problem was related to wrong Brush. After using the Eraser or Fill, the default brush was not the drawing one, so the handles were missing. Now, the operator force the drawing brush. Reviewer: @campbellbarton Differential Revision: https://developer.blender.org/D5403 |
Revision 9198ff4 by Ray molenkamp August 2, 2019, 14:25 (GMT) |
Cleanup/Win: Fix build folder name if no target is set When you call make.bat without a target the build folder name would have a double underscore in it which looked odd. |
Revision 630747c by Bastien Montagne August 2, 2019, 14:20 (GMT) |
Revision 820522d by Bastien Montagne August 2, 2019, 14:20 (GMT) |
Fix (unreported) missing/broken translations in Text space. As a reminder, no new fancy python string formatting is just not working (tm) with i18n translations system... |
Revision 15b848e by Bastien Montagne August 2, 2019, 14:20 (GMT) |
Fix most (if not all) untranslated Panel-labels reported in T66731. |
Revision 8936479 by Ray molenkamp August 2, 2019, 14:19 (GMT) |
Cleanup/Win: Remove unused game engine variables in build helper scripts |
Revision e5a5d28 by Campbell Barton August 2, 2019, 14:12 (GMT) |
|
|
|


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