Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2009-07-28 00:13:47 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2009-07-28 00:13:47 +0400
commit9f79d8ae6766e6a8b155674ad1b9e747f4b70235 (patch)
tree45820c2b179f49a04963a55b68692fb804db286e /source/blender/freestyle/intern/python/UnaryFunction0D
parentfe5b6a556c23159a42eaaa90609cbf0e9a0e1128 (diff)
* freestyle_init.py: Removed all classes for wrapping extension types.
This allows users to test the types of those objects that are returned by API functions, by means of usual Python idioms such as "type(I) is T" and "isinstance(I, T)". * Removed all occurrences of ViewVertex::castToTVertex() in the following modules and rewrote the code segments using it by means of the "type(I) is T" idiom mentioned above: ChainingIterators.py PredicatesU1D.py * Replaced all occurrences of vector.Vec2, vector.Vec3, Vec2f and Vec3f by Blender.Mathutils.Vector in the following modules: anisotropic_diffusion.py Functions0D.py shaders.py sketchy_topology_broken.py * shaders.py: Fixed NameError's concerning math.pow(). * shaders.py: Added a Python equivalent of getFEdge function, defined in source\blender\freestyle\intern\view_map\Functions0D.cpp as follows: FEdge* Functions0D::getFEdge(Interface0D& it1, Interface0D& it2) { return it1.getFEdge(it2); } * shaders.py: Replaced fe.qi() by fe.viewedge().qi(). * contour.py: Fixed the import statement for freestyle_init.py.
Diffstat (limited to 'source/blender/freestyle/intern/python/UnaryFunction0D')
0 files changed, 0 insertions, 0 deletions