Skip to content

Commit

Permalink
repaired broken links to old run-modes.rst, see 224b14e
Browse files Browse the repository at this point in the history
  • Loading branch information
PyrApple committed Jun 29, 2015
1 parent df5a3cc commit 076bf4d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions manual/architecture/configuration-file.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Configuration File
==================

The BlenderVR XML configuration file is loaded by the `console <../architecture/run-modes.html#console>`_ to get the architecture related information to run BlenderVR and send it to each `virtual environment <../architecture/run-modes.html#virtual-environment>`_ rendering node.
The BlenderVR XML configuration file is loaded by the console to get the architecture related information to run BlenderVR and send it to each virtual environment rendering node.

This file must contain at least four sections, plus the ``plugins`` section.
It also includes a ``blendervr`` section which only option is the network port used for the synchronization between the rendering nodes.
Expand Down Expand Up @@ -100,7 +100,7 @@ This section only concerns the console. It contains all screen sets definitions.
You can also add a ``hostname`` attribute in case of ``socket.gethostname()`` python function returns wrong hostname. This hostname is used by all *virtual environment* nodes to contact the console for network connection control.

The ``blender`` attribute is required in most of the cases for the `Update Loader <../architecture/run-modes.html#update-loader>`_ process.
The ``blender`` attribute is required in most of the cases for the `is_creating_loader <../components/processor-file.html#basic-processor-file>`_ process.

Each ``config`` sub-section must list all screens, separated by commas, used by this screen set.

Expand Down
4 changes: 2 additions & 2 deletions manual/architecture/master-slaves.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Master and Slaves

Communications inside BlenderVR are organized through a master/slaves structure.

Although inside `virtual environment <run-modes.html>`_, all nodes are equivalent, one node is the master.
Although inside `virtual environment <../components/processor-file.html#basic-processor-file>`_, all nodes are equivalent, one node is the master.

The master computer is the `console <run-modes.html#console>`_ from the `configuration file <../components/configuration-file.html>`_.
The master computer is the `console <../components/processor-file.html#basic-processor-file>`_ from the `configuration file <../components/configuration-file.html>`_.

Document Sections
-----------------
Expand Down
2 changes: 1 addition & 1 deletion manual/components/configuration-file.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Configuration File
==================

The BlenderVR XML configuration file is loaded by the `console <../architecture/run-modes.html#console>`_ to get the architecture related information to run BlenderVR and send it to each `virtual environment <../architecture/run-modes.html#virtual-environment>`_ rendering node.
The BlenderVR XML configuration file is loaded by the console to get the architecture related information to run BlenderVR and send it to each virtual environment rendering node (see `processor file templates <../components/processor-file.html>`_).

.. note::
For a comprehensive overview of the file specification access its `architecture documentation <../architecture/configuration-file.html>`__.
Expand Down
2 changes: 1 addition & 1 deletion manual/components/vrpn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Example with a Nintendo Wii Controller
*Analog will receive accelerometer data from the WiiMote, button only the pressed button states.*

.. note::
You also need to specify the folder containing your vrpn library in the `configuration file <configuration-file.html#library-path-sub-section>`__.
You also need to specify the folder containing your vrpn library in the `configuration file <../architecture/configuration-file.html#library-path-sub-section>`_.

3. In the ``<blend_file_name>.processor.py`` script (e.g. BlenderVR_API.processor.py), add:

Expand Down
2 changes: 1 addition & 1 deletion manual/installation/plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Download `VRPN 07.33.zip <http://www.cs.unc.edu/Research/vrpn/downloads/vrpn_07_
then follow compilation instructions from `VRPN Compiling <http://www.cs.unc.edu/Research/vrpn/vrpn_standard_stuff.html>`__.

Add the path of the vrpn python directory (e.g. `$INSTALL_DIR/plugins/vrpn/build/python`) to your `configuration file <components/configuration-file.html>`_ libraries.
Add the path of the vrpn python directory to your `configuration file <../architecture/configuration-file.html#library-path-sub-section>`_.

Once done, launch the ``basic-vrpn.blend`` scene in ``$INSTALL_DIR/samples/plugin/vrpn/basic-vrpn/``.

Expand Down

0 comments on commit 076bf4d

Please sign in to comment.