Skip to content
Snippets Groups Projects
  1. 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
  2. May 19, 2021
  3. Mar 05, 2020
  4. Jan 29, 2020
  5. Dec 01, 2019
  6. Sep 24, 2019
  7. Sep 23, 2019
  8. Sep 21, 2019
  9. Sep 18, 2019
  10. Jun 16, 2019
  11. May 03, 2019
  12. May 01, 2019
  13. Mar 25, 2019
  14. Dec 14, 2018
  15. Nov 28, 2018
  16. Jan 18, 2017
  17. Apr 10, 2015
  18. Aug 17, 2014
  19. May 21, 2014
  20. Feb 04, 2014
  21. Jan 04, 2014
  22. Oct 08, 2013
  23. Jul 01, 2013
  24. Jun 25, 2013
Loading