Blender Git Commit Log

Git Commits -> Revision fd3842f

Revision fd3842f by Campbell Barton (master)
January 31, 2010, 21:52 (GMT)
Mathutils doc improvements + other small things
- bpy.app moved into PyStructSequence (used by sys.float_info)
- added buildinfo into bpy.app.build_*
- bpy.ui removed (wasnt used)
- include external example files in Mathutils docs (only Mathutils and Vector are currently written)
- added support to auto document PyStructSequence's
- CMake had "'s inside all its strings.

Commit Details:

Full Hash: fd3842f3a2b9f92fabec6268271429200b2713bd
SVN Revision: 26479
Parent Commit: 02c6d16
Lines Changed: +668, -775

7 Added Paths:

/source/blender/python/doc/examples/mathutils.py (+17, -0) (View)
/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_quat.py (+3, -0) (View)
/source/blender/python/doc/examples/mathutils_vector.py (+55, -0) (View)
/source/blender/python/doc/sphinx_doc_gen.py (+508, -0) (View)
/source/blender/python/generic/CMakeLists.txt (+34, -0) (View)

4 Deleted Paths:

/release/scripts/modules/bpy/app.py (+0, -52)
/source/blender/python/intern/bpy_ui.c (+0, -69)
/source/blender/python/intern/bpy_ui.h (+0, -31)
/source/blender/python/sphinx_doc_gen.py (+0, -482)

12 Modified Paths:

/release/scripts/modules/bpy/__init__.py (+1, -2) (Diff)
/source/blender/python/CMakeLists.txt (+16, -19) (Diff)
/source/blender/python/doc/epy/Mathutils.py (+0, -87) (Diff)
/source/blender/python/generic/bgl.c (+1, -1) (Diff)
/source/blender/python/generic/bgl.h (+0, -1) (Diff)
/source/blender/python/generic/euler.c (+4, -1) (Diff)
/source/blender/python/generic/mathutils.c (+4, -1) (Diff)
/source/blender/python/generic/matrix.c (+4, -1) (Diff)
/source/blender/python/generic/quat.c (+4, -1) (Diff)
/source/blender/python/generic/vector.c (+4, -1) (Diff)
/source/blender/python/intern/bpy_interface.c (+2, -21) (Diff)
/source/creator/CMakeLists.txt (+5, -5) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021