Go to file
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
build_files Add datafiles/locale/languages to blender.spec.in for CPack 2012-12-28 23:30:34 +00:00
doc patch [#33609] Syntax highlighting for OSL in Text Editor 2012-12-29 18:25:03 +00:00
extern Import the RangeTree library into extern 2012-12-30 18:20:52 +00:00
intern Revert change from Jens, wrong pointer check in the code. 2012-12-30 10:38:56 +00:00
release OSL Templates: remove unnecessary stdosl.h include. 2012-12-30 10:37:32 +00:00
source Add BMLog for efficiently storing changes to vertices and faces 2012-12-30 18:24:08 +00:00
CMakeLists.txt CMake: on linux, make boost now always require multithreaded libs, disabling 2012-12-13 08:46:07 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile code cleanup: comment unused members of bmesh operator slots and some osl style edits. 2012-11-20 14:31:58 +00:00
SConstruct patch [#33669] SConstruct: Tell how to pass BF_PYTHON_INC to SCons is it is not found 2012-12-28 12:12:04 +00:00