Add caveat on the use of -1 for all sitters.

This commit is contained in:
Sei Lisa 2017-09-09 13:59:05 +02:00
parent 997ea85236
commit 8bd8b19e2f

View file

@ -17,7 +17,10 @@
// Inspiration and function (not code) from the Bright CISS system by Shan Bright & Innula Zenovka.
// SITTER:
// The AVsitter SITTER # the cuff settings are for.
// The AVsitter SITTER # the chain settings are for.
// -> You can use -1 to mean all sitters, but that will mean that the very same
// chain settings and pose list will be applied to all at the same time. If
// you don't want that, then you need to add one script per sitter.
integer SITTER = 0;