July 28, 2020, 18:25 (GMT) |
Merge branch 'master' into property-search-ui |
July 28, 2020, 17:48 (GMT) |
Property Search: Remove commented out code |
July 28, 2020, 16:11 (GMT) |
Property Search: Fixes for other-tab searching The main change here is not running the search twice for the active tab. We also check for the panel being active rather than just not filtered. There are still errors when the tool tab is active, those will be solved in a future commit. |
July 27, 2020, 20:39 (GMT) |
Property Search: Remove debugging information |
July 27, 2020, 20:32 (GMT) |
Merge branch 'master' into property-search-ui |
July 27, 2020, 16:34 (GMT) |
Merge branch 'master' into property-search-ui |
July 23, 2020, 17:21 (GMT) |
UI: Use an operator to set the property editor's pinned data-block This is another change pulled from the `property-search-ui` branch. This is useful because it means the pin button doesn't have to be a custom button defined in C. Replacing the use of button callbacks with operators is always nice too. Differential Revision: https://developer.blender.org/D8376 |
July 23, 2020, 16:16 (GMT) |
Use operator to toggle pin data-block |
July 23, 2020, 15:36 (GMT) |
Property Search: Clean up some unecessary changes |
July 23, 2020, 15:04 (GMT) |
Merge branch 'master' into property-search-ui |
July 23, 2020, 02:28 (GMT) |
Merge branch 'master' into property-search-ui |
July 22, 2020, 19:14 (GMT) |
Property Search: Fix graying out tabs with no results |
July 22, 2020, 16:09 (GMT) |
Property Search: Improve debug printing |
July 22, 2020, 15:35 (GMT) |
Merge branch 'master' into property-search-ui |
July 20, 2020, 20:24 (GMT) |
Property Search: Properly filter labels for color buttons |
July 20, 2020, 19:45 (GMT) |
Merge branch 'master' into property-search-ui |
July 10, 2020, 17:20 (GMT) |
Merge branch 'master' into property-search-ui |
July 9, 2020, 20:25 (GMT) |
Property Search: Initial implementation of searching all tabs The basics should be close to working. The space and necessary context is duplicated, then the context is switched and that tab is searched. However, this is still pretty buggy and the enum isn't drawing correctly. I'm probably not filling the bitfield correctly. Mainly committing this to get it out there and focus on smaller fixes / improvements to it. |
July 9, 2020, 12:45 (GMT) |
Property Search: Add search filter active tabs property I also generalized the tab "adding" code in RNA to make it usable for filling both the context enum and the active search filter tabs properties. The tab layout code might need to be extended to add the idea of a custom highlight property. |
July 8, 2020, 17:56 (GMT) |
Property Search: Fix panels occasionally overlapping |
|