* @bried Returns the effect render order preferences: * eSequentialPreferenceNotSequential: The effect does not need to be run in a sequential order * eSequentialPreferenceOnlySequential: The effect can only be run in a sequential order (i.e like the background render would do) * eSequentialPreferencePreferSequential: This indicates that the effect would work better by rendering seq
| 553 | * a hint to Natron but for now we just consider it as eSequentialPreferenceNotSequential. |
| 554 | **/ |
| 555 | virtual SequentialPreferenceEnum getSequentialPreference() const |
| 556 | { |
| 557 | return eSequentialPreferenceNotSequential; |
| 558 | } |
| 559 | |
| 560 | enum RenderRoIRetCode |
| 561 | { |
no outgoing calls
no test coverage detected