Blender V5.0
bContextDataResult Struct Reference

Public Attributes

PointerRNA ptr
Vector< PointerRNAlist
PropertyRNAprop
int index
blender::StringRefNull str
std::optional< int64_tint_value
const char ** dir
ContextDataType type

Detailed Description

Definition at line 283 of file blenkernel/intern/context.cc.

Member Data Documentation

◆ dir

const char** bContextDataResult::dir

Definition at line 290 of file blenkernel/intern/context.cc.

◆ index

int bContextDataResult::index

Definition at line 287 of file blenkernel/intern/context.cc.

◆ int_value

std::optional<int64_t> bContextDataResult::int_value

Definition at line 289 of file blenkernel/intern/context.cc.

◆ list

Vector<PointerRNA> bContextDataResult::list

Definition at line 285 of file blenkernel/intern/context.cc.

◆ prop

PropertyRNA* bContextDataResult::prop

Definition at line 286 of file blenkernel/intern/context.cc.

◆ ptr

PointerRNA bContextDataResult::ptr

Definition at line 284 of file blenkernel/intern/context.cc.

Referenced by ctx_wm_python_context_get().

◆ str

blender::StringRefNull bContextDataResult::str

Definition at line 288 of file blenkernel/intern/context.cc.

◆ type

ContextDataType bContextDataResult::type

Definition at line 291 of file blenkernel/intern/context.cc.

Referenced by ctx_wm_python_context_get().


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