Skip to content
Snippets Groups Projects
  1. Jun 03, 2022
  2. Feb 11, 2022
  3. Mar 05, 2020
  4. Oct 29, 2019
  5. Oct 16, 2019
  6. Sep 24, 2019
  7. May 21, 2019
  8. May 16, 2019
  9. Mar 26, 2019
  10. Mar 01, 2019
  11. Oct 31, 2018
  12. Oct 19, 2018
  13. Jan 06, 2018
    • lijenstina's avatar
      Fix T53579: Move the settings into a Tools Panel, use wm property group · ea424564
      lijenstina authored
      Bump version to 1.1.4
      Remove some dead code
      Use register class instead of register_module
      
      Adress the F6 redo menu Blender crash issue by:
      1) Moving the properties from the operator to a property group
      of window manager type (bpy.types.WindowManager.ivy_gen_props)
      2) Only the update is exposed in the operator undo (a boolprop)
      3) Settings moved into the CURVE_PT_IvyGenPanel located under the
      Tools Region > Create > Ivy Generator
      
      Functionality should be the same as before:
      
      Since the window manager props are not jumping back on operator redo
      the operator just pulls them in execute which allows change in the Panel
      while operator is still active
      
      The default values are assigned by setting the operator defaultIvy to True
      ea424564
  14. Jun 09, 2017
    • lijenstina's avatar
      Fix T51753: Functions expected Polygons in Data · 1786f994
      lijenstina authored
      Bump version to 0.1.2
      Fix the error with passing objects data that didn't
      have at least one polygon to functions expecting them
      (like closest_point_on_mesh) added a check for len > 0
      
      Imports as tuples
      Consistent prop definitions
      Small Pep8 cleanup
      Don't use sum as a var name (replaced with sums)
      Update wiki link
      1786f994
  15. Mar 22, 2017
  16. Mar 19, 2017
  17. Aug 12, 2016
  18. Dec 02, 2015
  19. May 21, 2014
  20. Feb 04, 2014
  21. Dec 19, 2012
  22. Jul 03, 2012
  23. Jun 23, 2012
  24. Jan 14, 2012
  25. Sep 19, 2011
  26. Sep 10, 2011
  27. Sep 08, 2011
  28. Aug 27, 2011
    • Thomas Dinges's avatar
      Addon UI Cleanup, Part 1 · d744270e
      Thomas Dinges authored
      * General Rule (for Ivygen and Sapling): If you need more code for declaring the layouts than for the props itself, something is wrong. ;-)
      * if > elif
      d744270e
  29. Aug 22, 2011
  30. Aug 19, 2011
    • Andrew Hale's avatar
      Version 0.1.1: · 2bc0a0df
      Andrew Hale authored
      - Fixed an issue where 'Add New Ivy' and 'Add New Default Ivy' did nothing
      - Updated Blender version to 2.59
      - Updated Blender revision to 39307
      2bc0a0df
  31. Aug 08, 2011
  32. Jul 31, 2011
  33. Jul 30, 2011
Loading