Blender V4.3
deg_node_time.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2013 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
9#pragma once
10
12
13namespace blender::deg {
14
15/* Time Source Node. */
16struct TimeSourceNode : public Node {
17 bool tagged_for_update = false;
18
19 /* TODO: evaluate() operation needed */
20
21 virtual void tag_update(Depsgraph *graph, eUpdateSource source) override;
22
23 void flush_update_tag(Depsgraph *graph);
24
26};
27
28} // namespace blender::deg
void flush_update_tag(Depsgraph *graph)
virtual void tag_update(Depsgraph *graph, eUpdateSource source) override