Blender V4.3
COM_PlaneTrackDeformNode.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2013 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
5#pragma once
6
7#include "COM_Node.h"
8
10#include "DNA_node_types.h"
11
12namespace blender::compositor {
13
18class PlaneTrackDeformNode : public Node {
19 public:
20 PlaneTrackDeformNode(bNode *editor_node);
22 const CompositorContext &context) const override;
23};
24
25} // namespace blender::compositor
Overall context of the compositor.
void convert_to_operations(NodeConverter &converter, const CompositorContext &context) const override
convert node to operation