Traceback (most recent call last):
File "/opt/blender/2.56/scripts/modules/bpy/utils.py", line 46, in _test_import
mod = __import__(module_name)
File "/opt/blender/2.56/scripts/ui/properties_yaf_AA_settings.py", line 4, in <module>
FloatProperty = bpy.types.Scene.FloatProperty
AttributeError: type object 'Scene' has no attribute 'FloatProperty'
Traceback (most recent call last):
File "/opt/blender/2.56/scripts/modules/bpy/utils.py", line 46, in _test_import
mod = __import__(module_name)
File "/opt/blender/2.56/scripts/ui/properties_yaf_camera.py", line 4, in <module>
FloatProperty = bpy.types.Camera.FloatProperty
AttributeError: type object 'Camera' has no attribute 'FloatProperty'
Traceback (most recent call last):
File "/opt/blender/2.56/scripts/modules/bpy/utils.py", line 46, in _test_import
mod = __import__(module_name)
File "/opt/blender/2.56/scripts/ui/properties_yaf_general_settings.py", line 4, in <module>
FloatProperty = bpy.types.Scene.FloatProperty
AttributeError: type object 'Scene' has no attribute 'FloatProperty'
Traceback (most recent call last):
File "/opt/blender/2.56/scripts/modules/bpy/utils.py", line 46, in _test_import
mod = __import__(module_name)
File "/opt/blender/2.56/scripts/ui/properties_yaf_integrator.py", line 4, in <module>
FloatProperty = bpy.types.Scene.FloatProperty
AttributeError: type object 'Scene' has no attribute 'FloatProperty'
Traceback (most recent call last):
File "/opt/blender/2.56/scripts/modules/bpy/utils.py", line 46, in _test_import
mod = __import__(module_name)
File "/opt/blender/2.56/scripts/ui/properties_yaf_material.py", line 4, in <module>
FloatProperty = bpy.types.Material.FloatProperty
AttributeError: type object 'Material' has no attribute 'FloatProperty'
Traceback (most recent call last):
File "/opt/blender/2.56/scripts/modules/bpy/utils.py", line 46, in _test_import
mod = __import__(module_name)
File "/opt/blender/2.56/scripts/ui/properties_yaf_object_light.py", line 4, in <module>
FloatProperty = bpy.types.Object.FloatProperty
AttributeError: type object 'Object' has no attribute 'FloatProperty'
Traceback (most recent call last):
File "/opt/blender/2.56/scripts/modules/bpy/utils.py", line 46, in _test_import
mod = __import__(module_name)
File "/opt/blender/2.56/scripts/ui/properties_yaf_texture.py", line 23, in <module>
narrowui = bpy.context.user_preferences.view.properties_width_check
AttributeError: 'UserPreferencesView' object has no attribute 'properties_width_check'
Traceback (most recent call last):
File "/opt/blender/2.56/scripts/modules/bpy/utils.py", line 46, in _test_import
mod = __import__(module_name)
File "/opt/blender/2.56/scripts/ui/properties_yaf_volume_integrator.py", line 4, in <module>
FloatProperty = bpy.types.World.FloatProperty
AttributeError: type object 'World' has no attribute 'FloatProperty'
Traceback (most recent call last):
File "/opt/blender/2.56/scripts/modules/bpy/utils.py", line 46, in _test_import
mod = __import__(module_name)
File "/opt/blender/2.56/scripts/ui/properties_yaf_world.py", line 4, in <module>
FloatProperty = bpy.types.World.FloatProperty
AttributeError: type object 'World' has no attribute 'FloatProperty'
Traceback (most recent call last):
File "/opt/blender/2.56/scripts/modules/bpy/utils.py", line 46, in _test_import
mod = __import__(module_name)
File "/opt/blender/2.56/scripts/ui/yaf_light.py", line 4, in <module>
FloatProperty = bpy.types.Lamp.FloatProperty
AttributeError: type object 'Lamp' has no attribute 'FloatProperty'
Traceback (most recent call last):
File "/opt/blender/2.56/scripts/modules/bpy/utils.py", line 128, in register_module_call
register()
File "/opt/blender/2.56/scripts/op/yafaray_operator.py", line 109, in register
bpy.types.register(OBJECT_OT_get_position)
AttributeError: bpy.types.register(...): already registered as a subclass
Traceback (most recent call last):
File "/opt/blender/2.56/scripts/modules/bpy/utils.py", line 46, in _test_import
mod = __import__(module_name)
File "/opt/blender/2.56/scripts/io/yafaray/__init__.py", line 2, in <module>
from yafaray import yaf_export
File "/opt/blender/2.56/scripts/io/yafaray/yaf_export.py", line 24, in <module>
import yafrayinterface
Users browsing this forum: No registered users and 2 guests