Blender  V2.93
Namespaces | Functions | Variables
node_geo_is_viewport.cc File Reference
#include "DEG_depsgraph_query.h"
#include "node_geometry_util.hh"

Go to the source code of this file.

Namespaces

 blender
 
 blender::nodes
 

Functions

static void blender::nodes::geo_node_is_viewport_exec (GeoNodeExecParams params)
 
void register_node_type_geo_is_viewport ()
 

Variables

static bNodeSocketTemplate geo_node_is_viewport_out []
 

Function Documentation

◆ register_node_type_geo_is_viewport()

void register_node_type_geo_is_viewport ( void  )

Variable Documentation

◆ geo_node_is_viewport_out

bNodeSocketTemplate geo_node_is_viewport_out[]
static
Initial value:
= {
{SOCK_BOOLEAN, N_("Is Viewport")},
{-1, ""},
}
#define N_(msgid)
@ SOCK_BOOLEAN

Definition at line 21 of file node_geo_is_viewport.cc.

Referenced by register_node_type_geo_is_viewport().