Skip to content

Commit

Permalink
Removed updater, changed versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
TiberiumFusion committed Nov 13, 2019
1 parent 3da0961 commit ce1453a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 94 deletions.
1 change: 0 additions & 1 deletion io_scene_valvesource.pyproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<Compile Include="import_smd.py" />
<Compile Include="ordered_set.py" />
<Compile Include="translations.py" />
<Compile Include="update.py" />
<Compile Include="utils.py" />
<Compile Include="__init__.py" />
<Compile Include="..\interactive_startup.py">
Expand Down
2 changes: 1 addition & 1 deletion io_scene_valvesource/GUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import bpy
from .utils import *
from .export_smd import SmdExporter, SMD_OT_Compile
from .update import SmdToolsUpdate # comment this line if you make third-party changes
#from .update import SmdToolsUpdate # comment this line if you make third-party changes
from .flex import *
global p_cache

Expand Down
6 changes: 3 additions & 3 deletions io_scene_valvesource/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
# ##### END GPL LICENSE BLOCK #####

bl_info = {
"name": "Blender Source Tools",
"author": "Tom Edwards (translators: Grigory Revzin)",
"version": (2, 10, 2),
"name": "Blender Source Tools (BST-Fix-279)",
"author": "Tom Edwards (translators: Grigory Revzin), modified by TF",
"version": (2, 10, 2, 999, 1),
"blender": (2, 74, 0),
"category": "Import-Export",
"location": "File > Import/Export, Scene properties",
Expand Down
89 changes: 0 additions & 89 deletions io_scene_valvesource/update.py

This file was deleted.

0 comments on commit ce1453a

Please sign in to comment.