Commit Graph

30 Commits

Author SHA1 Message Date
e8da6131fd License headers: use SPDX-FileCopyrightText for all addons
Move copyright text to SPDX-FileCopyrightText or set to the
Blender Foundation so "make check_licenses" now runs without warnings.
2023-06-15 16:54:05 +10:00
b8d86ccc0a File headers: use SPDX license identifiers
See T95597
2022-02-11 16:05:07 +11:00
089aef61de Fix missing removal of references to proxy (removed in master). 2022-02-07 16:16:10 +01:00
e9f8305314 Edit Linked Library: Added support for more library types.
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-10-07 07:45:59 -04:00
b2948ae5fa Attempt to address T67111.
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-24 16:50:06 -04:00
ea945ab58d Edit Linked Library: Added support for linked node groups.
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.
2021-05-19 14:57:38 -04:00
7f50343d1c Addons: Use Manual URL prefix 2020-03-05 16:26:11 -05:00
bb977fbc72 Update 'bl_info' use 'doc_url' instead of 'wiki_url' 2020-03-05 12:14:43 +11:00
6598f0a25c Cleanup: trailing space 2020-01-29 13:51:36 +11:00
79a5d28895 object addons: update manual links 2019-12-01 12:31:38 +11:00
d300f33435 object_edit_linked: close panel by default: T70017 2019-09-24 16:34:05 +10:00
a558d868ff object_edit_linked: fix lightprobes: D5417 2019-09-23 12:36:34 +10:00
6a382b66a7 object_edit_linked: remove keymaps, disable open blender instance: T70110 2019-09-21 12:02:49 +10:00
11fdc251a1 Edit Linked Library: Fix error checking for active collection. 2019-09-18 14:45:26 +02:00
a5a236df5f fix bl_info locations 2019-06-16 19:07:15 +10:00
17de4c6063 Edit linked library: move panel from View to Item tab
Differential Revision: https://developer.blender.org/D4761
2019-05-03 14:24:15 +02:00
b84e97d767 UI: adjust of "Edit Linked Library" to use new UI layout
Differential Revision: https://developer.blender.org/D4351
2019-05-01 17:41:20 +02:00
40cf5c253e Fix 'Edit Linked Library' failing to register
Differential Revision: https://developer.blender.org/D4584
2019-03-25 10:48:53 +01:00
aa2e8a2a0a Port 'Edit Linked Library' addon to Blender 2.8
Differential Revision: https://developer.blender.org/D4070
2018-12-14 13:57:04 +01:00
1860441ee7 Use collection and instance terminology in Python API
This follows naming convention agreed on in T56648.
2018-11-28 18:23:31 +01:00
4b77fe5bee edit linked: restrict panel context objectmode T50357 2017-01-18 23:48:16 +11:00
83ca4a3f61 Fix T44339: Edit Linked Library bad error when current file is not saved on disk.
Just abort when trying to (auto)save current file and it does not exists on disk yet.
2015-04-10 16:27:09 +02:00
ff4c009b18 Do not try to register keymap from background mode 2014-08-17 15:34:18 -06:00
5bc482f647 Maintenance to bl_info, remove redundant tracker URL's 2014-05-21 13:04:43 +10:00
049a5a86ed Clean-up: Updated bl_info['tracker_url'] to developer.blender.org, some minor other edits 2014-02-04 03:05:05 +01:00
634402859c Updated add-on to support the new tabs in the Tool Shelf.
The Edit Linked Library panel now only appears in the Relations tab
2014-01-04 14:55:23 -05:00
01ed2d2f49 Added support for proxy objects, thanks to a patch from michax (with edits from me). Thanks! 2013-10-08 15:23:20 +00:00
2580c2b6fa Fix for corner case where there are no objects in the scene. 2013-07-01 21:00:28 +00:00
9b31ebbd92 set property to native line ending 2013-06-25 19:25:01 +00:00
8c71855725 Moving to trunk (Woohoo!)
[[Split portion of a mixed commit.]]
2013-06-25 15:35:03 +00:00