You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shortcut, to immediately obtain a readonly skeleton.
Avoid things like these...
defbaseSkel(self):
# Make all bones readOnly!# FIXME: There should be a skel.readonly() function soon...skel=super().baseSkel().clone()
forboneinskel.values():
bone.readOnly=Truereturnskel
The text was updated successfully, but these errors were encountered:
Shortcut, to immediately obtain a readonly skeleton.
Avoid things like these...
The text was updated successfully, but these errors were encountered: