Skip to content

Commit

Permalink
SFM armatures now labeled as unsupported
Browse files Browse the repository at this point in the history
  • Loading branch information
Haggets committed Feb 25, 2021
1 parent 5ce9e13 commit fb5d27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def draw(self, context):
elif not functions.arm.sfm:
layout.label(text="Type: Default Source Armature")
elif functions.arm.sfm:
layout.label(text="Type: Source Filmmaker Armature")
layout.label(text="Type: Source Filmmaker Armature (Unsupported)")
else:
layout.label(text="No Armature...")

Expand Down

0 comments on commit fb5d27a

Please sign in to comment.