|
Blender V4.3
|
#include "BKE_main.hh"#include "DNA_scene_types.h"#include "RNA_access.hh"#include "RNA_types.hh"#include "IO_orientation.hh"Go to the source code of this file.
Functions | |
| void | io_ui_forward_axis_update (Main *, Scene *, PointerRNA *ptr) |
| void | io_ui_up_axis_update (Main *, Scene *, PointerRNA *ptr) |
Variables | |
| const EnumPropertyItem | io_transform_axis [] |
| void io_ui_forward_axis_update | ( | Main * | main, |
| Scene * | scene, | ||
| PointerRNA * | ptr ) |
Definition at line 21 of file orientation.cc.
References ptr, RNA_enum_get(), and RNA_enum_set().
| void io_ui_up_axis_update | ( | Main * | main, |
| Scene * | scene, | ||
| PointerRNA * | ptr ) |
Definition at line 32 of file orientation.cc.
References ptr, RNA_enum_get(), and RNA_enum_set().
| const EnumPropertyItem io_transform_axis[] |
Definition at line 12 of file orientation.cc.