Blender  V2.93
Public Attributes | List of all members
NodeInsertOfsData Struct Reference

Public Attributes

bNodeTreentree
 
bNodeinsert
 
bNodeprev
 
bNodenext
 
bNodeinsert_parent
 
wmTimeranim_timer
 
float offset_x
 

Detailed Description

Definition at line 172 of file node_relationships.c.

Member Data Documentation

◆ anim_timer

wmTimer* NodeInsertOfsData::anim_timer

Definition at line 178 of file node_relationships.c.

Referenced by node_insert_offset_invoke(), and node_insert_offset_modal().

◆ insert

bNode* NodeInsertOfsData::insert

◆ insert_parent

bNode* NodeInsertOfsData::insert_parent

Definition at line 176 of file node_relationships.c.

Referenced by node_link_insert_offset_ntree().

◆ next

bNode * NodeInsertOfsData::next

Definition at line 175 of file node_relationships.c.

Referenced by ED_node_link_insert(), and node_link_insert_offset_ntree().

◆ ntree

bNodeTree* NodeInsertOfsData::ntree

◆ offset_x

float NodeInsertOfsData::offset_x

Definition at line 180 of file node_relationships.c.

Referenced by node_link_insert_offset_ntree().

◆ prev

bNode* NodeInsertOfsData::prev

Definition at line 175 of file node_relationships.c.

Referenced by ED_node_link_insert(), and node_link_insert_offset_ntree().


The documentation for this struct was generated from the following file: