Files
test/source/blender/blenkernel
Nicholas Bishop 2e69b0cd0b Add dynamic topology support to the PBVH
* Add BLI_pbvh_build_bmesh(), similar to the other PBVH builders but
  specialized for BMesh. Whereas the PBVH leaf nodes for mesh and
  grids only store a start-index and count into the primitive indices
  array, the BMesh version uses GHashes to store the full set of faces
  and vertices in leaf nodes

* Update PBVH iterator to handle BMesh

* Make some of the pbvh.c functions non-static so they can be used by
  the new pbvh_bmesh code

* The BLI_pbvh_bmesh_update_topology() function is the main reason for
  adding BMesh support to the PBVH. This function is used during a
  sculpt stroke to dynamically collapse edges that are particular
  short and subdivide edges that are particularly long.
2012-12-30 18:28:36 +00:00
..
2012-09-26 20:05:38 +00:00
2012-05-16 23:37:23 +00:00
2012-06-06 22:38:39 +00:00
2012-12-28 09:06:48 +00:00
2012-12-22 14:25:34 +00:00
2012-03-02 16:05:54 +00:00
2012-12-28 09:06:48 +00:00
2012-11-09 09:33:28 +00:00
2012-12-28 14:21:30 +00:00
2012-12-27 15:07:19 +00:00
2012-06-06 22:38:39 +00:00
2012-11-03 15:35:03 +00:00
2012-05-29 10:21:07 +00:00
2012-12-17 08:01:43 +00:00