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-12-19 09:45:56 +00:00
2012-11-29 16:26:39 +00:00
2012-12-12 05:04:01 +00:00
2012-11-29 16:26:39 +00:00
2012-08-26 11:35:43 +00:00
2012-10-26 06:19:49 +00:00
2012-12-24 14:59:15 +00:00
2012-08-23 05:19:40 +00:00
2012-04-19 22:40:09 +00:00
2012-11-12 07:33:01 +00:00
2012-11-18 01:22:31 +00:00
2012-12-30 18:24:08 +00:00
2012-12-30 18:24:08 +00:00
2012-12-21 07:28:14 +00:00
2012-08-31 15:01:40 +00:00
2012-11-30 14:27:25 +00:00
2012-03-11 04:07:22 +00:00
2012-05-03 19:57:24 +00:00
2012-03-22 05:13:43 +00:00
2012-12-22 08:37:34 +00:00
2012-12-03 05:38:28 +00:00
2012-12-11 14:30:12 +00:00
2012-08-26 11:35:43 +00:00
2012-12-28 11:12:46 +00:00
2012-11-28 00:47:33 +00:00
2012-12-28 14:19:05 +00:00
2012-11-27 02:34:40 +00:00
2012-12-12 07:20:34 +00:00
2012-11-28 00:16:06 +00:00
2012-12-11 15:10:19 +00:00
2012-04-23 01:19:50 +00:00
2012-11-19 00:54:55 +00:00
2012-12-30 18:22:21 +00:00
2012-12-30 18:22:21 +00:00
2012-09-12 05:11:38 +00:00
2012-07-16 23:23:33 +00:00
2012-10-29 15:43:54 +00:00
2012-03-18 07:38:51 +00:00
2012-05-16 00:51:36 +00:00
2012-03-29 13:09:07 +00:00