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/release/scripts
Tamito Kajiyama 17555efed7 Added changes to support Python's native iterator protocol in Stroke and StrokeVertexIterator.
freestyle_init.py
* Added a generic getName() method that allows subclasses to omit the method to return their class names.

BPy_Convert.cpp
BPy_Convert.h
* Added to BPy_StrokeVertexIterator_from_StrokeVertexIterator() a second argument to specify the direction (reversed or not) of the iterator to be created.

BPy_Stroke.cpp
* Added support for Python's native iterator protocol.
* Added code to parse the optional argument of strokeVerticesBegin().

BPy_StrokeVertexIterator.cpp
BPy_StrokeVertexIterator.h
* Added support for Python's native iterator protocol.

Stroke.cpp
* Fixed a null pointer reference.

Stroke.h
* Added new method Stroke::strokeVerticeAt(i) that returns the i-th StrokeVertex of the Stroke.
2008-12-01 11:14:33 +00:00
..
2008-10-07 20:34:24 +00:00
2007-06-28 08:33:04 +00:00
2007-04-18 14:40:01 +00:00
2008-10-09 22:28:44 +00:00
2008-09-20 10:11:42 +00:00
2007-08-01 18:04:44 +00:00
2008-10-07 20:34:24 +00:00
2008-03-18 22:55:40 +00:00
2008-08-30 14:32:16 +00:00
2008-08-09 10:12:59 +00:00
2007-11-22 01:43:24 +00:00
2008-08-30 14:32:16 +00:00
2008-08-30 14:32:16 +00:00
2008-10-09 22:28:44 +00:00
2008-08-09 10:12:59 +00:00
2007-04-18 14:40:01 +00:00
2008-08-01 23:39:52 +00:00
2008-03-23 02:28:24 +00:00
2008-06-09 14:04:19 +00:00