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
Campbell Barton 27d43f3fd3 added API function to C and python
* C:  BM_vert_separate(...)
* py: bmesh.utils.vert_separate(vert, edges)

This splits off regions around the vertex, splitting on connected edges passed in a sequence.

also made minor changes
- rename python api functions _rip to _separate
- fixed bmesh iterator being iterable its self (some parts of python expect this)
- fix memory leak in bmesh python api.
2012-03-09 00:01:38 +00:00
..
2012-03-02 16:05:54 +00:00
2012-03-09 00:01:38 +00:00
2012-03-08 20:00:37 +00:00
2012-03-02 16:05:54 +00:00
2012-03-08 04:12:11 +00:00
2012-03-09 00:01:38 +00:00
2012-03-08 04:12:11 +00:00