Skip to content

Commit

Permalink
Release - 1.11 Addition
Browse files Browse the repository at this point in the history
  • Loading branch information
simon50keda committed Dec 22, 2017
1 parent a0597b7 commit 5e1fa1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addon/io_scs_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"name": "SCS Tools",
"description": "Setup models, Import-Export SCS data format",
"author": "Simon Lusenc (50keda), Milos Zajic (4museman)",
"version": (1, 10, "a683e1a"),
"version": (1, 10, "793b390"),
"blender": (2, 78, 0),
"location": "File > Import-Export",
"wiki_url": "http://modding.scssoft.com/wiki/Documentation/Tools/SCS_Blender_Tools",
Expand Down
2 changes: 1 addition & 1 deletion addon/io_scs_tools/internals/containers/tobj.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class TobjContainer:
FILTER_TYPES = ("", "linear", "nearest")
TARGET_TYPES = ("", "2d", "cube")
COLOR_SPACE_TYPES = ("", "linear", "srgb")
USAGE_TYPES = ("", "default", "tsnormal", "ui")
USAGE_TYPES = ("", "default", "tsnormal", "ui", "projected")

def __init__(self):
"""Constructs empty TOBJ container.
Expand Down

0 comments on commit 5e1fa1d

Please sign in to comment.