Revision 3820237 by Jeroen Bakker May 24, 2018, 08:23 (GMT) |
Workbench: in editmode the toggle xray option will be disabled Z-Key was already taken by show hidden wires |
Revision 7762522 by Jeroen Bakker May 24, 2018, 07:28 (GMT) |
Workbench: define to enable/disable revealage buffer. |
Revision e561eef by Jeroen Bakker May 24, 2018, 07:28 (GMT) |
Workbench: Revealage buffer |
Revision a709e8d by Campbell Barton May 24, 2018, 07:27 (GMT) |
Correct last commit |
Revision 5df8a6e by Campbell Barton May 24, 2018, 07:08 (GMT) |
Correct fix for view center The view layers active object was not being copied. |
Revision 153c774 by Campbell Barton May 24, 2018, 07:08 (GMT) |
Revert "Fix COW view center for pose mode" This reverts commit 485990e4aa38c182826e44cd36b1165bc8de7f95. |
Revision d7824de by Philipp Oeser May 24, 2018, 07:03 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 1318660 by Philipp Oeser May 24, 2018, 07:02 (GMT) |
Fix T55034: Setting duplication group for multiple selected items only affects one item UI editing multiple selected items missed the case of PROP_POINTER properties Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D3373 |
Revision 569a5e0 by Philipp Oeser May 24, 2018, 06:48 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 3e9b592 by Philipp Oeser May 24, 2018, 06:41 (GMT) |
Fix Extend property of Lasso select tool in Mask editor not working Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D3361 |
Revision 54f2e58 by Philipp Oeser May 24, 2018, 06:34 (GMT) |
Fix T54336: Extend property of Lasso select tool in Node editor does not work Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D3360 |
Revision 5ee965e by Philipp Oeser May 24, 2018, 06:27 (GMT) |
Merge branch 'master' into blender2.8 |
Revision d78894e by Philipp Oeser May 24, 2018, 06:21 (GMT) |
Revision 176e184 by Lukas Stockner May 23, 2018, 23:41 (GMT) |
Fix T55137: Compilation failing on non-x86-64 architectures Some conversion helper functions were (most likely by accident) contained inside an ifdef for SSE2 support, so on e.g. ARM they would be undefined and therefore cause compilation to fail. |
Revision 6f20fcd by Julian Eisel May 23, 2018, 20:38 (GMT) |
UI: Global "Status-bar" Area (WIP) * Add horizontal bar at bottom of all non-temp windows, similar to the Top-bar. * Status-bar is hidden in UI-less fullscreen mode * Current contents are preliminary and based on T54861: ** Left: Current file-path if needed. "(Modified)" note if file was changed. ** Center: Scene statistics (like in 2.7 Info Editor). ** Right: Progress-bars and reports * Internally managed as own "STATUSBAR" editor-type (hidden in UI). * Like with the Top-bar, Status-bar data and SDNA writing is disabled. * Most changes in low-level screen/area code are to support layout bounds that differ from window bounds. Design task: T54861 Main changes approved by @brecht. |
Revision 7b58073 by Germano Cavalcante May 23, 2018, 20:27 (GMT) |
Fix INFO_MT_surface_add It was a copy of `INFO_MT_curve_add` (I'm sure it was not intentional). |
Revision 67598d3 by Joshua Leung May 23, 2018, 18:30 (GMT) |
Revert "Depsgraph: refresh RNA that doesn't need a full rebuild" This reverts commit b4b745b72064ee7d3d8b0245ac8e8358b7fd07a3. This was causing a problem in 01_025_A.anim.blend from the Spring production files, where selecting one of Autumn's bones would result in character jumping back to the origin. |
Revision 6955add by Campbell Barton May 23, 2018, 18:25 (GMT) |
Fix T55166: crash joining areas Caused by own commit 6e40b2de7ae8, Tested w/o this call and can't find any errors so commenting the call. |
Revision 401e975 by Dalai Felinto May 23, 2018, 18:05 (GMT) |
Fix curve not updating when scaling Bevel Object Note the relationship we need is from the geometry/object to the curve data, not the curve object. Related to T55167, though when copy-on-write is enabled, we still get a crash. |
Revision 933a083 by Campbell Barton May 23, 2018, 17:48 (GMT) |
UI: popup panel operator, as we have for menus |
|
|
|


Master Commits
MiikaHweb | 2003-2021