Skip to content

Commit

Permalink
Merge pull request #15 from ZeroGravitasIndeed/Dev-Lite
Browse files Browse the repository at this point in the history
Provisional Modernized assets support, bug corrections
  • Loading branch information
ZeroGravitasIndeed authored Feb 5, 2025
2 parents e308231 + 4cca778 commit 96cb99d
Show file tree
Hide file tree
Showing 6 changed files with 552 additions and 114 deletions.
Binary file modified zg_swtor_tools.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion zg_swtor_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
bl_info = {
"name": "ZG SWTOR Tools",
"author": "ZeroGravitas",
"version": (2, 0, 4),
"version": (2, 0, 5),
"blender": (3, 5, 0),
"category": "SWTOR",
"location": "View 3D > Sidebar > ZG SWTOR",
Expand Down
4 changes: 4 additions & 0 deletions zg_swtor_tools/addon_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,10 @@ def draw(self, context):
split_line.label()
split_line.prop(context.scene, "zg_swca_separate_each_eye", text="As Two Eye Objects")
tool_section.prop(context.scene, "zg_correct_twilek_eyes_uv", text="Correct Twi'lek Eyes' UVs")
tool_section.prop(context.scene, "zg_npc_uses_skin", text="NPC Gear Can Show Skin")






Expand Down
Loading

0 comments on commit 96cb99d

Please sign in to comment.