Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2021-05-19Collection Manager: Tooltip fixes. Task: T69577Ryan Inch
2020-11-04Collection Manager: Refactor and cleanup. Task: T69577Ryan Inch
Change how addon wide variables are imported.
2020-08-02Collection Manager: Fix T78985. Task: T69577Ryan Inch
Refactored the functions get_move_selection and get_move_active to be faster by using sets and looping through all the objects instead of looping through the selected objects and using direct object lookups, except for special cases where direct lookups are actually faster. Removed unneeded calls to get_move_selection and get_move_active.
2020-07-24Collection Manager: QCD Move Widget fixes. Task: T69577Ryan Inch
Fix QCD Move Widget not accounting for the 3D View bounds when first called and not appearing at all when called from the menu if the mouse is outside the 3D View.
2020-07-18Collection Manager: Add to menus. Task: T69577Ryan Inch
Add the main collection manager window and the QCD move widget to the Object->Collection menu, formerly these were only accessible through hotkeys. Improve tooltips to better describe what these do.
2020-04-10Collection Manager: Update tooltips. Task: T69577Ryan Inch
Shorten and standardize tooltips. Add label to RTO filter popover panel.
2020-03-30Collection Manager: QCD polishing. Task: T69577Ryan Inch
Made QCD internal structure more stable. Prevented reload scripts from resetting QCD slots. Fixed QCD being left in an incorrect state on undo/redo. Fixed a small error on unregister.
2020-03-27Collection Manager: Update tooltips. Task: T69577Ryan Inch
Make tooltips for QCD slots show the slot number and its collection's name in both the OpenGL widget and the 3D View header widget.
2020-03-18Collection Manager: Fix QCD OGL widget bug. Task: T69577Ryan Inch
Fixes a bug with the OpenGL QCD move widget where you couldn't move objects to any slots past a non-set slot.
2020-03-16Collection Manager: Add QCD System. Task: T69577Ryan Inch
Adds a Quick Content Display (QCD) system to the Collection Manager. This consists of a 3D View Header widget and a floating panel similar to the layers system in blender 2.7x, along with hotkeys to view/move objects to QCD slots, and additions to the main Collection Manager popup to allow you to manage which collections correspond to which slots.