Skip to content
Snippets Groups Projects
  • Campbell Barton's avatar
    a668f0dc
    - use foreach_set() for vertices coords (faster) · a668f0dc
    Campbell Barton authored
    - include bl_addon_info just under the gpl, faster parsing.
    - use newstyle classes + __slots__ to disallow arbitrary attributes to be set.
    - dont cycle ecitmode, instead use calc_edges argument to mesh update.
    - use string formatting for print's.
    a668f0dc
    History
    - use foreach_set() for vertices coords (faster)
    Campbell Barton authored
    - include bl_addon_info just under the gpl, faster parsing.
    - use newstyle classes + __slots__ to disallow arbitrary attributes to be set.
    - dont cycle ecitmode, instead use calc_edges argument to mesh update.
    - use string formatting for print's.