- Feb 11, 2022
-
-
Campbell Barton authored
See T95597
-
- Feb 07, 2022
-
-
Bastien Montagne authored
-
- Oct 07, 2021
-
-
Jason van Gumster authored
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.
-
- May 24, 2021
-
-
Jason van Gumster authored
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.
-
- May 19, 2021
-
-
Jason van Gumster authored
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.
-
- Mar 05, 2020
-
-
Aaron Carlisle authored
-
Campbell Barton authored
-
- Jan 29, 2020
-
-
Campbell Barton authored
-
Campbell Barton authored
-
- Dec 01, 2019
-
-
meta-androcto authored
-
- Sep 24, 2019
-
-
meta-androcto authored
-
- Sep 23, 2019
-
-
meta-androcto authored
-
- Sep 21, 2019
-
-
meta-androcto authored
-
- Sep 18, 2019
-
-
Pablo Vazquez authored
-
- Jun 16, 2019
-
-
meta-androcto authored
-
- May 03, 2019
-
-
Sebastian Koenig authored
Differential Revision: https://developer.blender.org/D4761
-
- May 01, 2019
-
-
Brecht Van Lommel authored
Differential Revision: https://developer.blender.org/D4351
-
- Mar 25, 2019
-
-
Rainer Trummer authored
Differential Revision: https://developer.blender.org/D4584
-
- Dec 14, 2018
-
-
Rainer Trummer authored
Differential Revision: https://developer.blender.org/D4070
-
- Nov 28, 2018
-
-
Sergey Sharybin authored
This follows naming convention agreed on in T56648.
-
- Jan 18, 2017
-
-
meta-androcto authored
-
- Apr 10, 2015
-
-
Bastien Montagne authored
Just abort when trying to (auto)save current file and it does not exists on disk yet.
-
- Aug 17, 2014
-
-
Daniel Salazar authored
-
- May 21, 2014
-
-
Campbell Barton authored
-
- Feb 04, 2014
-
-
CoDEmanX authored
-
- Jan 04, 2014
-
-
Jason van Gumster authored
The Edit Linked Library panel now only appears in the Relations tab
-
- Oct 08, 2013
-
-
Jason van Gumster authored
-
- Jul 01, 2013
-
-
Jason van Gumster authored
-
- Jun 25, 2013
-
-
Campbell Barton authored
-
Jason van Gumster authored
[[Split portion of a mixed commit.]]
-