Blender V4.3
view3d_header.cc File Reference
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include "DNA_gpencil_legacy_types.h"
#include "DNA_object_types.h"
#include "DNA_scene_types.h"
#include "BLI_utildefines.h"
#include "BKE_context.hh"
#include "BKE_editmesh.hh"
#include "BKE_layer.hh"
#include "BKE_object.hh"
#include "DEG_depsgraph.hh"
#include "RNA_access.hh"
#include "RNA_prototypes.hh"
#include "WM_api.hh"
#include "WM_types.hh"
#include "UI_interface.hh"
#include "UI_resources.hh"
#include "view3d_intern.hh"

Go to the source code of this file.

Functions

Toggle Matcap Flip Operator
static int toggle_matcap_flip_exec (bContext *C, wmOperator *)
 
void VIEW3D_OT_toggle_matcap_flip (wmOperatorType *ot)
 
UI Templates
void uiTemplateEditModeSelection (uiLayout *layout, bContext *C)
 
static void uiTemplatePaintModeSelection (uiLayout *layout, bContext *C)
 
void uiTemplateHeader3D_mode (uiLayout *layout, bContext *C)
 

Function Documentation

◆ toggle_matcap_flip_exec()

◆ uiTemplateEditModeSelection()

◆ uiTemplateHeader3D_mode()

◆ uiTemplatePaintModeSelection()

◆ VIEW3D_OT_toggle_matcap_flip()

void VIEW3D_OT_toggle_matcap_flip ( wmOperatorType * ot)