Revision fef9647 by Lukas Stockner / Erik Englesson (gsoc-2018-many-light-sampling, soc-2020-production-ready-light-tree, soc-2020-production-ready-light-tree-2) June 1, 2018, 13:41 (GMT) |
Cycles/Compositor: Add arctan2 operation to the Math node The Math node currently has the normal atan() function, but for actual angles this is fairly useless without additional nodes to handle the signs. Since the node has two inputs anyways, it only makes sense to add an arctan2 option. Reviewers: sergey, brecht Differential Revision: https://developer.blender.org/D3430 |
Revision f914311 by Campbell Barton / Erik Englesson (gsoc-2018-many-light-sampling, soc-2020-production-ready-light-tree, soc-2020-production-ready-light-tree-2) June 1, 2018, 13:41 (GMT) |
3D View: remove poll 3D view for copy/paste These operators only need selected objects. |
Revision d9b2b82 by Philipp Oeser / Erik Englesson (gsoc-2018-many-light-sampling, soc-2020-production-ready-light-tree, soc-2020-production-ready-light-tree-2) June 1, 2018, 13:41 (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 584cb4a by Philipp Oeser / Erik Englesson (gsoc-2018-many-light-sampling, soc-2020-production-ready-light-tree, soc-2020-production-ready-light-tree-2) June 1, 2018, 13: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 9bccf14 by Philipp Oeser / Erik Englesson (gsoc-2018-many-light-sampling, soc-2020-production-ready-light-tree, soc-2020-production-ready-light-tree-2) June 1, 2018, 13:41 (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 4e7eef0 by Lukas Stockner / Erik Englesson (gsoc-2018-many-light-sampling, soc-2020-production-ready-light-tree, soc-2020-production-ready-light-tree-2) June 1, 2018, 13: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 3633221 by Campbell Barton / Erik Englesson (gsoc-2018-many-light-sampling, soc-2020-production-ready-light-tree, soc-2020-production-ready-light-tree-2) June 1, 2018, 13:41 (GMT) |
Cleanup: strip trailing space from interface files |
Revision db14aca by Campbell Barton / Erik Englesson (gsoc-2018-many-light-sampling, soc-2020-production-ready-light-tree, soc-2020-production-ready-light-tree-2) June 1, 2018, 13:41 (GMT) |
Fix incorrect size in aligned lockfree realloc Thanks to @alikendarfen for finding. |
Revision 95d786f by Campbell Barton / Erik Englesson (gsoc-2018-many-light-sampling, soc-2020-production-ready-light-tree, soc-2020-production-ready-light-tree-2) June 1, 2018, 13:41 (GMT) |
blenderplayer: add stubs |
Revision cd502b8 by Campbell Barton / Erik Englesson (gsoc-2018-many-light-sampling, soc-2020-production-ready-light-tree, soc-2020-production-ready-light-tree-2) June 1, 2018, 13:41 (GMT) |
Fix T55093: Bisect + fill crash |
Revision 72d9ca0 by Campbell Barton / Erik Englesson (gsoc-2018-many-light-sampling, soc-2020-production-ready-light-tree, soc-2020-production-ready-light-tree-2) June 1, 2018, 13:41 (GMT) |
Memory allocator: use lockfree calls internally Was already used in some areas. |
Revision deb5c1d by Campbell Barton / Erik Englesson (gsoc-2018-many-light-sampling, soc-2020-production-ready-light-tree, soc-2020-production-ready-light-tree-2) June 1, 2018, 13:41 (GMT) |
CMake: only include licences for enabled libs |
Revision ed657c9 by Campbell Barton / Erik Englesson (gsoc-2018-many-light-sampling, soc-2020-production-ready-light-tree, soc-2020-production-ready-light-tree-2) June 1, 2018, 13:41 (GMT) |
Cleanup: use const for transform internal API |
Revision 72ba23c by Campbell Barton / Erik Englesson (gsoc-2018-many-light-sampling, soc-2020-production-ready-light-tree, soc-2020-production-ready-light-tree-2) June 1, 2018, 13:41 (GMT) |
RNA: support for PARM_OUTPUT & PARM_RNAPTR |
Revision 96b252d by Brecht Van Lommel / Erik Englesson (gsoc-2018-many-light-sampling, soc-2020-production-ready-light-tree, soc-2020-production-ready-light-tree-2) June 1, 2018, 13:41 (GMT) |
Fix too much memory usage for Cycles attribute map. Thanks to Thomas Krebs for identifying the problem and solution. |
Revision 922b77f by Brecht Van Lommel / Erik Englesson (gsoc-2018-many-light-sampling, soc-2020-production-ready-light-tree, soc-2020-production-ready-light-tree-2) June 1, 2018, 13:41 (GMT) |
Fix/workaround RNA build error in C++ API. It seems output parameter needs to be the last one. |
Revision f024ae1 by Campbell Barton / Erik Englesson (gsoc-2018-many-light-sampling, soc-2020-production-ready-light-tree, soc-2020-production-ready-light-tree-2) June 1, 2018, 13:41 (GMT) |
Cleanup: correct variable names |
Revision d01207e by Campbell Barton / Erik Englesson (gsoc-2018-many-light-sampling, soc-2020-production-ready-light-tree, soc-2020-production-ready-light-tree-2) June 1, 2018, 13:41 (GMT) |
WM: utility to find a keymap item from an operator Also RNA access to WM_keyconfig_update, needed when generating dynamic keymaps used in menus immediately after. |
June 1, 2018, 13:37 (GMT) |
Fix missing braces |
Revision 99cc3f8 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) June 1, 2018, 13:35 (GMT) |
Remap mode keymaps and solve merge issue The keymap has been changed and there was a merge error. |
|
|
|


Master Commits
MiikaHweb | 2003-2021