This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender
Joseph Eagar 01a12fa553 Replaced unified extrude edges/faces code (the stuff specificaly for
edges/faces,extrudeflag_edgess, not the entire extrude system) with 
a bmesh version. This stress-tested the operator api, and I had to 
code some new stuff,including:

* An api to iterate over Mapping slots and array slots. It's modeled
  after the normal iterator api.
* The ability to copy mapping slots.
* More mapping functions.
* In addition to being able to flag elements in a buffer,
  you can now unflag them (much clearer then passing in ~flag
  I think).

The extrude edge/faces code has multiple layers.  At the top
level is a funtion in editmesh_lib.c, which takes care of selection,
handles mirror modifiers, etc.  It calls the extrude operator, which
in turns calls split, which calls dupe/del.  Note that split needed
a slot to exclude things from being deleting (e.g. when extruding
a single isolated face).

The basic idea (reflected in original design of split/dupe/del by Briggs)
is to use the split function to do the heavy work of extrude.  split spits
out new geometry and mappings from boundary edges, for extrude (it should
also spit out other mappings, but that's for later).

Briggs: you may want to look over this, hopefully I didn't do anything
too evil.

I probably should spend some time going over the 2.5 mesh operators and
cleaning them up, splitting ones that need splitting, etc, and in general
getting them to work properly.
2009-02-12 16:59:51 +00:00
..
2008-12-23 21:20:34 +00:00
2009-02-08 14:25:04 +00:00
2.5
2009-02-07 19:37:29 +00:00
2008-12-23 21:20:34 +00:00
2.5
2009-02-07 19:37:29 +00:00
2.5
2009-02-05 19:28:28 +00:00
2009-02-02 19:57:57 +00:00
2.5
2009-01-04 19:16:13 +00:00
2.5
2009-02-05 19:28:28 +00:00
2.5
2009-02-08 12:16:35 +00:00
2.5
2009-01-22 14:59:49 +00:00
2009-01-30 15:48:38 +00:00