Skip to content

Differences in TFMMatch judgments based on the opening frame #55

@Ikotas

Description

@Ikotas

The result of TEMMatch == n seems to differ depending on whether the frame 0 is C or P.

ConditionalFilter(last,last,last,"""propGetInt("TFMMatch",offset=-8)""","=","0",show=true)
or
ConditionalFilter(last,last,last,"""propGetInt("TFMMatch",offset=-8)==0""","=","true",show=true)

current_frame: 0-7

opening frame: C
-> Result: FALSE

opening frame: P
-> Result: TRUE

* In case of TFMMatch == 1, the opposite result

It seems that if the forward frame specified by offset is outside the area, the opening frame is used for judgment.
If it does not exist, it would be correct to always assume a false judgment.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions