Commit: 4a0b896671a6661857d1348672f5116d2970843e Author: Campbell Barton Date: Wed Jan 27 07:51:53 2016 +1100 Branches: master https://developer.blender.org/rB4a0b896671a6661857d1348672f5116d2970843e
Minor correction to API docs =================================================================== M doc/python_api/rst/info_quickstart.rst =================================================================== diff --git a/doc/python_api/rst/info_quickstart.rst b/doc/python_api/rst/info_quickstart.rst index ab106dd..164196c 100644 --- a/doc/python_api/rst/info_quickstart.rst +++ b/doc/python_api/rst/info_quickstart.rst @@ -47,8 +47,12 @@ A quick list of helpful things to know before starting: - For more examples, the text menu has a templates section where some example operators can be found. - To examine further scripts distributed with Blender, see: - | ``~/.blender/scripts/startup/bl_ui`` for the user interface, - | ``~/.blender/scripts/startup/bl_op`` for operators. + | ``scripts/startup/bl_ui`` for the user interface, + | ``scripts/startup/bl_operators`` for operators. + + Exact location depends on platform, see: + `Configuration and Data Paths + <https://www.blender.org/manual/getting_started/installing_blender/directorylayout.html>`__. Running Scripts _______________________________________________ Bf-blender-cvs mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-blender-cvs
