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-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-09Collection Manager: Improve width calculation. Task: T69577Ryan Inch
Improves the width calculation for the main window to better accommodate sub-collections and take into account the width of the scroll bar when it's present.
2020-01-09Collection Manager: Fix selection bug. Task: T69577Ryan Inch
Prevents the selection in the treeview from throwing an error when there is only the master collection.
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-21Collection Manager: Fix popup sizing. Task: T69577Ryan Inch
Fix bug with automatic window sizing based on the maximum number of sub-levels present.
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-12addons: manual links, minor changes to match functional areas.meta-androcto
2019-12-09object_collection_manager: Remove import globbingCampbell Barton
2019-12-09object_collection_manager: use GPL headers for all filesCampbell Barton
2019-12-09object_collection_manager: use "Object" categoryCampbell 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.