Geometry Nodes: show node timings for import nodes
This commit is contained in:
@@ -3151,7 +3151,8 @@ static Vector<NodeExtraInfoRow> node_get_extra_info(const bContext &C,
|
||||
GEO_NODE_SIMULATION_OUTPUT,
|
||||
GEO_NODE_REPEAT_OUTPUT,
|
||||
GEO_NODE_FOREACH_GEOMETRY_ELEMENT_OUTPUT,
|
||||
GEO_NODE_EVALUATE_CLOSURE)))
|
||||
GEO_NODE_EVALUATE_CLOSURE) ||
|
||||
StringRef(node.idname).startswith("GeometryNodeImport")))
|
||||
{
|
||||
std::optional<NodeExtraInfoRow> row = node_get_execution_time_label_row(
|
||||
tree_draw_ctx, snode, node);
|
||||
|
||||
Reference in New Issue
Block a user