Blender  V3.3
Classes
view3d_gizmo_empty.c File Reference
#include "BLI_math.h"
#include "BLI_utildefines.h"
#include "BKE_context.h"
#include "BKE_image.h"
#include "BKE_layer.h"
#include "BKE_object.h"
#include "DEG_depsgraph.h"
#include "DNA_light_types.h"
#include "DNA_object_types.h"
#include "ED_gizmo_library.h"
#include "ED_screen.h"
#include "UI_resources.h"
#include "MEM_guardedalloc.h"
#include "RNA_access.h"
#include "WM_api.h"
#include "WM_types.h"
#include "view3d_intern.h"

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 *UNUSED(gzgt))
 
static void WIDGETGROUP_empty_image_setup (const bContext *UNUSED(C), 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()

static void gizmo_empty_image_prop_matrix_get ( const wmGizmo gz,
wmGizmoProperty gz_prop,
void value_p 
)
static

◆ gizmo_empty_image_prop_matrix_set()

static void gizmo_empty_image_prop_matrix_set ( const wmGizmo gz,
wmGizmoProperty gz_prop,
const void value_p 
)
static

◆ VIEW3D_GGT_empty_image()

void VIEW3D_GGT_empty_image ( wmGizmoGroupType gzgt)

◆ WIDGETGROUP_empty_image_poll()

static bool WIDGETGROUP_empty_image_poll ( const bContext C,
wmGizmoGroupType UNUSEDgzgt 
)
static

◆ WIDGETGROUP_empty_image_refresh()

static void WIDGETGROUP_empty_image_refresh ( const bContext C,
wmGizmoGroup gzgroup 
)
static

◆ WIDGETGROUP_empty_image_setup()

static void WIDGETGROUP_empty_image_setup ( const bContext UNUSEDC,
wmGizmoGroup gzgroup 
)
static