stuffmatic / blam

🚨 No longer maintained. Check out fSpy instead 🚨 A camera and projector calibration toolkit for Blender that also does automatic 3D reconstruction of geometry with rectangular faces.
https://fspy.io/
GNU General Public License v3.0
644 stars 95 forks source link

Addon crashes on startup #6

Closed woelper closed 10 years ago

woelper commented 10 years ago

on blender 2.69 rc1, the addon crashes on load: (blam 0.4)

Traceback (most recent call last): File "/home/usrwe/Downloads/blenderLatest/2.69/scripts/modules/addon_utils.py", line 311, in enable mod.register() File "/home/woelper/.config/blender/2.69/scripts/addons/blam.py", line 1920, in register initSceneProps() File "/home/woelper/.config/blender/2.69/scripts/addons/blam.py", line 1887, in initSceneProps scn = bpy.context.scene AttributeError: '_RestrictContext' object has no attribute 'scene'

stuffmatic commented 10 years ago

This should be fixed in the latest version 0.0.6 (http://stuffmatic.github.io/).