Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/intern/tracking_auto.c
| Context not available. | |||||
| /* TODO(sergey): A bit awkward to keep it in here, only used to | /* TODO(sergey): A bit awkward to keep it in here, only used to | ||||
| * place a disabled marker once the tracking fails, | * place a disabled marker once the tracking fails, | ||||
| * Wither find a more clear way to do it or call it track context | * Either find a clearer way to do it or call it track context | ||||
| * or state, not options. | * or state, not options. | ||||
| */ | */ | ||||
| bool is_failed; | bool is_failed; | ||||
| Context not available. | |||||