Hi, first of all congrats for your work it's amazing!
My system is:
Ubuntu 10.10 64bit
Blender+vray scripts custom build vb25-34736-ubuntu10_10-64bit.tar.bz2
the problem happened today after the last "git pull"
the update process work correctly from terminal but after starting Blender vray does not appear anymore in the list of available Render engine.
these are some errors showing-up in the log file that will not happen before the update:
(nautilus:1680): GConf-CRITICAL **: gconf_value_free: assertion `value != NULL' failed
(nautilus:1680): GConf-CRITICAL **: gconf_value_free: assertion `value != NULL' failed
Traceback (most recent call last):
File "/home/zippo/blender256_vray/2.56/scripts/modules/bpy/utils.py", line 46, in _test_import
mod = __import__(module_name)
File "/home/zippo/blender256_vray/2.56/scripts/io/vb25/__init__.py", line 29, in <module>
from vb25 import properties_camera
File "/home/zippo/blender256_vray/2.56/scripts/io/vb25/properties_camera.py", line 35, in <module>
from vb25.utils import *
File "/home/zippo/blender256_vray/2.56/scripts/io/vb25/utils.py", line 518, in <module>
bpy.utils.register_class(VRAY_OT_convert_scene)
AttributeError: 'module' object has no attribute 'register_class'
found bundled python: /home/zippo/blender256_vray/2.56/python
Thank you for your support.
Filippo
My system is:
Ubuntu 10.10 64bit
Blender+vray scripts custom build vb25-34736-ubuntu10_10-64bit.tar.bz2
the problem happened today after the last "git pull"
the update process work correctly from terminal but after starting Blender vray does not appear anymore in the list of available Render engine.
these are some errors showing-up in the log file that will not happen before the update:
(nautilus:1680): GConf-CRITICAL **: gconf_value_free: assertion `value != NULL' failed
(nautilus:1680): GConf-CRITICAL **: gconf_value_free: assertion `value != NULL' failed
Traceback (most recent call last):
File "/home/zippo/blender256_vray/2.56/scripts/modules/bpy/utils.py", line 46, in _test_import
mod = __import__(module_name)
File "/home/zippo/blender256_vray/2.56/scripts/io/vb25/__init__.py", line 29, in <module>
from vb25 import properties_camera
File "/home/zippo/blender256_vray/2.56/scripts/io/vb25/properties_camera.py", line 35, in <module>
from vb25.utils import *
File "/home/zippo/blender256_vray/2.56/scripts/io/vb25/utils.py", line 518, in <module>
bpy.utils.register_class(VRAY_OT_convert_scene)
AttributeError: 'module' object has no attribute 'register_class'
found bundled python: /home/zippo/blender256_vray/2.56/python
Thank you for your support.
Filippo
Comment