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-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-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-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-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-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-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-09Collection Manager: Fix T80535. Task: T69577Ryan Inch
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-04-14Collection Manager: Change hotkey defaults. Task: T69577Ryan Inch
Set QCD edit mode hotkeys to off by default. Add new hotkey for mesh select mode menu to QCD edit mode hotkeys.
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-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: Update Move Operator. Task: T69577Ryan Inch
Updates the Collection Manager's Move Operator with improvements developed for QCD.
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-18Collection Manager: Add prefs to disable QCD. Task: T69577Ryan Inch
Adds two checkboxes to preferences. One to disable the whole QCD system, the other is a sub-checkbox to disable the QCD view (number) hotkeys.