Welcome to mirror list, hosted at ThFree Co, Russian Federation.

node_frontend.hpp « bparticles « simulations « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c7b7d702329d916bae356109286b84c867ab76e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once

#include "BKE_inlined_node_tree.h"

#include "world_state.hpp"
#include "step_simulator.hpp"

namespace BParticles {

using BKE::InlinedNodeTree;

std::unique_ptr<StepSimulator> simulator_from_node_tree(bNodeTree *btree);

}  // namespace BParticles