PythonConstraint(Constraint)¶
base classes — bpy_struct, Constraint
-
class
bpy.types.PythonConstraint(Constraint)¶ Use Python script for constraint evaluation
-
has_script_error¶ The linked Python script has thrown an error
Type: boolean, default False, (readonly)
-
target_count¶ Usually only 1-3 are needed
Type: int in [-inf, inf], default 0
-
targets¶ Target Objects
Type: bpy_prop_collectionofConstraintTarget, (readonly)
-
use_targets¶ Use the targets indicated in the constraint panel
Type: boolean, default False
-
Inherited Properties
Inherited Functions