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-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-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-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: Add Operator. Task: T69577Ryan Inch
Adds a Remove Empty Collections operator in a new specials menu in the main Collection Manager popup. This operator has two modes: Mode one only removes collections if they don't have subcollections or objects. Mode two removes all collections that don't contain objects. Both of these modes are accessible via the new specials menu.
2020-07-18Collection Manager: Fix remove issue. Task: T69577Ryan Inch
Fix error when removing a collection with a child that is already linked to the parent collection.
2020-07-03Collection Manager: Fix remove operator. Task: T69577Ryan Inch
Fixes the remove operator not preserving View Layer RTOs for the children of the deleted collection.
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-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-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-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-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-15Collection Manager: Clear RTO history on destructive actions. Task: T69577Ryan Inch
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-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-06Collection Manager: Update Move Operator. Task: T69577Ryan Inch
Updates the Collection Manager's Move Operator with improvements developed for QCD.
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-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 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-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.
2020-03-13Collection Manager: Add isolate tree feature. Task: T69577Ryan Inch
Switches the current hotkey for expanding/collapsing all sublevels from shift-click to ctrl-click. Isolate tree is set to shift-click.
2020-03-09Collection Manager: Code cleanup. Task: T69577Ryan Inch
Combined all my global blender properties into a property group. General code cleanup.
2020-01-25Collection Manager: Add nested isolation. Task: T69577Ryan Inch
Adds nested isolation with accompanying infrastructure changes to accommodate this. Includes latest fixes from blender-v2.82-release branch: * Fix local render RTO tooltip. * Fix isolation when history has only one. Small whitespace cleanup.
2020-01-24Collection Manager: Fix isolation when history has only one. Task: T69577Ryan Inch
2020-01-24Collection Manager: Fix local render RTO tooltip. Task: T69577Ryan Inch
2020-01-07Collection Manager: Improve remove collection operator. Task: T69577Ryan Inch
2020-01-06Collection Manager: Improve SetCollection Operator. Task: T69577Ryan Inch
Reduces complexity when setting objects' collections.
2020-01-06Collection Manager: Fix send_report error. Task: T69577Ryan Inch
Transferred the send_report function and class from my Advanced UI Menus addon that I forgot to include when I first separated the Collection Manager from it.
2019-12-18Collection Manager: Fix Phantom Mode bugs. Task: T69577Ryan Inch
Fix rto toggles not working after leaving Phantom Mode. Fix rto history not being properly restored after leaving Phantom Mode.
2019-12-17Collection Manager: Small cleanup. Task: T69577Ryan Inch
2019-12-16Collection Manager: Fix bug with enabling toggle. Task: T69577Ryan Inch
Fixes incorrect restoration of rto_history on disabling Phantom Mode which led to an error using the enabling toggles.
2019-12-09object_collection_manager: Remove import globbingCampbell Barton
2019-12-09object_collection_manager: use GPL headers for all filesCampbell Barton
2019-12-09Cleanup: trailing spaceCampbell Barton
2019-12-09Use "object" prefix for collection managerCampbell Barton
This was defining it's own category, which should be avoided and isn't needed in this case since it manages object collections.