|
Blender V4.3
|
#include "BKE_armature.hh"#include "BKE_context.hh"#include "BKE_idtype.hh"#include "BKE_object.hh"#include "BKE_report.hh"#include "BKE_screen.hh"#include "BLT_translation.hh"#include "BLI_assert.h"#include "BLI_math_vector.h"#include "BLI_string.h"#include "RNA_access.hh"#include "RNA_prototypes.hh"#include "ED_armature.hh"#include "ED_outliner.hh"#include "ED_screen.hh"#include "ED_space_api.hh"#include "ED_view3d.hh"#include "WM_api.hh"#include "WM_types.hh"#include "UI_interface.hh"#include "UI_view2d.hh"#include "eyedropper_intern.hh"#include "interface_intern.hh"Go to the source code of this file.
Classes | |
| struct | blender::ui::BoneDropper |
| struct | blender::ui::BoneSampleData |
Namespaces | |
| namespace | blender |
| namespace | blender::ui |
Eyedropper (bones)
Definition in file eyedropper_bone.cc.