blender/source
Tamito Kajiyama b35a893249 Freestyle Python API improvements - part 4.
Major API updates were made as in part 3 to address code review comments.
This revision focuses on Python wrappers of C++ iterators.

* Most getter/setter methods were reimplemented as attributes using PyGetSetDef.

* The naming of methods and attributes was fixed to follow the naming conventions
of the Blender Python API (i.e., lower case + underscores for methods and attributes,
and CamelCase for classes).  The only irregular naming change is the following, to
better indicate the functionality:

- ChainingIterator: getVertex --> next_vertex

* In addition, some code clean-up was done in both C++ and Python.  Also duplicated
definitions of predicate classes were removed.
2013-02-16 14:21:40 +00:00
..
blender Freestyle Python API improvements - part 4. 2013-02-16 14:21:40 +00:00
blenderplayer Merged changes in the trunk up to revision 54421. 2013-02-10 10:17:59 +00:00
creator Merged changes in the trunk up to revision 54421. 2013-02-10 10:17:59 +00:00
gameengine Bug fix #34157 2013-02-09 12:30:42 +00:00
icons Added GPL header to sconscripts! 2012-12-17 08:01:43 +00:00
tests fix for regression in bpy-api, python context passed to operators couldn't override collections. 2013-02-07 04:04:12 +00:00
CMakeLists.txt
SConscript Added GPL header to sconscripts! 2012-12-17 08:01:43 +00:00