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

Solving with 0.6 on blender 2.76b leads always to bpy.app object has no attribute "build revision" #15

Closed bachmarc closed 8 years ago

bachmarc commented 8 years ago

HI, I just try to solve a simple example but it fails... minimalistic 2 lines in one greace pencil layer, one vanishing point (2 is not working either..) no, not parallel lines ;o)...

Traceback (most recent call last): File "C:\Users\d052074\AppData\Roaming\Blender Foundation\Blender\2.76\scripts\addons\blam.py", line 1950, in execute M = self.computeCameraRotationMatrix(Fu, Fv, f, P) File "C:\Users\d052074\AppData\Roaming\Blender Foundation\Blender\2.76\scripts\addons\blam.py", line 1661, in computeCameraRotationMatrix if arePythonMatricesRowMajor(): File "C:\Users\d052074\AppData\Roaming\Blender Foundation\Blender\2.76\scripts\addons\blam.py", line 401, in arePythonMatricesRowMajor rev = bpy.app.build_revision AttributeError: 'bpy.app' object has no attribute 'build_revision'

location: :-1

bachmarc commented 8 years ago

Ahh I have downloaded 0.5....