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
2020-06-25Collection Manager: Depth first renumber. Task: T69577Ryan Inch
Add a depth first option to the Renumber QCD Slots operator.
2020-06-25Collection Manager: Add alignment options. Task: T69577Ryan Inch
Add an option to display RTOs and other operators aligned to the right. Renamed the Filter Restrictions Toggle popover to Display Options. Added a line separator between collections in the tree view.
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-24Collection Manager: Fix scrolling issue. Task: T69577Ryan Inch
Set the selection to the collection when clicking on its expander. This prevents the tree view scrolling changing when expanding/collapsing subcollections. This also sets the selection to the first collection when collapsing all collections to prevent loosing the selected row and then later adding collections to some unknown region.
2020-05-23Collection Manager: Fix invalid list index. Task: T69577Ryan Inch
Fix error when trying to add a new collection if the selected collection was deleted using the Outliner.
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: Global Exclude RTO fix. Task: T69577Ryan Inch
Fix the Global Exclude RTO unnecessarily resetting the active collection to the Scene Collection.
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-08Collection Manager: Update bl_info. Task: T69577Ryan Inch
Added wiki_url back to bl_info because the addon can be downloaded from feedback threads and used with older blender versions. Added tracker_url to bl_info to point people to my thread on blenderartists.org for feedback and bug reports.
2020-05-04Collection Manager: Fix tooltips. Task: T69577Ryan Inch
2020-05-02Collection Manager: Fix exclude bug. Task: T69577Ryan Inch
Fixes the exclude operator changing the active collection in some cases.
2020-04-29Collection Manager: Phantom Mode fixes. Task: T69577Ryan Inch
Fix Phantom Mode not disabling the active collection operators and the set object operator for the Scene Collection.
2020-04-25Collection Manager: Fix popup sizing. Task: T69577Ryan Inch
Adjust popup sizing to account for the width of the QCD field when present.
2020-04-25Collection Manager: Fix selection issues. Task: T69577Ryan Inch
Make treeview selection more stable and predictable. Fix not being able to select the row from the left side with a top level expander -- adjusts window sizing to account for this.
2020-04-25Collection Manager: Fix active collections. Task: T69577Ryan Inch
Fix display of and interaction with active collections.
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-18Collection Manager: Expander fix. Task T69577Ryan Inch
Fix expanded and expand history not getting updated on collection removal.
2020-04-17Collection Manager: Expander fixes. Task: T69577Ryan Inch
Fix expanded not getting properly updated on collection name change. Fix expand history not getting updated on collection name change. Fix expand history not getting cleared on collapse all. Fix isolate tree restoring no matter what expander you click on. Fix UI not showing isolated status when expander not expanded.
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-15Collection Manager: Clear RTO history on destructive actions. Task: T69577Ryan Inch
2020-04-15Collection Manager: Update Toggle Nested. Task T69577Ryan Inch
Update the toggle_children function to account for the new changes introduced to the exclude RTO with D7016.
2020-04-15Collection Manager: Fix regression. Task: T69577Ryan Inch
Fix regression in invert function introduced when refactoring operators.
2020-04-15Collection Manager: Fix reload scripts bug. Task: T69577Ryan Inch
2020-04-15Collection Manager: Fix bug in name update. Task: T69577Ryan Inch
Fix rto_history not getting updated on collection name change.
2020-04-14Collection Manager: Fix button positioning. Task: T69577Ryan Inch
Fix positioning of the Collapse/Expand and Re-numerate QCD Slots buttons in the Collection Manager popup.
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-14Collection Manager: Support Scene Collection. Task: T69577Ryan Inch
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-12Collection Manager: Fix name update. Task: T69577Ryan Inch
Fix expanded and QCD slots/overrides not getting updated properly when renaming a collection. This was especially problematic when the name change triggered other name changes.
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-08Collection Manager: Fix T75474. Task: T69577Ryan Inch
Fix crash when changing templates.
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-04-02Collection Manager: Phantom Mode update. Task: T69577Ryan Inch
Disabled QCD slot numeration fields and Re-numerate QCD Slots operator when in Phantom Mode
2020-04-02Collection Manager: Prevent invalid states. Task: T69577Ryan Inch
Fixed bug with Phantom Mode state checking. Fixed bug with copy/swap buffers getting stuck if state invalidated. Add checks on collection manager popup to verify RTO history and copy/swap buffer states.
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: Add icon for copy/swap. Task: T69577Ryan Inch
Adds an icon to show when you're copying and swapping RTOs at the same time.
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-24Collection Manager: Tooltip update. Task: T69577Ryan Inch
Update the tooltips for the enable QCD checkboxes in the preferences to be more descriptive.
2020-03-24Collection Manager: Fix QCD filter button. Task: T69577Ryan Inch
Fixes it so that the Filter by QCD button disappears when QCD is disabled.
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.
2020-03-18Collection Manager: Add discard state feature. Task: T69577Ryan Inch
Adds feature to discard histories for RTOs and the expand operator, and to discard copy/swap buffers.
2020-03-18Collection Manager: Add copy/paste RTOs feature. Task: T69577Ryan Inch
2020-03-18Collection Manager: Add swap RTOs feature. Task: T69577Ryan Inch
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.