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-08-30Collection Manager: Improve UI for adding QCD slots. Task: T69577Ryan Inch
Replace the X labels in the QCD header widget with operators that generate the corresponding slot when clicked, allows for moving objects to the new slot by pressing hotkeys when clicking. Each unassigned slot operator has a tooltip specifying it's an unassigned slot, which slot number it corresponds to, and lists the hotkeys that can be used with it and their functions. Adds a menu item to the QVT menu (the eye icon beside the QCD header widget) to add any missing QCD slots so that you end up with a full 20 slots.
2021-01-13Collection Manager: Polish. Task: T69577Ryan Inch
Update QVT hotkeys. Add warning to QCD Select All Objects operator.
2021-01-13Collection Manager: Add ops for selected objects. Task: T69577Ryan Inch
Add operators to isolate/disable the collections of selected objects.
2020-11-16Collection Manager: Fix regression. Task: T69577Ryan Inch
Fix regression from rBA5a1e3d5023c0 Refactor and cleanup.
2020-11-16Collection Manager: Fix object selection error. Task: T69577Ryan Inch
Fix the select collection objects function executing in editing modes and erroring out. Remove object selection references from tooltips when in editing modes.
2020-11-04Collection Manager: Refactor and cleanup. Task: T69577Ryan Inch
Change how addon wide variables are imported.
2020-09-27Collection Manager: Fix QCD Tooltips. Task: T69577Ryan Inch
Adds missing tooltips for QCD slot object selection.
2020-09-26Collection Manager: Add QVT. Task: T69577Ryan Inch
Add Quick View Toggles for influencing QCD setup, e.g. enable all slots. Fix bugs with QCD slot switching. Fix the active object sometimes getting lost when toggling slots.
2020-09-16Collection Manager: Fix QCD slot toggling error. Task: T69577Ryan Inch
Fixes QCD slots being unable to be toggled on when they contain objects in edit mode. Fixes an error when toggling and there is no active object.
2020-08-11Collection Manager: Refactor. Task: T69577Ryan Inch
Change detection of the master collection from an ambiguous index to an is_master_collection boolean.
2020-08-11Collection Manager: Object selection. Task: T69577Ryan Inch
Adds the ability to select all object in a QCD slot. Alt+LMB deselects everything and selects all objects in the QCD slot. Alt+Shift+LMB adds/removes objects in the QCD slot to/from the selection. Added a selection operator for use in the Collection Manager popup. (currently unused)
2020-08-10Collection Manager: Fix regression. Task: T69577Ryan Inch
Fix error when adding/removing objects caused by a regression from rBAadac42a46334 (improve performance for large numbers of selected objects)
2020-07-22Collection Manager: Update QCD Renumbering. Task: T69577Ryan Inch
Added a linear renumbering option. Added a constrain to branch option. Allowed all options to be combined with each other. Updated tooltip.
2020-06-25Collection Manager: Depth first renumber. Task: T69577Ryan Inch
Add a depth first option to the Renumber QCD Slots operator.
2020-05-27Collection Manager: Fix error with QCD switching. Task: T69577Ryan Inch
This fixes an error when switching to collections with objects in pose or weight paint mode and adds in the missing hotkeys for these modes.
2020-05-15Collection Manager: Change Operator Name. Task: T69577Ryan Inch
Change Renumerate QCD Slots to Renumber QCD Slots after feedback from the community.
2020-05-11Collection Manager: QCD tooltip fixes. Task: T69577Ryan Inch
Add LMB shortcut to the QCD header widget tooltip. Remove redundant references to QCD from this tooltip.
2020-05-04Collection Manager: Fix tooltips. Task: T69577Ryan Inch
2020-04-23Collection Manager: Fix QCD numeration. Task: T69577Ryan Inch
Fix auto-numeration missing slots. Fix renumerate not starting at slot 1. Fix name spelling and tooltips.
2020-04-20Collection Manager: Fix QCD edit mode. Task: T69577Ryan Inch
Fix and simplify QCD edit mode implementation.
2020-04-16Collection Manager: Fix T75738. Task: T69577.Ryan Inch
Hide the 'View QCD Slot' operator from 'Adjust Last Operation' as it was never intended to be used with that.
2020-04-14Collection Manager: Small refactor. Task: T69577Ryan Inch
Refactor some operators and QCD operators to use new operator_utils functions.
2020-04-13Collection Manager: Preserve edit mode. Task: T69577Ryan Inch
Preserve edit mode when switching QCD slots. Add hotkeys and preference toggle for this. Hotkeys added for all objects with edit mode except fonts.
2020-04-12Collection Manager: Refactor. Task: T69577Ryan Inch
Refactor operators to massively decrease code duplication. Remove history from invert function (not needed).
2020-04-10Collection Manager: Update tooltips. Task: T69577Ryan Inch
Shorten and standardize tooltips. Add label to RTO filter popover panel.
2020-04-10Collection Manager: Fix View Layer update. Task: T69577Ryan Inch
Make QCD 3D View header widget update immediately after changing View Layers. Prevent unnecessary View Layer update in Collection Manager popup.
2020-04-06Collection Manager: Fix Regression. Task: T69577Ryan Inch
Update function call in the Re-numerate QCD Slots operator with it's new name.
2020-04-06Collection Manager: Update Move Operator. Task: T69577Ryan Inch
Updates the Collection Manager's Move Operator with improvements developed for QCD.
2020-03-31Collection Manager: Code cleanup. Task: T69577Ryan Inch
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 update loop. Task: T69577Ryan Inch
Fixes the QCD header widget going into an infinite loop when no objects are selected.
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.