Blender  V3.3
Public Attributes | List of all members
blender::ed::space_node::SpaceNode_Runtime Struct Reference

#include <node_intern.hh>

Public Attributes

float aspect
 
float2 cursor
 
bool recalc_auto_compositing
 
bool recalc_regular_compositing
 
std::unique_ptr< bNodeLinkDraglinkdrag
 
struct NodeInsertOfsDataiofsd
 

Detailed Description

Definition at line 73 of file node_intern.hh.

Member Data Documentation

◆ aspect

float blender::ed::space_node::SpaceNode_Runtime::aspect

◆ cursor

float2 blender::ed::space_node::SpaceNode_Runtime::cursor

◆ iofsd

struct NodeInsertOfsData* blender::ed::space_node::SpaceNode_Runtime::iofsd

Temporary data for node insert offset (in UI called Auto-offset).

Definition at line 97 of file node_intern.hh.

◆ linkdrag

std::unique_ptr<bNodeLinkDrag> blender::ed::space_node::SpaceNode_Runtime::linkdrag

◆ recalc_auto_compositing

bool blender::ed::space_node::SpaceNode_Runtime::recalc_auto_compositing

Indicates that the compositing tree in the space needs to be re-evaluated using the auto-compositing pipeline. Takes priority over the regular compositing.

Definition at line 84 of file node_intern.hh.

Referenced by blender::ed::space_node::node_area_refresh(), and blender::ed::space_node::node_area_tag_recalc_auto_compositing().

◆ recalc_regular_compositing

bool blender::ed::space_node::SpaceNode_Runtime::recalc_regular_compositing

Indicates that the compositing int the space tree needs to be re-evaluated using regular compositing pipeline.

Definition at line 90 of file node_intern.hh.

Referenced by blender::ed::space_node::node_area_refresh(), and blender::ed::space_node::node_area_tag_tree_recalc().


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