Skip to content

Commit

Permalink
1.1.3
Browse files Browse the repository at this point in the history
-
  • Loading branch information
soupday committed Jan 26, 2023
1 parent 5f6ae4b commit 281bed7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def __init__(self, file_path):
self.profile_path = os.path.join(self.folder, self.json_data[self.name]["Facial_Profile"]["Profile_Path"])
self.option_import_profile = True
if "Categories" in self.json_data[self.name]["Facial_Profile"].keys():
self.option_import_expressions = True
self.option_import_expressions = False

if not error:
self.create_options_window()
Expand Down Expand Up @@ -672,7 +672,6 @@ def import_custom_textures(self, char_json, material_component, mesh_names, obj_
if offset_vector.x != 0.0 or offset_vector.y != 0.0:
if tiling_vector.x != 1.0 or tiling_vector.y != 1.0:
load_texture = True
load_texture = True
# Note: rotation doesn't seem to be exported to the Json?
rotation = float(0.0)
if "Rotation" in tex_info.keys():
Expand Down

0 comments on commit 281bed7

Please sign in to comment.