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

Method setWhileCreatingPaintStroke

Engine/Node.cpp:249–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249void
250Node::setWhileCreatingPaintStroke(bool creating)
251{
252 QMutexLocker k(&_imp->lastStrokeMovementMutex);
253
254 _imp->duringPaintStrokeCreation = creating;
255}
256
257bool
258Node::isDuringPaintStrokeCreation() const

Calls

no outgoing calls

Tested by

no test coverage detected