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

Method isSettingsPanelVisible

Engine/Node.cpp:6484–6490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6482}
6483
6484bool
6485Node::isSettingsPanelVisible() const
6486{
6487 std::set<const Node*> tmplist;
6488
6489 return isSettingsPanelVisibleInternal(tmplist);
6490}
6491
6492void
6493Node::attachRotoItem(const RotoDrawableItemPtr& stroke)

Calls

no outgoing calls

Tested by

no test coverage detected