Skip to content

Instantly share code, notes, and snippets.

View Cygn's full-sized avatar

Sinan H Cygn

  • Sorbonne Université
  • Paris, France
View GitHub Profile
@Cygn
Cygn / gist:daba136bcab1db8ed9acb52f744712ff
Created November 4, 2016 11:26
Cannot find BlenderVR root
$ ./blendervr --BlenderVR-root=. start -configuration ../samples/basic.xml -screen 'Fullscreen' -processor "../samples/basic/head-navigation/roomVR.processor.py" -blend "../samples/basic/head-navigation/roomVR.blend"
**********************************************************
BlenderVR Copyright (C) LIMSI-CNRS (2014)
**********************************************************
***************************
Traceback (most recent call last):
File "./modules/blendervr/console/logic/console.py", line 231, in update_user_files
self._processor = processor(self)
File "/home/haliyo/Development/Blender-VR/samples/basic/head-navigation/roomVR.processor.py", line 111, in __init__
from blendervr.interactor.head_controlled_navigation import HCNav