| 5916 | } //refreshMetadataProxy |
| 5917 | |
| 5918 | void |
| 5919 | EffectInstance::refreshExtraStateAfterTimeChanged(bool isPlayback, |
| 5920 | double time) |
| 5921 | { |
| 5922 | KnobHolder::refreshExtraStateAfterTimeChanged(isPlayback, time); |
| 5923 | |
| 5924 | getNode()->refreshIdentityState(); |
| 5925 | } |
| 5926 | |
| 5927 | void |
| 5928 | EffectInstance::assertActionIsNotRecursive() const |
nothing calls this directly
no test coverage detected