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

Method setUsePointInteract

Engine/PyParameter.cpp:1140–1148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1138}
1139
1140void
1141Double2DParam::setUsePointInteract(bool use)
1142{
1143 KnobDoublePtr knob = _doubleKnob.lock();
1144 if (!knob) {
1145 return;
1146 }
1147 return knob->setHasHostOverlayHandle(use);
1148}
1149
1150
1151void

Calls 2

lockMethod · 0.45

Tested by

no test coverage detected