Skip to content
Snippets Groups Projects
  1. Feb 11, 2022
  2. Feb 07, 2022
  3. Oct 07, 2021
    • Jason van Gumster's avatar
      Edit Linked Library: Added support for more library types. · e9f83053
      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.
      e9f83053
  4. May 24, 2021
    • Jason van Gumster's avatar
      Attempt to address T67111. · b2948ae5
      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.
      b2948ae5
  5. May 19, 2021
  6. Mar 05, 2020
  7. Jan 29, 2020
  8. Dec 01, 2019
  9. Sep 24, 2019
  10. Sep 23, 2019
  11. Sep 21, 2019
  12. Sep 18, 2019
  13. Jun 16, 2019
  14. May 03, 2019
  15. May 01, 2019
  16. Mar 25, 2019
  17. Dec 14, 2018
  18. Nov 28, 2018
  19. Jan 18, 2017
  20. Apr 10, 2015
  21. Aug 17, 2014
  22. May 21, 2014
  23. Feb 04, 2014
  24. Jan 04, 2014
  25. Oct 08, 2013
  26. Jul 01, 2013
  27. Jun 25, 2013
Loading