Blender V5.0
View3D_Runtime Struct Reference

#include <DNA_view3d_types.h>

Public Attributes

void * properties_storage
void(* properties_storage_free )(void *properties_storage)
int flag
float ofs_last_center [3]
struct SceneStatslocal_stats

Detailed Description

Definition at line 277 of file DNA_view3d_types.h.

Member Data Documentation

◆ flag

◆ local_stats

struct SceneStats* View3D_Runtime::local_stats

Definition at line 291 of file DNA_view3d_types.h.

Referenced by ED_view3d_local_stats_free(), and format_stats().

◆ ofs_last_center

float View3D_Runtime::ofs_last_center[3]

The previously calculated selection center. Only use when flag #V3D_RUNTIME_OFS_LAST_IS_VALID is set.

Definition at line 288 of file DNA_view3d_types.h.

Referenced by view3d_orbit_calc_center().

◆ properties_storage

void* View3D_Runtime::properties_storage

Nkey panel stores stuff here.

Definition at line 279 of file DNA_view3d_types.h.

Referenced by v3d_transform_props_ensure(), and view3d_free().

◆ properties_storage_free

void(* View3D_Runtime::properties_storage_free) (void *properties_storage)

Definition at line 280 of file DNA_view3d_types.h.

Referenced by v3d_transform_props_ensure(), and view3d_free().


The documentation for this struct was generated from the following file: