Skip to content
Snippets Groups Projects
  1. Feb 11, 2022
  2. Mar 09, 2020
  3. Mar 05, 2020
  4. Jan 29, 2020
  5. Nov 19, 2019
  6. Oct 29, 2019
  7. Oct 18, 2019
  8. Sep 14, 2019
  9. Jun 25, 2019
  10. Jun 15, 2019
  11. 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
  12. Dec 21, 2018
  13. Nov 07, 2018
  14. Nov 06, 2018
  15. Oct 24, 2018
  16. Aug 29, 2018
  17. Oct 02, 2017
    • lijenstina's avatar
      Fix T52973: Support data dimensions types, restore global_undo · dfdf5571
      lijenstina authored
      Bump version to 1.0.3
      
      Support the curve.data.dimesions passed to the main function
      as the previous code was only properly supporting 2D types
      
      Restore the global_undo properly to it's previous state
      Don't use toggle for bpy.ops.object.mode_set
      Add error handling in case of failure
      
      Update the tooltip
      dfdf5571
  18. Apr 02, 2017
    • lijenstina's avatar
      Curve Simplify: Cleanup, remove dead code · 5858c59d
      lijenstina authored
      Bumped version to 1.0.2
      Pep8 cleanup
      imports as tuples
      
      Removed two empty Menu classes:
      CurveMenu and GRAPH_OT_simplifyf
      and unused UI code
      
      Small UI and tooltip fixes
      Consistent Props declarations
      
      TO DO: see if the different Algo
      UI options can be re-enabled
      5858c59d
  19. Mar 19, 2017
  20. Sep 26, 2015
  21. Aug 25, 2015
  22. May 21, 2014
  23. Feb 04, 2014
  24. Apr 26, 2013
  25. Dec 19, 2012
  26. Jul 03, 2012
  27. Jun 23, 2012
  28. Jan 14, 2012
  29. Nov 19, 2011
  30. Aug 25, 2011
  31. Jul 10, 2011
    • Campbell Barton's avatar
      cleanup · 8012053e
      Campbell Barton authored
      - remove unused imports
      - remove/comment unused vars
      - fix for some bugs with unused vars being used
      8012053e
  32. Mar 29, 2011
  33. Mar 19, 2011
  34. Feb 11, 2011
  35. Feb 05, 2011
  36. Jan 30, 2011
  37. Jan 18, 2011
Loading