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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/nodes/simulation/node_sim_tree.cc')
-rw-r--r--source/blender/nodes/simulation/node_sim_tree.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/nodes/simulation/node_sim_tree.cc b/source/blender/nodes/simulation/node_sim_tree.cc
index 7d61b6e0903..ecaeda20edd 100644
--- a/source/blender/nodes/simulation/node_sim_tree.cc
+++ b/source/blender/nodes/simulation/node_sim_tree.cc
@@ -24,7 +24,7 @@ void register_node_tree_type_sim(void)
tt->ui_icon = 0; /* defined in drawnode.c */
strcpy(tt->ui_description, N_("Simulation nodes"));
tt->poll = [](const bContext *UNUSED(C), bNodeTreeType *UNUSED(treetype)) { return true; };
- tt->ext.srna = &RNA_SimulationNodeTree;
+ tt->rna_ext.srna = &RNA_SimulationNodeTree;
ntreeTypeAdd(tt);
}