NOTE: Git statistics and logs are no longer updated after 2022-01-01. Please use other resources to look up Blender commit history, such as:
Blender Git "soc-2020-outliner" branch commits.
Blender Git Commits
August 20, 2020, 17:54 (GMT) |
Merge branch 'outliner-collection-colors' into soc-2020-outliner |
August 20, 2020, 17:52 (GMT) |
Outliner: Fix missing argument to UNUSED macro |
August 20, 2020, 17:44 (GMT) |
Fix: Line highlight using wrong function |
August 20, 2020, 17:29 (GMT) |
Merge branch 'outliner-parent-highlight' into soc-2020-outliner |
August 20, 2020, 17:28 (GMT) |
Outliner: Parent highlight for collapsed active child Draw the row highlighted for the parents of a subtree with the active object when that subtree is collapsed. |
August 20, 2020, 17:15 (GMT) |
Merge branch 'master' into soc-2020-outliner |
August 20, 2020, 1:52 (GMT) |
Merge branch 'master' into soc-2020-outliner |
August 19, 2020, 3:53 (GMT) |
Collections: Add color tagging and use in outliner Add a color tag to collections and allow tagging from the outliner context menu. Show the colored icon in UI menus. Differential Revision: https://developer.blender.org/D8622 |
August 19, 2020, 3:47 (GMT) |
Collections: Include new collection color icon |
August 19, 2020, 3:23 (GMT) |
Collections: Add color tagging & use in outliner Add a color tag to collections and allow tagging from the outliner context menu. Show the colored icon in UI menus. |
August 19, 2020, 2:46 (GMT) |
Merge branch 'master' into soc-2020-outliner |
August 18, 2020, 21:50 (GMT) |
Cleanup: Remove broken context menu mode toggle code The outliner context menu had an operator to enter/exit modes, but it only showed when the objects were in modes. Additionally, I'm not certain how much it was used since it has been broken for a long time and no one has reported it. Entering modes through the context menu could be a nice feature, but I think it would be an easier problem to solve after a context menu refactor. |
August 18, 2020, 21:14 (GMT) |
Cleanup: Outliner mode toggle warnings Remove warnings from unused parameters. |
August 18, 2020, 21:6 (GMT) |
Cleanup: Remove unused outliner select code No functional changes. |
August 18, 2020, 21:1 (GMT) |
Cleanup: Remove unused tree sort code No functional changes |
August 18, 2020, 20:35 (GMT) |
Merge branch 'master' into soc-2020-outliner |
August 18, 2020, 16:10 (GMT) |
Merge branch 'master' into soc-2020-outliner |
August 18, 2020, 3:8 (GMT) |
Fix build error |
August 18, 2020, 3:5 (GMT) |
Merge branch 'soc-2020-outliner' of git.blender.org:blender into soc-2020-outliner |
August 18, 2020, 2:54 (GMT) |
Cleanup: Remove unused outliner code Some functions that have been rewritten for GSoC 2020 can now be removed. |