BlenderVR / source

Blender Virtual Reality Main Code
52 stars 21 forks source link

Rename "alone" > "mono" in configuration file and internal variables #16

Closed dfelinto closed 9 years ago

dfelinto commented 9 years ago

Note: This change requires that old XML files be updated

...

Hi @touraine (and anyone else) any objections to this change? I'm under the impression that 'mono' is a more known term than 'alone' when it comes to that.

bfgkatz commented 9 years ago

Is this a question of 1 user / multiple users or 1 mono/stereoscopic rendering?

-Brian FG Katz LIMSI-CNRS

On 8 janv. 2015, at 16:49, Dalai Felinto notifications@github.com wrote:

Note: This change requires that old XML files be updated

...

Hi @touraine (and anyone else) any objections to this change? I'm under the impression that 'mono' is a more known term than 'alone' when it comes to that.

You can merge this Pull Request by running

git pull https://github.com/BlenderVR/blender-vr alone-to-mono Or view, comment on, or merge it at:

https://github.com/BlenderVR/blender-vr/pull/16

Commit Summary

Rename "alone" > "mono" in configuration file and internal variables File Changes

M configurations/main.xml (2) M modules/blendervr/console/xml/base.py (6) M modules/blendervr/console/xml/device/hmd.py (2) M modules/blendervr/console/xml/display.py (14) M modules/blendervr/console/xml/system.py (8) M modules/blendervr/player/screen/base.py (4) M modules/blendervr/player/screen/hmd.py (2) M modules/blendervr/plugins/osc/xml.py (4) Patch Links:

https://github.com/BlenderVR/blender-vr/pull/16.patch https://github.com/BlenderVR/blender-vr/pull/16.diff — Reply to this email directly or view it on GitHub.

dfelinto commented 9 years ago

From what I got is a question of mono/left/right, see 'alone' here: http://blendervr.limsi.fr/doku.php?id=doc:config

bfgkatz commented 9 years ago

From that use it would seem "mono" would be more correct.

dfelinto commented 9 years ago

@laurent @touraine @PyrApple @occamjmv I'm pushing this to master. Which now means any xml config file you may be using that was using the 'alone' mode, should now use 'mono'.