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-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2022-02-07Fix missing removal of references to proxy (removed in master).Bastien Montagne
2021-10-07Edit Linked Library: Added support for more library types.Jason van Gumster
In particular, this commit adds support for override libraries on objects. In the past, if you made an override, Edit Linked Library lost the reference to the original library. That's fixed now. Also, in linked Node Groups, this commit also adds support for linked Sverchok group nodes.
2021-05-24Attempt to address T67111.Jason van Gumster
If you have a relative path (e.g. //../objects/object.blend) and you use bpy.path.abspath, it leaves the relative part (the double dots) as part of the path (e.g. ~/some_project/scenes/../objects/object.blend). While Windows is perfectly happy to open files with this kind of path, it seems to get confused about paths that are relative to that. The fix is to wrap the bpy.path.abspath function with os.path.abspath and everything appears to remain sane. Also introduced a small fix for the new linked node groups feature; in 2.93, the Item tab in the sidebar has been renamed to Node.
2021-05-19Edit Linked Library: Added support for linked node groups.Jason van Gumster
Also re-enabled editing from a separate instance of Blender for things in the 3D Viewport as well as in any of the Node Editors.
2020-03-06Addons: Use Manual URL prefixAaron Carlisle
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
2020-01-29Cleanup: trailing spaceCampbell Barton
2019-12-01object addons: update manual linksmeta-androcto
2019-09-24object_edit_linked: close panel by default: T70017meta-androcto
2019-09-23object_edit_linked: fix lightprobes: D5417meta-androcto
2019-09-21object_edit_linked: remove keymaps, disable open blender instance: T70110meta-androcto
2019-09-18Edit Linked Library: Fix error checking for active collection.Pablo Vazquez
2019-06-16fix bl_info locationsmeta-androcto
2019-05-03Edit linked library: move panel from View to Item tabSebastian Koenig
Differential Revision: https://developer.blender.org/D4761
2019-05-01UI: adjust of "Edit Linked Library" to use new UI layoutBrecht Van Lommel
Differential Revision: https://developer.blender.org/D4351
2019-03-25Fix 'Edit Linked Library' failing to registerRainer Trummer
Differential Revision: https://developer.blender.org/D4584
2018-12-14Port 'Edit Linked Library' addon to Blender 2.8Rainer Trummer
Differential Revision: https://developer.blender.org/D4070
2018-11-28Use collection and instance terminology in Python APISergey Sharybin
This follows naming convention agreed on in T56648.
2017-01-18edit linked: restrict panel context objectmode T50357meta-androcto
2015-04-10Fix T44339: Edit Linked Library bad error when current file is not saved on ↵Bastien Montagne
disk. Just abort when trying to (auto)save current file and it does not exists on disk yet.
2014-08-18Do not try to register keymap from background modeDaniel Salazar
2014-05-21Maintenance to bl_info, remove redundant tracker URL'sCampbell Barton
2014-02-04Clean-up: Updated bl_info['tracker_url'] to developer.blender.org, some ↵CoDEmanX
minor other edits
2014-01-04Updated add-on to support the new tabs in the Tool Shelf.Jason van Gumster
The Edit Linked Library panel now only appears in the Relations tab
2013-10-08Added support for proxy objects, thanks to a patch from michax (with edits ↵Jason van Gumster
from me). Thanks!
2013-07-02Fix for corner case where there are no objects in the scene.Jason van Gumster
2013-06-25set property to native line endingCampbell Barton
2013-06-25Moving to trunk (Woohoo!)Jason van Gumster
[[Split portion of a mixed commit.]]