Created
October 22, 2019 21:51
-
-
Save psql/b3b77cb0c0cab3478c63c5017a932a48 to your computer and use it in GitHub Desktop.
Toggle skeleton
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (`whatIs "$jointState"` == "Unknown") { | |
$jointState = 0; | |
} | |
if ($jointState == 1) { | |
hideShow -joints -show; | |
$jointState = 0; | |
} else { | |
hideShow -joints -hide; | |
$jointState = 1; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment