Blender  V3.3
COM_ZCombineNode.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright 2011 Blender Foundation. */
3 
4 #pragma once
5 
6 #include "COM_Node.h"
7 
8 namespace blender::compositor {
9 
14 class ZCombineNode : public Node {
15  public:
16  ZCombineNode(bNode *editor_node) : Node(editor_node)
17  {
18  }
19  void convert_to_operations(NodeConverter &converter,
20  const CompositorContext &context) const override;
21 };
22 
23 } // namespace blender::compositor
Overall context of the compositor.
void convert_to_operations(NodeConverter &converter, const CompositorContext &context) const override
convert node to operation