Blender Git Commit Log

Git Commits -> Revision c1cd33e

Revision c1cd33e by Campbell Barton (master)
February 28, 2010, 13:45 (GMT)
examples for autogenerated docs are now implicit and used when available.
This means adding the file "bpy.props.py" in the examples dir will automatically be used when generating docs, unused examples give warnings.

Commit Details:

Full Hash: c1cd33e166fa0b0f9419ec9d8a19d124452019d3
SVN Revision: 27187
Parent Commit: fc1cb16
Lines Changed: +117, -96

4 Added Paths:

/source/blender/python/doc/examples/Mathutils.Euler.py (+3, -0) (View)
/source/blender/python/doc/examples/Mathutils.Matrix.py (+3, -0) (View)
/source/blender/python/doc/examples/Mathutils.Quaternion.py (+3, -0) (View)
/source/blender/python/doc/examples/mathutils.Vector.py (+55, -0) (View)

5 Deleted Paths:

/source/blender/python/doc/examples/mathutils.py (+17, -0)
/source/blender/python/doc/examples/mathutils_euler.py (+0, -3)
/source/blender/python/doc/examples/mathutils_matrix.py (+0, -3)
/source/blender/python/doc/examples/mathutils_quat.py (+0, -3)
/source/blender/python/doc/examples/mathutils_vector.py (+0, -55)

6 Modified Paths:

/source/blender/python/doc/sphinx_doc_gen.py (+31, -0) (Diff)
/source/blender/python/generic/euler.c (+1, -3) (Diff)
/source/blender/python/generic/mathutils.c (+1, -3) (Diff)
/source/blender/python/generic/matrix.c (+1, -3) (Diff)
/source/blender/python/generic/quat.c (+1, -3) (Diff)
/source/blender/python/generic/vector.c (+1, -3) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021