|
Blender V4.3
|
#include <iostream>#include "WM_api.hh"#include "WM_types.hh"#include "DNA_modifier_types.h"#include "DNA_node_types.h"#include "BKE_compute_contexts.hh"#include "BKE_context.hh"#include "BKE_geometry_nodes_gizmos_transforms.hh"#include "BKE_geometry_set.hh"#include "BKE_geometry_set_instances.hh"#include "BKE_idprop.hh"#include "BKE_instances.hh"#include "BKE_modifier.hh"#include "BKE_node_runtime.hh"#include "BKE_object.hh"#include "BLI_math_base_safe.h"#include "BLI_math_matrix.h"#include "BLI_math_matrix.hh"#include "BLI_math_rotation.h"#include "BLI_math_rotation.hh"#include "BLI_math_vector.h"#include "RNA_access.hh"#include "RNA_prototypes.hh"#include "NOD_geometry_nodes_gizmos.hh"#include "NOD_geometry_nodes_log.hh"#include "MOD_nodes.hh"#include "UI_resources.hh"#include "ED_gizmo_library.hh"#include "ED_node.hh"#include "DEG_depsgraph.hh"#include "DEG_depsgraph_query.hh"#include "view3d_intern.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::ed |
| namespace | blender::ed::view3d |
| namespace | blender::ed::view3d::geometry_nodes_gizmos |
Typedefs | |
| using | blender::ed::view3d::geometry_nodes_gizmos::ApplyChangeFn |
| void VIEW3D_GGT_geometry_nodes | ( | wmGizmoGroupType * | gzgt | ) |
Definition at line 1114 of file view3d_gizmo_geometry_nodes.cc.
References wmGizmoGroupType::draw_prepare, wmGizmoGroupType::flag, wmGizmoGroupType::idname, wmGizmoGroupType::name, wmGizmoGroupType::poll, wmGizmoGroupType::refresh, wmGizmoGroupType::setup, wmGizmoGroupType::setup_keymap, WM_gizmogroup_setup_keymap_generic_maybe_drag(), WM_GIZMOGROUPTYPE_3D, and WM_GIZMOGROUPTYPE_PERSISTENT.
Referenced by view3d_widgets().