adjust_handles_locked property

adjust_handles_locked property

Determines whether a changing adjust values is forbidden. Read/write bool.

Definition:

@property
def adjust_handles_locked(self):
    ...

@adjust_handles_locked.setter
def adjust_handles_locked(self, value):
    ...

See Also