Skip to content

Commit

Permalink
improves link to help readme by adding anchor so user always sees tro…
Browse files Browse the repository at this point in the history
…ubleshooting section in readme
  • Loading branch information
smokejohn committed Dec 30, 2024
1 parent c5abafe commit f2e7640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def keep_shapekeys(self, mode=Mode.ALL):

# check if the shapekey could be added
# due to problematic modifier stack
help_url = "https://github.com/smokejohn/SKkeeper/blob/master/readme.md"
help_url = "https://github.com/smokejohn/SKkeeper/blob/master/readme.md#troubleshooting-problems"
if receiver.data.shape_keys is None:
error_msg = ("IMPOSSIBLE TO TRANSFER SHAPEKEY BECAUSE OF VERTEX COUNT MISMATCH\n\n"
"The processed shapekey {} with name {} cannot be transferred.\n"
Expand Down

0 comments on commit f2e7640

Please sign in to comment.