Skip to content
Snippets Groups Projects
  1. Apr 21, 2010
  2. Apr 20, 2010
  3. Apr 19, 2010
  4. Apr 18, 2010
  5. Apr 17, 2010
  6. Apr 16, 2010
    • Martin Buerbaum's avatar
      * Version 2.4 · 3f23631b
      Martin Buerbaum authored
      * Cleaned up worm gear code.
      * Vertex and face creation process is much simpler now.
      * This also prevents double vertices.
      * Removed lots of unneeded variables
      * TODO: Create "closing" faces for the worm gear.
      3f23631b
    • Martin Buerbaum's avatar
      * Gears Version 2.3 · bc0bd762
      Martin Buerbaum authored
      * Major refractor - removed most of the hardcoded stuff.
      * Separated functions into gear, worm gear (and experimental/non-working spokes)
      * "Gear" now doesn't have any duplicate vartices.
      * New submenu "Gears" (entries "Gear" and "Worm Gear")
      * TODO: Prevent doubles in "Worm Gear" (change it so only one row of verts is calculated for each step)
      * TODO: Finish/improve spokes code ("add_spokes").
      * TODO: Create new "auto-spokes" function that addes a "Gear Spokes" Object for an existing "Gears" obj (either via the "recall" data - this stuff is usefull :-) or by creating 2 objects at the same time.)
      bc0bd762
    • Martin Buerbaum's avatar
      * Version 0.10.4 · 4621f236
      Martin Buerbaum authored
      * Minor: Updated the function "createFaces" a bit. No functional changes.
      4621f236
  7. Apr 15, 2010
  8. Apr 14, 2010
    • Martin Buerbaum's avatar
      * Nevermind. · 22358f56
      Martin Buerbaum authored
      22358f56
    • Martin Buerbaum's avatar
      * Added mesh_utils.py (Temporarily - This may be moved to "modules" in the future). · 644e86a3
      Martin Buerbaum authored
      * See also the patch [#21731] New module mesh_utils.py (various functions to create "smart" mesh objects)
      * http://projects.blender.org/tracker/index.php?func=detail&aid=21731&group_id=9&atid=127
      644e86a3
    • 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
Loading