Skip to content
Snippets Groups Projects
  1. Oct 31, 2018
  2. Oct 19, 2018
  3. 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
  4. 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
  5. Mar 22, 2017
  6. Mar 19, 2017
  7. Aug 12, 2016
  8. Dec 02, 2015
  9. May 21, 2014
  10. Feb 04, 2014
  11. Dec 19, 2012
  12. Jul 03, 2012
  13. Jun 23, 2012
  14. Jan 14, 2012
  15. Sep 19, 2011
  16. Sep 10, 2011
  17. Sep 08, 2011
  18. 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
  19. Aug 22, 2011
  20. 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
  21. Aug 08, 2011
  22. Jul 31, 2011
  23. Jul 30, 2011
Loading