Blender Git Loki
Git Commits -> Revision 67c15da
Revision 67c15da by Campbell Barton (master) October 17, 2011, 02:20 (GMT) |
docs / clenup (no functional code changes) - added API examples for mathutils.Color/Euler/Quaternion/Matrix. - corrected own bad spelling matricies --> matrices. - minor pep8 edits. - update CMake ignore file list. |
Commit Details:
Full Hash: 67c15da97de7644fc4deb3ab1b03c3db22f1f647
SVN Revision: 41074
Parent Commit: 8fae0c6
Lines Changed: +123, -12
1 Added Path:
/doc/python_api/examples/mathutils.Color.py (+30, -0) (View)
10 Modified Paths:
/build_files/cmake/cmake_consistency_check_config.py (+8, -0) (Diff)
/doc/python_api/examples/mathutils.Euler.py (+30, -1) (Diff)
/doc/python_api/examples/mathutils.Matrix.py (+26, -1) (Diff)
/doc/python_api/examples/mathutils.Quaternion.py (+21, -1) (Diff)
/doc/python_api/rst/bge.logic.rst (+1, -1) (Diff)
/release/scripts/startup/bl_ui/properties_particle.py (+1, -2) (Diff)
/source/blender/blenkernel/BKE_paint.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/constraint.c (+1, -1) (Diff)
/source/blender/editors/util/crazyspace.c (+1, -1) (Diff)
/source/blender/python/mathutils/mathutils_Matrix.c (+3, -3) (Diff)
/doc/python_api/examples/mathutils.Euler.py (+30, -1) (Diff)
/doc/python_api/examples/mathutils.Matrix.py (+26, -1) (Diff)
/doc/python_api/examples/mathutils.Quaternion.py (+21, -1) (Diff)
/doc/python_api/rst/bge.logic.rst (+1, -1) (Diff)
/release/scripts/startup/bl_ui/properties_particle.py (+1, -2) (Diff)
/source/blender/blenkernel/BKE_paint.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/constraint.c (+1, -1) (Diff)
/source/blender/editors/util/crazyspace.c (+1, -1) (Diff)
/source/blender/python/mathutils/mathutils_Matrix.c (+3, -3) (Diff)