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:
authorJacques Lucke <jacques@blender.org>2021-02-19 13:27:40 +0300
committerJacques Lucke <jacques@blender.org>2021-02-19 13:27:40 +0300
commit47fc1e11db68e2d4c565156552beb87f98bbb927 (patch)
tree154b84c5c476c19def16f5442b37feb855d7a725 /source/blender/nodes/intern
parent51c2ee434617188d3f3acd1abd1b788ce81179e6 (diff)
Nodes: ensure ui storage implicitely
This makes it easier to use the api.
Diffstat (limited to 'source/blender/nodes/intern')
-rw-r--r--source/blender/nodes/intern/node_geometry_exec.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/nodes/intern/node_geometry_exec.cc b/source/blender/nodes/intern/node_geometry_exec.cc
index ebbb6f60b78..532f9955a62 100644
--- a/source/blender/nodes/intern/node_geometry_exec.cc
+++ b/source/blender/nodes/intern/node_geometry_exec.cc
@@ -37,8 +37,6 @@ void GeoNodeExecParams::error_message_add(const NodeWarningType type, std::strin
}
bNodeTree *btree_original = (bNodeTree *)DEG_get_original_id((ID *)btree_cow);
- BKE_nodetree_ui_storage_ensure(*btree_original);
-
const NodeTreeEvaluationContext context(*self_object_, *modifier_);
BKE_nodetree_error_message_add(