This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/extern/rangetree
Campbell Barton a8705e99ee Sculpt: minor speedup for dyntopo
Add retake to range-tree to avoid double lookup.
2014-10-07 21:02:08 +02: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.