Blender Git Commit Log

Git Commits -> Revision 156acd3

Revision 156acd3 by Tamito Kajiyama (master)
January 27, 2013, 20:17 (GMT)
Freestyle Python API improvements - part 1.

* The API syntax of StrokeVertex and StrokeAttribute was updated by means of getter/setter
properties instead of class methods. Python style modules (including the Parameter Editor
implementation) were updated accordingly.

* Code clean-up was done for a few Python style modules, mostly by removing duplicated
definitions of stroke shaders and fixing indentation.

Commit Details:

Full Hash: 156acd3370a4f9090dc1507f275bf2cb695ac371
SVN Revision: 54127
Parent Commit: 39f8b95
Lines Changed: +615, -851

13 Modified Paths:

/release/scripts/freestyle/style_modules/anisotropic_diffusion.py (+11, -38) (Diff)
/release/scripts/freestyle/style_modules/curvature2d.py (+5, -25) (Diff)
/release/scripts/freestyle/style_modules/parameter_editor.py (+73, -85) (Diff)
/release/scripts/freestyle/style_modules/shaders.py (+107, -127) (Diff)
/release/scripts/freestyle/style_modules/sketchy_topology_broken.py (+11, -50) (Diff)
/release/scripts/freestyle/style_modules/thickness_fof_depth_discontinuity.py (+7, -29) (Diff)
/source/blender/freestyle/intern/python/BPy_Convert.cpp (+31, -31) (Diff)
/source/blender/freestyle/intern/python/BPy_Convert.h (+2, -0) (Diff)
/source/blender/freestyle/intern/python/BPy_Interface0D.cpp (+2, -0) (Diff)
/source/blender/freestyle/intern/python/BPy_StrokeAttribute.cpp (+218, -266) (Diff)
/source/blender/freestyle/intern/python/BPy_StrokeAttribute.h (+1, -0) (Diff)
/source/blender/freestyle/intern/python/Interface0D/CurvePoint/BPy_StrokeVertex.cpp (+143, -200) (Diff)
/source/blender/freestyle/intern/python/Interface0D/CurvePoint/BPy_StrokeVertex.h (+4, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021