Blender Git Loki
Git Commits -> Revision cf9a6b4
Revision cf9a6b4 by Aaron Carlisle (master) October 25, 2016, 15:34 (GMT) |
API: Fix Links Self-explanatory. to find broken links run `sphinx-build -b linkcheck sphinx-in sphinx-out` Reviewers: mont29 Tags: #bf_blender, #python, #infrastructure:_websites Differential Revision: https://developer.blender.org/D2297 |
Commit Details:
Full Hash: cf9a6b416c91e1495639220594aa39de7a2205a4
Parent Commit: 42a91f7
Committed By: Bastien Montagne
Lines Changed: +195, -199
24 Modified Paths:
/doc/blender_file_format/mystery_of_the_blend.html (+1, -1) (Diff)
/doc/doxygen/Doxyfile (+3, -3) (Diff)
/doc/python_api/examples/bpy.app.translations.py (+2, -2) (Diff)
/doc/python_api/examples/mathutils.Vector.py (+1, -1) (Diff)
/doc/python_api/rst/bgl.rst (+152, -152) (Diff)
/doc/python_api/rst/include__bmesh.rst (+3, -4) (Diff)
/doc/python_api/rst/info_best_practice.rst (+2, -2) (Diff)
/doc/python_api/rst/info_gotcha.rst (+5, -6) (Diff)
/doc/python_api/rst/info_overview.rst (+2, -3) (Diff)
/doc/python_api/rst/info_quickstart.rst (+1, -2) (Diff)
/doc/python_api/rst/info_tips_and_tricks.rst (+2, -2) (Diff)
/doc/python_api/rst/info_tutorial_addon.rst (+2, -2) (Diff)
/intern/audaspace/Python/AUD_PyAPI.cpp (+1, -1) (Diff)
/source/blender/blenkernel/intern/particle_child.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/particle_system.c (+1, -1) (Diff)
/source/blender/blenlib/intern/astar.c (+1, -1) (Diff)
/source/blender/blenlib/intern/BLI_ghash.c (+1, -1) (Diff)
/source/blender/blenlib/intern/math_color_inline.c (+1, -1) (Diff)
/source/blender/blenlib/intern/path_util.c (+1, -1) (Diff)
/source/blender/blenlib/intern/smallhash.c (+1, -1) (Diff)
/source/blender/compositor/operations/COM_SunBeamsOperation.cpp (+2, -2) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_transitive.cc (+1, -1) (Diff)
/source/blender/physics/intern/hair_volume.cpp (+2, -2) (Diff)
/source/blender/python/mathutils/mathutils_Matrix.c (+6, -6) (Diff)
/doc/doxygen/Doxyfile (+3, -3) (Diff)
/doc/python_api/examples/bpy.app.translations.py (+2, -2) (Diff)
/doc/python_api/examples/mathutils.Vector.py (+1, -1) (Diff)
/doc/python_api/rst/bgl.rst (+152, -152) (Diff)
/doc/python_api/rst/include__bmesh.rst (+3, -4) (Diff)
/doc/python_api/rst/info_best_practice.rst (+2, -2) (Diff)
/doc/python_api/rst/info_gotcha.rst (+5, -6) (Diff)
/doc/python_api/rst/info_overview.rst (+2, -3) (Diff)
/doc/python_api/rst/info_quickstart.rst (+1, -2) (Diff)
/doc/python_api/rst/info_tips_and_tricks.rst (+2, -2) (Diff)
/doc/python_api/rst/info_tutorial_addon.rst (+2, -2) (Diff)
/intern/audaspace/Python/AUD_PyAPI.cpp (+1, -1) (Diff)
/source/blender/blenkernel/intern/particle_child.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/particle_system.c (+1, -1) (Diff)
/source/blender/blenlib/intern/astar.c (+1, -1) (Diff)
/source/blender/blenlib/intern/BLI_ghash.c (+1, -1) (Diff)
/source/blender/blenlib/intern/math_color_inline.c (+1, -1) (Diff)
/source/blender/blenlib/intern/path_util.c (+1, -1) (Diff)
/source/blender/blenlib/intern/smallhash.c (+1, -1) (Diff)
/source/blender/compositor/operations/COM_SunBeamsOperation.cpp (+2, -2) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_transitive.cc (+1, -1) (Diff)
/source/blender/physics/intern/hair_volume.cpp (+2, -2) (Diff)
/source/blender/python/mathutils/mathutils_Matrix.c (+6, -6) (Diff)