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