Blender  V3.3
Public Attributes | List of all members
BPy_PropDeferred Struct Reference

#include <bpy_props.h>

Public Attributes

PyObject_HEAD voidfn
 
PyObject * kw
 

Detailed Description

Definition at line 24 of file bpy_props.h.

Member Data Documentation

◆ fn

PyObject_HEAD void* BPy_PropDeferred::fn

Internally a #PyCFunctionObject type.

Note
This isn't GC tracked, it's a function from bpy.props so it's not going away.

Definition at line 30 of file bpy_props.h.

◆ kw

PyObject* BPy_PropDeferred::kw

Definition at line 31 of file bpy_props.h.


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