Blender V4.3
view3d_gizmo_forcefield.cc File Reference
#include "BLI_utildefines.h"
#include "BKE_context.hh"
#include "BKE_layer.hh"
#include "DNA_object_force_types.h"
#include "DNA_object_types.h"
#include "ED_gizmo_library.hh"
#include "UI_resources.hh"
#include "MEM_guardedalloc.h"
#include "RNA_access.hh"
#include "RNA_prototypes.hh"
#include "WM_types.hh"
#include "view3d_intern.hh"

Go to the source code of this file.

Functions

Force Field Gizmos
static bool WIDGETGROUP_forcefield_poll (const bContext *C, wmGizmoGroupType *)
 
static void WIDGETGROUP_forcefield_setup (const bContext *, wmGizmoGroup *gzgroup)
 
static void WIDGETGROUP_forcefield_refresh (const bContext *C, wmGizmoGroup *gzgroup)
 
void VIEW3D_GGT_force_field (wmGizmoGroupType *gzgt)
 

Function Documentation

◆ VIEW3D_GGT_force_field()

◆ WIDGETGROUP_forcefield_poll()

◆ WIDGETGROUP_forcefield_refresh()

◆ WIDGETGROUP_forcefield_setup()