Skip to content
Snippets Groups Projects
  1. Jul 13, 2010
    • Luca Bonavita's avatar
      == trunk scripts confirming == · b5cd123b
      Luca Bonavita authored
      - every script is now (2,5,3)
      - added warning field in bl_addon_info so every dev knows about this: when "warning" field is not empty, a warning icon appears and text alerts 
      users about a buggy script (this is used during development, released scripts should must have this empty of course)
      - formatted scripts info like this
        - GPL
        - docstring
        - bl_addon_info
        - imports
        so that the actual script starts after the bl_addon_info dict
      - removed old 2.4x cruft like __url__, __bpydoc__, __author__ etc, not needed anymore (when the case integrated info with bl_addon_info and in 
      case of one email meta just put it in the GPL)
      
      - next commits I plan to do contrib scripts and conform io scripts naming 
      b5cd123b
  2. Jul 03, 2010
  3. Jun 20, 2010
  4. Jun 17, 2010
  5. Jun 16, 2010
  6. Jun 07, 2010
  7. Jun 04, 2010
    • Brendon Murphy's avatar
      · 20debc90
      Brendon Murphy authored
      [[Split portion of a mixed commit.]]
      20debc90
  8. May 31, 2010
  9. May 30, 2010
  10. Apr 25, 2010
  11. Apr 24, 2010
  12. Apr 14, 2010
    • Martin Buerbaum's avatar
      * Version 0.7 (0.7 final) · e702240b
      Martin Buerbaum authored
      * Summary of changes:
      * Initial support for drawing lines. (Thanks to Algorith for applying my perspective_matrix patch.)
      * The distance value (in BUs) is also drawn in the 3D view now.
      * Also fixed some wrong calculations of global/local distances.
      * Now it's really "what you see is what is calculated".
      * Use bl_addon_info for Add-On information. Use "3D View" in category & name
      * Renamed reenter_editmode to view3d.reenter_editmode.
      * Renamed panel_measure.py into space_view3d_panel_measure.py
      * Active object is only used for edit-mode now. Measurement with exactly one sel. (but not necessarily active) object now gets the obj via the sel-object array.
      * API change Mathutils -> mathutils (r557)
      * Reduced PRECISION to 4
      * Deselecting 1 of 2 objects now works correctly (active object is ignored).
      * Force a redraw of the area so disabling the "measure_panel_draw" checkbox will clear the line/text.
      * Only calculate area (CPU heavy) if a "area" checkbox is enabled.
      e702240b
  13. Apr 11, 2010
  14. Apr 07, 2010
  15. Apr 04, 2010
  16. Apr 01, 2010
  17. Mar 27, 2010
  18. Mar 24, 2010
  19. Mar 23, 2010
  20. Mar 16, 2010
Loading