I want to make a system for setting up Constraints elements using GUI, when selecting an element, the script checked which elements are enabled and which are disabled.
For example, I’ll take AlignOrientation, by default it has PrimaryAxisOnly turned off, and if you turn it on, a new AlignType element appears. If you using a script, you can change the value of AlignType without turning on PrimaryAxisOnly.
How can I tell if AlignType is enabled or disabled (without creating new elements or table)?