Files
test2/source/blender/bmesh/intern
Nicholas Bishop 2e9cb31c02 Add BMLog for efficiently storing changes to vertices and faces
The BMLog is an interface for storing undo/redo steps as a BMesh is
modified. It only stores changes to the BMesh, not full copies.

Currently it supports the following types of changes:
- Adding and removing vertices
- Adding and removing faces
- Moving vertices
- Setting vertex paint-mask values
- Setting vertex hflags
2012-12-30 18:24:08 +00:00
..
2012-08-26 11:35:43 +00:00
2012-11-12 07:33:01 +00:00
2012-12-21 07:28:14 +00:00
2012-08-26 11:35:43 +00:00
2012-12-28 14:19:05 +00:00
2012-07-16 23:23:33 +00:00
2012-03-18 07:38:51 +00:00