Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
Update message, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
knot126 committed Jan 6, 2023
1 parent 4aa3d0d commit 304b467
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions blender_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"name": "Smash Hit Tools",
"description": "Segment exporter and property editor for Smash Hit",
"author": "Smashing Tech",
"version": (2, 0, 25),
"version": (2, 0, 26),
"blender": (3, 2, 0),
"location": "File > Import/Export and 3D View > Tools",
"warning": "",
Expand Down Expand Up @@ -791,8 +791,7 @@ def draw(self, context):
ui.prop(self, "enable_auto_update")
if (self.enable_auto_update):
box = ui.box()
# box.label(icon = "ERROR", text = "Enabling the automatic updater means you won't be able to check that something contains a virus. We do not have the same security measures as other software to make sure that the software is coming from trusted developers. Please don't enable this option if you don't actually understand the risks.")
box.label(icon = "ERROR", text = "It's not recommended to enable this. Autoupdate is insecure.")
box.label(icon = "ERROR", text = "Please note: If a bad update is released, it might break SHBT. Be careful!")
ui.prop(self, "enable_quick_test_server")

class sh_SegmentPanel(Panel):
Expand Down

0 comments on commit 304b467

Please sign in to comment.