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-08-30Collection Manager: Fix "Add/Remove nested from selection". Task: T69577v3.3.0Ryan Inch
"Add/Remove nested from selection" was inverting the selection for the branch instead of adding or removing. This fixes it to behave similarly to toggling nested RTOs.
2022-08-12Collection Manager: Fix T100326. Task: T69577Ryan Inch
Add guards to the functions triggered by checkbox updates in the preferences. This prevents them from being called multiple times, such as when the mouse is hovered over the checkbox and the backspace key is repeatedly pressed.
2022-07-09Collection Manager: Fix T99142. Task: T69577Ryan Inch
Fix duplicate keymap entries for QVT operators.
2022-05-31Collection Manager: Fix version number. Task: T69577Ryan Inch
2022-05-31Collection Manager: Fix benign errors printed to terminal. Task: T69577Ryan Inch
2022-04-19Collection Manager: Add QCD widget preference. Task: T69577Ryan Inch
Add a preference to enable/disable the QCD 3D Viewport header widget.
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2021-10-26Collection Manager: Fix nested selection bug. Task: T69577Ryan Inch
Fix a bug where attempting to deselect nested collections fails when there are no objects present in the parent collection. Reported by 1D_Inc
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-07-12Collection Manager: CM popup UX fixes. Task: T69577Ryan Inch
Renamed the Set Collection Operator to Send Objects To Collection and updated it's tooltip. Changed it's icon for a collection with no objects from the grid icon to the import icon for (hopefully) better discoverability. Updated the filter bar's invert icon to use the standard arrows icon. Changed the filter collections by selected objects icon to the selected objects icon used by the send objects to collection operator.
2021-07-12Collection Manager: Select cumulative objects. Task: T69577Ryan Inch
Add operator to select all objects that are present in more than one collection. The operator can be accessed from the specials menu in the CM popup.
2021-07-06Update add-ons after renaming master collection IDs to 'Scene Collection'.Bastien Montagne
This mostly affects default names in object collection manager add-on.
2021-05-19Collection Manager: Tooltip fixes. Task: T69577Ryan Inch
2021-05-10Collection Manager: Fix phantom mode issue. Task: T69577Ryan Inch
Fixes the add collection operators, undo operators, and specials menu in the CM popup not being disabled when in phantom mode.
2021-05-10Collection Manager: Fix QCD renumbering. Task: T69577Ryan Inch
Fix error with renumber QCD slots adding a 21st slot.
2021-03-24Collection Manager: Improve indicators. Task: T69577Ryan Inch
Change selection indication in CM popup to more easily identify selection state and whether objects in collection can be selected. Change icons from circles to diamonds to differentiate from QCD icons, as what they indicate is slightly different.
2021-03-17Collection Manager: Add object selection to CM popup. Task: T69577Ryan Inch
Exposes selecting objects by collection to the CM popup, and adds additional state information regarding selection. Refines Set Object Collection UI to be less likely to hit by accident.
2021-03-17Collection Manager: Add undo support. Task: T69577Ryan Inch
Add undo and redo buttons to the CM popup. These buttons use operators that wrap the internal undo/redo operators with handling of CM internal data.
2021-02-16Collection Manager: Fix Hotkey Bug. Task: T69577Ryan Inch
Fix bug where QCD hotkeys would get registered twice when toggling the QCD checkbox in the preferences off and then on again.
2021-01-15Collection Manager: Fix hotkey. Task: T69577Ryan Inch
Add missing hotkey for Select All QCD Objects.
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-07Collection Manager: Fix Override Display. Task: T69577Ryan Inch
Fix the layout and display of theme overrides for the OpenGL move widget in the preferences.
2020-11-04Collection Manager: Refactor and cleanup. Task: T69577Ryan Inch
Change how addon wide variables are imported.
2020-11-03Collection Manager: Rename Pref. Task: T69557Ryan Inch
Rename the disable objects override preference.
2020-10-25Collection Manager: Add file. Task: T69577.Ryan Inch
Add missing file that should have been included with the previous commit.
2020-10-25Collection Manager: Add disable override. Task: T69577.Ryan Inch
Add an override checkbox to the preferences to override the object hiding hotkeys with object disabling hotkeys and add menu items to the Object->Show/Hide menu for the disable object operators. Disabling objects is needed to preserve their visibility state when excluding and unexcluding collections. This makes it easier to disable objects, and disabling objects prevents QCD slot switching from resetting the objects visibility state.
2020-10-25Collection Manager: Update header. Task: T69577Ryan Inch
Add missing GPL license header to qcd_init.py
2020-10-20Collection Manager: Improve filtering 3. Task: T69577Ryan Inch
Clean up treeview display code to be simpler and more consistent with the rest of the filtering code.
2020-10-20Collection Manager: Improve filtering 2. Task: T69577Ryan Inch
Allow filters to be combined with each other.
2020-10-20Collection Manager: Improve filtering 1. Task: T69577Ryan Inch
Improve filtering for new collections. Prevents adding new collections when the selected collection isn't visible and includes the new collection in the current filter until the filtering changes.
2020-10-16update bl_infoCampbell Barton
Correct version number and use doc_url.
2020-10-14Collection Manager: Improve send_report popup. Task: T69577Ryan Inch
Improve the line spacing for the send_report popup.
2020-09-27Collection Manager: Fix QCD Tooltips. Task: T69577Ryan Inch
Adds missing tooltips for QCD slot object selection.
2020-09-26Collection Manager: Fix active object bug. Task: T69577Ryan Inch
Fixes losing the active object sometimes when performing actions with the exclude checkbox.
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-09-09Collection Manager: Fix T80535. Task: T69577Ryan Inch
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: Add Holdout & Indirect Only. Task: T69577Ryan Inch
Add support for the Holdout and Indirect Only RTOs.
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-08-02Collection Manager: Fix tooltip. Task: T69577Ryan Inch
Fix Apply Phantom Mode tooltip to be clearer.
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-22Collection Manager: Small improvement. Task:T69577Ryan Inch
Prevent the 'Expander' operators from being added to the undo stack because they can't be undone properly and only add clutter.
2020-07-22Collection Manager: Add Operator. Task: T69577Ryan Inch
Add Apply Phantom Mode operator.
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.