DJ-Skaro / blender-smd

Automatically exported from code.google.com/p/blender-smd
0 stars 1 forks source link

invalid literal for int(bpy.app.build_revision) with base 10: '32380M' #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Trying to Enable checkbox SMD Tools in Addons

What is the expected output? What do you see instead?
The box will not check

What version of the product are you using? On what operating system?
Blender 2.54 (trunk) rev32380 64bit + patches + contrib & external add-ons + 
API Doc

Please provide any additional information below.

Blender Output:

C:\Users\Julian\Downloads\Release>blender --enable-opencl
found bundled python: C:\Users\Julian\DOWNLO~1\Release\2.54\python
        bpy.utils.addon_enable space_view3d_property_chart
        bpy.utils.addon_disable space_view3d_property_chart
Traceback (most recent call last):
  File "C:\Users\Julian\DOWNLO~1\Release\2.54\scripts\modules\bpy\utils.py", line 398, in addon_enable
    mod = __import__(module_name)
  File "C:\Users\Julian\DOWNLO~1\Release\2.54\scripts\addons\io_smd_tools.py", line 1308, in <module>
    class SmdImporter(bpy.types.Operator):
  File "C:\Users\Julian\DOWNLO~1\Release\2.54\scripts\addons\io_smd_tools.py", line 1316, in SmdImporter
    if bpy.app.build_revision != 'unknown' and int(bpy.app.build_revision) >= 32095:
ValueError: invalid literal for int() with base 10: '32380M'

Original issue reported on code.google.com by julian.a...@googlemail.com on 9 Oct 2010 at 12:21

GoogleCodeExporter commented 9 years ago
Thanks, fixing it now

Original comment by tnbak...@shaw.ca on 9 Oct 2010 at 7:15

GoogleCodeExporter commented 9 years ago
Should be fixed now.  I created a ZIP file of the new version.  Blender can 
install addon ZIP files itself.

Original comment by tnbak...@shaw.ca on 9 Oct 2010 at 7:52

GoogleCodeExporter commented 9 years ago
thx a lot man

Original comment by julian.a...@googlemail.com on 9 Oct 2010 at 8:54