blender/source
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
..
blender Add BMLog for efficiently storing changes to vertices and faces 2012-12-30 18:24:08 +00:00
blenderplayer Import the RangeTree library into extern 2012-12-30 18:20:52 +00:00
creator Import the RangeTree library into extern 2012-12-30 18:20:52 +00:00
gameengine BGE: Adding a jumpCount to KX_CharacterWrapper. This can be used to have different logic for a single jump versus a double jump. For example, a different animation for the second jump. 2012-12-29 10:22:19 +00:00
icons Added GPL header to sconscripts! 2012-12-17 08:01:43 +00:00
tests add a test to the addons loaded that tries to load all addons then lists addons that fail. 2012-12-20 03:10:30 +00:00
CMakeLists.txt
SConscript Added GPL header to sconscripts! 2012-12-17 08:01:43 +00:00