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
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-12-29 01:54:58 +00:00
2012-12-28 14:19:05 +00:00
2012-12-29 01:54:58 +00:00
2012-12-30 13:01:47 +00:00
2012-12-29 01:54:58 +00:00
2012-12-28 14:21:30 +00:00
2012-12-17 08:01:43 +00:00
2012-12-28 14:19:05 +00:00
2012-12-29 01:54:58 +00:00
2012-12-17 08:01:43 +00:00