Files
blender/extern/rangetree
Campbell Barton 9bbb30bf03 Fix T39245: Crash when dynamic topology is enabled
Redundant decrement was crashing for systems which didnt optimize it out.
2014-04-03 17:13:31 +11:00
..

Overview

Basic class for storing non-overlapping scalar ranges. Underlying representation is a C++ STL set for fast lookups.

License

GPL version 2 or later (see COPYING)

Author Note

This implementation is intended for storing free unique IDs in a new undo system for BMesh in Blender, but could be useful elsewhere.