Skip to content
Snippets Groups Projects
  1. Feb 23, 2016
  2. Feb 22, 2016
  3. Feb 20, 2016
  4. Feb 17, 2016
  5. Feb 15, 2016
  6. Feb 13, 2016
  7. Feb 12, 2016
  8. Feb 10, 2016
  9. Feb 04, 2016
  10. Feb 03, 2016
  11. Feb 02, 2016
  12. Feb 01, 2016
    • Howard Trickey's avatar
      Fix T47255: inset polygon addon left old edges · 9fe70215
      Howard Trickey authored
      Not sure why this used to work. The old code used the bmesh faceseq
      delete, which kills only the faces. This fix uses the utility
      bmesh.ops.delete() with an arg that will maybe kill edges and verts too.
      Also made code select all the new polys. This is not ideal (ideal would
      be to select only the inner ones), but making the ideal change requires
      more work.
      9fe70215
  13. Jan 29, 2016
    • Campbell Barton's avatar
      New blend-file addon · c3f24386
      Campbell Barton authored
      Currently only expose packing functionality for packing
      a file and all its deps into a ZIP (shared code with the cloud).
      Can run directly or from the command line (without blender) via `blendfile_pack`.
      
      Also adds subprocess_helper module which we may want to re-use elsewhere,
      allowing to run external processes that don't lock blender and can be cancelled by pressing Esc.
      c3f24386
  14. Jan 26, 2016
  15. Jan 22, 2016
  16. Jan 19, 2016
  17. Jan 17, 2016
  18. Jan 15, 2016
  19. Jan 12, 2016
  20. Jan 08, 2016
  21. Jan 05, 2016
  22. Dec 29, 2015
  23. Dec 28, 2015
  24. Dec 23, 2015
  25. Dec 21, 2015
  26. Dec 18, 2015
  27. Dec 08, 2015
  28. Dec 07, 2015
  29. Dec 05, 2015
Loading