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/source/blender
Tamito Kajiyama b25e4b6474 Fixed a problem related to AdjacencyIterator. In the Python layer,
AdjacencyIterator::isBegin() and AdjacencyIterator::isEnd() always
returned a False value and printed a "not implemented" warning message.
This caused an infinite loop in a few chaining iterators, resulting in
a crash of the program.  The origin of the issue seemed to be a fact
that in the C++ layer, the AdjacencyIterator class had not properly
overloaded the definitions of the methods in the Iterator superclass.
The fix here looks okay, although I'm not sure why this inconsistency
was not addressed for a long time.
2009-07-25 18:02:34 +00:00
..
2008-10-28 18:47:01 +00:00
2009-04-07 18:38:23 +00:00
2008-10-28 20:26:38 +00:00
2008-05-05 17:30:33 +00:00
2008-09-19 14:15:36 +00:00
2009-04-07 18:38:23 +00:00
2008-09-19 14:15:36 +00:00