blob: fb4d45fa0269e8d32f5b1fd696a4a1b747bc97db [file] [log] [blame]
{
"name": "FollowPathConstraint",
"key": {
"int": 165,
"string": "followpathconstraint"
},
"extends": "constraints/transform_space_constraint.json",
"properties": {
"distance": {
"type": "double",
"initialValue": "0",
"animates": true,
"key": {
"int": 363,
"string": "distance"
},
"description": "Distance along the path to follow.",
"bindable": true
},
"orient": {
"type": "bool",
"initialValue": "true",
"animates": true,
"key": {
"int": 364,
"string": "orient"
},
"description": "True when the orientation from the path is copied to the constrained transform.",
"bindable": true
},
"offset": {
"type": "bool",
"initialValue": "false",
"key": {
"int": 365,
"string": "offset"
},
"description": "True when the local translation is used to offset the transformed one.",
"bindable": true
}
}
}