Skip to content
Snippets Groups Projects
  1. Jun 16, 2019
  2. May 27, 2019
  3. May 22, 2019
    • Brecht Van Lommel's avatar
      Add-ons: remove temporary disabling of use_global_undo · 25f1c2b0
      Brecht Van Lommel authored
      This can cause bugs where if the operator throws an exception, undo is not
      properly enabled again. There have been maybe a dozen Blender bug reports
      related to this. This could get worse now that we are autosaving preferences.
      
      Some add-ons guard against this, but turning off undo should not be needed in
      the first place. If the operator is set to do an undo push, any operators it
      calls will automatically not do any undo pushes.
      
      If this fail in some cases, it should be reported as a bug in Blender. I could
      not find issues or a performance impact testing a few add-ons though.
      
      Differential Revision: https://developer.blender.org/D4908
      25f1c2b0
  4. May 16, 2019
  5. May 12, 2019
  6. May 04, 2019
  7. May 02, 2019
  8. Apr 18, 2019
  9. Mar 12, 2019
  10. Feb 19, 2019
  11. Jan 25, 2019
  12. Jan 21, 2019
  13. Dec 21, 2018
  14. Dec 04, 2018
  15. Oct 24, 2018
  16. Oct 10, 2018
  17. Oct 03, 2018
  18. Apr 07, 2017
    • lijenstina's avatar
      LoopTools: Update panel Rename, Cleanup · 9bc76f99
      lijenstina authored
      Bumped version to 4.6.7
      As a part of the task T50726:
      Update the Panel rename code to more generic one
      
      PEP8 cleanup:
      Tuple imports and use them for class types
      Consistent Scene props definitions
      Update url link
      9bc76f99
  19. Mar 19, 2017
  20. Sep 20, 2016
  21. Sep 14, 2016
  22. Aug 31, 2016
  23. Aug 15, 2016
  24. Jun 04, 2015
  25. Jan 21, 2015
  26. Jan 20, 2015
  27. Jan 11, 2015
    • Campbell Barton's avatar
      Remove API version comments · b8577cee
      Campbell Barton authored
      Please don't add API versions all over scripts,
      having API versions over function calls isn't helping make code readable,
      
      No need to document the API in scripts unless there is some exceptional case worth noting.
      b8577cee
    • beta-tester's avatar
      fixes issues ensure_lookup_table and grease_pencil, related to new blender 2.73 behavior. · d0c0b739
      beta-tester authored
      #    blender 2.73 needs to call ensure_lookup_table() for bm.verts[], bm.edges[], bm.faces[].
      #    generically the fix will do this...
      #    the lookup_table will get "dirty" after:
      #    bm.new(), bm.from_mesh(), bm.from_edit_mesh()
      #    bm.verts.new(), bm.edges.new(), bm.faces.new()
      #    bm.verts.remove(), bm.edges.remove(), bm.faces.remove()
      #    bm.normal_update(), bm.copy()
      #
      #    bm.verts.ensure_lookup_table() ### 2.73
      #    bm.edges.ensure_lookup_table() ### 2.73
      #    bm.faces.ensure_lookup_table() ### 2.73
      
      #    blender 2.73 has a new grease_pencil per object and new per scene
      #    gp = object.grease_pencil
      #    if not gp:
      #        gp = context.scene.grease_pencil
      d0c0b739
  28. Jan 09, 2015
  29. Dec 24, 2014
  30. Oct 13, 2014
  31. Aug 06, 2014
    • Bart Crouch's avatar
      Fix T39979 · 6b57e3ed
      Bart Crouch authored
      Checking for zero-length vector wasn't sufficiently robust.
      Could result in NaNs being assigned to vertex coordinates.
      6b57e3ed
    • Bart Crouch's avatar
      Fix T41178 · 80c79864
      Bart Crouch authored
      Merge of soc-2013-paint added a new parameter to strokes: "size"
      This crashed the add-on when trying to erase strokes (since they
      did not yet have this additional parameter)
      80c79864
    • Bart Crouch's avatar
      [LoopTools] Adds constraining to axis. · 56206bae
      Bart Crouch authored
      Makes conversion of grease-pencil strokes more robust.
      56206bae
  32. May 21, 2014
  33. Feb 04, 2014
  34. Feb 01, 2014
  35. Dec 24, 2013
Loading