MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / prepareForNextPaintStrokeRender

Method prepareForNextPaintStrokeRender

Engine/Node.cpp:416–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414}
415
416void
417Node::prepareForNextPaintStrokeRender()
418{
419 {
420 QMutexLocker k(&_imp->lastStrokeMovementMutex);
421 _imp->strokeBitmapCleared = false;
422 }
423 _imp->effect->clearActionsCache();
424}
425
426void
427Node::setLastPaintStrokeDataNoRotopaint()

Callers 1

Calls 1

clearActionsCacheMethod · 0.80

Tested by

no test coverage detected