Changeset View
Changeset View
Standalone View
Standalone View
source/blender/nodes/composite/nodes/node_composite_cryptomatte.c
| Context not available. | |||||
| ++start; | ++start; | ||||
| } | } | ||||
| /* Find the next seprator. */ | /* Find the next separator. */ | ||||
| char *token_end = strchr(n->matte_id + start, ','); | char *token_end = strchr(n->matte_id + start, ','); | ||||
| if (token_end == NULL || token_end == n->matte_id + start) { | if (token_end == NULL || token_end == n->matte_id + start) { | ||||
| token_end = n->matte_id + end; | token_end = n->matte_id + end; | ||||
| Context not available. | |||||
| ++start; | ++start; | ||||
| } | } | ||||
| /* Find the next seprator. */ | /* Find the next separator. */ | ||||
| char *token_end = strchr(n->matte_id + start + 1, ','); | char *token_end = strchr(n->matte_id + start + 1, ','); | ||||
| if (token_end == NULL || token_end == n->matte_id + start) { | if (token_end == NULL || token_end == n->matte_id + start) { | ||||
| token_end = n->matte_id + end; | token_end = n->matte_id + end; | ||||
| Context not available. | |||||