|
Blender V4.3
|
#include <NOD_geometry_nodes_lazy_function.hh>
Public Attributes | |
| eObjectMode | mode |
| const Object * | self_object_orig = nullptr |
| const GeoNodesOperatorDepsgraphs * | depsgraphs = nullptr |
| Scene * | scene_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 |
Definition at line 189 of file NOD_geometry_nodes_lazy_function.hh.
| int blender::nodes::GeoNodesOperatorData::active_edge_index = -1 |
Definition at line 206 of file NOD_geometry_nodes_lazy_function.hh.
Referenced by blender::ed::geometry::get_original_geometry_eval_copy(), and blender::nodes::node_geo_tool_active_element_cc::node_exec().
| int blender::nodes::GeoNodesOperatorData::active_face_index = -1 |
Definition at line 207 of file NOD_geometry_nodes_lazy_function.hh.
Referenced by blender::ed::geometry::get_original_geometry_eval_copy(), and blender::nodes::node_geo_tool_active_element_cc::node_exec().
| int blender::nodes::GeoNodesOperatorData::active_point_index = -1 |
Definition at line 205 of file NOD_geometry_nodes_lazy_function.hh.
Referenced by blender::ed::geometry::get_original_geometry_eval_copy(), and blender::nodes::node_geo_tool_active_element_cc::node_exec().
| float3 blender::nodes::GeoNodesOperatorData::cursor_position |
Definition at line 198 of file NOD_geometry_nodes_lazy_function.hh.
| math::Quaternion blender::nodes::GeoNodesOperatorData::cursor_rotation |
Definition at line 199 of file NOD_geometry_nodes_lazy_function.hh.
| const GeoNodesOperatorDepsgraphs* blender::nodes::GeoNodesOperatorData::depsgraphs = nullptr |
Definition at line 193 of file NOD_geometry_nodes_lazy_function.hh.
Referenced by blender::nodes::GeoNodesCallData::self_object().
| eObjectMode blender::nodes::GeoNodesOperatorData::mode |
Definition at line 190 of file NOD_geometry_nodes_lazy_function.hh.
Referenced by blender::ed::geometry::run_node_group_exec().
| int2 blender::nodes::GeoNodesOperatorData::mouse_position |
Definition at line 195 of file NOD_geometry_nodes_lazy_function.hh.
| int2 blender::nodes::GeoNodesOperatorData::region_size |
Definition at line 196 of file NOD_geometry_nodes_lazy_function.hh.
| Scene* blender::nodes::GeoNodesOperatorData::scene_orig = nullptr |
Definition at line 194 of file NOD_geometry_nodes_lazy_function.hh.
| 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.
| bool blender::nodes::GeoNodesOperatorData::viewport_is_perspective |
Definition at line 203 of file NOD_geometry_nodes_lazy_function.hh.
| float4x4 blender::nodes::GeoNodesOperatorData::viewport_viewmat |
Definition at line 202 of file NOD_geometry_nodes_lazy_function.hh.
| float4x4 blender::nodes::GeoNodesOperatorData::viewport_winmat |
Definition at line 201 of file NOD_geometry_nodes_lazy_function.hh.