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: f17512984d7daf84fd4ada84efc1b436e3fb10d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once

#include "FN_node_tree.h"

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

namespace BParticles {

using FN::FunctionTree;

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

}  // namespace BParticles