Blender V4.3
view3d_gizmo_empty.cc File Reference
#include "BLI_math_matrix.h"
#include "BLI_math_vector.h"
#include "BLI_utildefines.h"
#include "BKE_context.hh"
#include "BKE_image.hh"
#include "BKE_layer.hh"
#include "BKE_object.hh"
#include "DEG_depsgraph.hh"
#include "DNA_object_types.h"
#include "ED_gizmo_library.hh"
#include "UI_resources.hh"
#include "MEM_guardedalloc.h"
#include "RNA_access.hh"
#include "WM_api.hh"
#include "WM_types.hh"
#include "view3d_intern.hh"

Go to the source code of this file.

Classes

struct  EmptyImageWidgetGroup
 

Functions

Empty Image Gizmos
static void gizmo_empty_image_prop_matrix_get (const wmGizmo *gz, wmGizmoProperty *gz_prop, void *value_p)
 
static void gizmo_empty_image_prop_matrix_set (const wmGizmo *gz, wmGizmoProperty *gz_prop, const void *value_p)
 
static bool WIDGETGROUP_empty_image_poll (const bContext *C, wmGizmoGroupType *)
 
static void WIDGETGROUP_empty_image_setup (const bContext *, wmGizmoGroup *gzgroup)
 
static void WIDGETGROUP_empty_image_refresh (const bContext *C, wmGizmoGroup *gzgroup)
 
void VIEW3D_GGT_empty_image (wmGizmoGroupType *gzgt)
 

Function Documentation

◆ gizmo_empty_image_prop_matrix_get()

◆ gizmo_empty_image_prop_matrix_set()

◆ VIEW3D_GGT_empty_image()

◆ WIDGETGROUP_empty_image_poll()

◆ WIDGETGROUP_empty_image_refresh()

◆ WIDGETGROUP_empty_image_setup()