October 3, 2018, 12:06 (GMT) |
Silence warning |
October 3, 2018, 10:56 (GMT) |
Merge branch 'master' into blender2.8 |
October 3, 2018, 10:56 (GMT) |
Fix icon alpha theme option not working for monochrome icons. |
October 3, 2018, 10:55 (GMT) |
Fix build with older CMake versions that we still need to support. |
Revision 0bc6e43 by Nick Wu (greasepencil-object, greasepencil-refactor, soc-2018-npr, soc-2019-npr, temp-gpencil-eval) October 3, 2018, 10:30 (GMT) |
Merge remote-tracking branch 'remotes/origin/blender2.8' into soc-2018-npr # Conflicts: # source/blender/makesrna/intern/rna_scene.c |
October 3, 2018, 10:12 (GMT) |
Merge branch 'master' into blender2.8 |
October 3, 2018, 10:09 (GMT) |
Fix T54287: memory not freed after rendering on Linux. With new jemalloc versions memory allocated by threads that then become inactive is not longer automatically freed. Instead we have to enable a background thread to do it. Some testing is needed to find out of this is sufficient, because the background thread only runs periodically. |
October 3, 2018, 08:55 (GMT) |
GP: Add z-depth offset parameter This parameter allows to define the percentage of offset of a stroke when uses surface mode. Before, this was a fixed value, but for some artists' purposes, it's good to have the option to change it. |
October 3, 2018, 08:20 (GMT) |
Units: Support for fixed units Users can select the main unit they want to use now. Previously the displayed unit always depended on the magnitude of the value. The old behavior can be restored by switching to the "Adaptive" mode for length, mass and time units. Meters, kilograms and seconds are the default units for new and old scenes. The selected unit is also the default unit for user input. E.g. if cm is selected, whenever the user inputs a unitless number into a field of type length, it will be interpreted as cm. Reviewer: brecht Differential: https://developer.blender.org/D3740 |
October 3, 2018, 05:55 (GMT) |
Keymap: expose tool keymaps in the preferences Currently some modes share tool keymaps, we might want to disable this since it's confusing editing one thing in multiple places. However this should be resolved in the tool definitions. |
October 3, 2018, 03:10 (GMT) |
Transform: enable shrink-wrap even offset by default Holding Alt now disables. |
October 3, 2018, 02:23 (GMT) |
Fix T56975: Transform incorrect w/ constraint |
October 3, 2018, 02:00 (GMT) |
Dial 3d Gizmo refactoring. Transform the gizmo's drawing function into a generic function for use in other parts of the code. |
October 3, 2018, 00:20 (GMT) |
RNA: Make various .add(count) a required arg |
October 2, 2018, 23:08 (GMT) |
RNA: curve points add(count) a required arg |
October 2, 2018, 23:04 (GMT) |
RNA: fcurve keyframe add(count) a required arg This matches mesh add methods, and doesn't force it to be a keyword arg. |
October 2, 2018, 22:34 (GMT) |
Extrude: add normal flip to mesh.extrude_context Was giving errors on each access. |
October 2, 2018, 22:28 (GMT) |
Shrink/Fatten: change default 'even-thickness' Accessing from the tool and keyboard had different defaults, disable by default for both. |
October 2, 2018, 22:20 (GMT) |
Fix gizmo tooltips ignoring preference |
October 2, 2018, 22:10 (GMT) |
Cleanup: style |
|
|
|


Master Commits
MiikaHweb | 2003-2021