Blender V4.3
blender::nodes::GeoNodesOperatorData Struct Reference

#include <NOD_geometry_nodes_lazy_function.hh>

Public Attributes

eObjectMode mode
 
const Objectself_object_orig = nullptr
 
const GeoNodesOperatorDepsgraphsdepsgraphs = nullptr
 
Scenescene_orig = nullptr
 
int2 mouse_position
 
int2 region_size
 
float3 cursor_position
 
math::Quaternion cursor_rotation
 
float4x4 viewport_winmat
 
float4x4 viewport_viewmat
 
bool viewport_is_perspective
 
int active_point_index = -1
 
int active_edge_index = -1
 
int active_face_index = -1
 

Detailed Description

Definition at line 189 of file NOD_geometry_nodes_lazy_function.hh.

Member Data Documentation

◆ active_edge_index

int blender::nodes::GeoNodesOperatorData::active_edge_index = -1

◆ active_face_index

int blender::nodes::GeoNodesOperatorData::active_face_index = -1

◆ active_point_index

int blender::nodes::GeoNodesOperatorData::active_point_index = -1

◆ cursor_position

float3 blender::nodes::GeoNodesOperatorData::cursor_position

Definition at line 198 of file NOD_geometry_nodes_lazy_function.hh.

◆ cursor_rotation

math::Quaternion blender::nodes::GeoNodesOperatorData::cursor_rotation

Definition at line 199 of file NOD_geometry_nodes_lazy_function.hh.

◆ depsgraphs

const GeoNodesOperatorDepsgraphs* blender::nodes::GeoNodesOperatorData::depsgraphs = nullptr

◆ mode

eObjectMode blender::nodes::GeoNodesOperatorData::mode

◆ mouse_position

int2 blender::nodes::GeoNodesOperatorData::mouse_position

Definition at line 195 of file NOD_geometry_nodes_lazy_function.hh.

◆ region_size

int2 blender::nodes::GeoNodesOperatorData::region_size

Definition at line 196 of file NOD_geometry_nodes_lazy_function.hh.

◆ scene_orig

Scene* blender::nodes::GeoNodesOperatorData::scene_orig = nullptr

Definition at line 194 of file NOD_geometry_nodes_lazy_function.hh.

◆ self_object_orig

const Object* blender::nodes::GeoNodesOperatorData::self_object_orig = nullptr

The object currently effected by the operator.

Definition at line 192 of file NOD_geometry_nodes_lazy_function.hh.

◆ viewport_is_perspective

bool blender::nodes::GeoNodesOperatorData::viewport_is_perspective

Definition at line 203 of file NOD_geometry_nodes_lazy_function.hh.

◆ viewport_viewmat

float4x4 blender::nodes::GeoNodesOperatorData::viewport_viewmat

Definition at line 202 of file NOD_geometry_nodes_lazy_function.hh.

◆ viewport_winmat

float4x4 blender::nodes::GeoNodesOperatorData::viewport_winmat

Definition at line 201 of file NOD_geometry_nodes_lazy_function.hh.


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