|
Blender V4.3
|
#include <BKE_layer.hh>
Public Attributes | |
| int | object_mode |
| uint | no_dup_data: 1 |
| bool(* | filter_fn )(const Object *ob, void *user_data) |
| void * | filter_userdata |
Definition at line 505 of file BKE_layer.hh.
| bool(* ObjectsInModeParams::filter_fn) (const Object *ob, void *user_data) |
Definition at line 509 of file BKE_layer.hh.
| void* ObjectsInModeParams::filter_userdata |
Definition at line 510 of file BKE_layer.hh.
| uint ObjectsInModeParams::no_dup_data |
Definition at line 507 of file BKE_layer.hh.
| int ObjectsInModeParams::object_mode |
Definition at line 506 of file BKE_layer.hh.
Referenced by BKE_object_pose_array_get_ex(), BKE_object_pose_base_array_get_ex(), and blender::ed::outliner::tree_element_ebone_activate().