Revision d05b9e0 by Brecht Van Lommel October 3, 2018, 10:55 (GMT) |
Fix build with older CMake versions that we still need to support. |
Revision e5387ee by Brecht Van Lommel October 3, 2018, 10:12 (GMT) |
Merge branch 'master' into blender2.8 |
Revision d2da3af by Brecht Van Lommel 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. |
Revision 8d26705 by Antonio Vazquez 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. |
Revision 2d21eb7 by Jacques Lucke 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 |
Revision 1c3411a by Campbell Barton 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. |
Revision e44dfbb by Campbell Barton October 3, 2018, 03:10 (GMT) |
Transform: enable shrink-wrap even offset by default Holding Alt now disables. |
Revision fb8d268 by Campbell Barton October 3, 2018, 02:23 (GMT) |
Fix T56975: Transform incorrect w/ constraint |
Revision 65e577d by Germano Cavalcante 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. |
Revision 6a4bed7 by Campbell Barton October 3, 2018, 00:20 (GMT) |
RNA: Make various .add(count) a required arg |
Revision 2de2111 by Campbell Barton October 2, 2018, 23:08 (GMT) |
RNA: curve points add(count) a required arg |
Revision 2d37901 by Campbell Barton 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. |
Revision 9596dfc by Campbell Barton October 2, 2018, 22:34 (GMT) |
Extrude: add normal flip to mesh.extrude_context Was giving errors on each access. |
Revision 2497b2d by Campbell Barton 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. |
Revision 8ba4dd3 by Campbell Barton October 2, 2018, 22:20 (GMT) |
Fix gizmo tooltips ignoring preference |
Revision 4c22807 by Campbell Barton October 2, 2018, 22:10 (GMT) |
Cleanup: style |
Revision 00c0e55 by Dalai Felinto October 2, 2018, 20:11 (GMT) |
Multi-Objects: TRANSFORM_OT_vertex_random This was listed under the armature task yet it is used for meshes too. Also make sure all the UI names are capitalized (normal > Normal). |
Revision 1fd8e18 by Dalai Felinto October 2, 2018, 19:54 (GMT) |
Multi-Objects: Select similar armature: SIMEDBONE_LAYER And final one as well. |
Revision ecce4f4 by Dalai Felinto October 2, 2018, 19:47 (GMT) |
Multi-Objecs: Select similar armature: SIMEDBONE_PREFIX and SIMEDBONE_SUFFIX |
Revision 6b3ff1e by Dalai Felinto October 2, 2018, 19:46 (GMT) |
Multi-Objects: Select similar armature: SIMEDBONE_DIRECTION Also added epsilon into the mix. |
|
|
|


Master Commits
MiikaHweb | 2003-2021