|
Blender V4.3
|
#include <DNA_scene_types.h>
Public Attributes | |
| float | scale_length |
| char | system |
| char | system_rotation |
| short | flag |
| char | length_unit |
| char | mass_unit |
| char | time_unit |
| char | temperature_unit |
| char | _pad [4] |
Display/Editing unit options for each scene.
Definition at line 1797 of file DNA_scene_types.h.
| char UnitSettings::_pad[4] |
Definition at line 1812 of file DNA_scene_types.h.
| short UnitSettings::flag |
Definition at line 1805 of file DNA_scene_types.h.
| char UnitSettings::length_unit |
Definition at line 1807 of file DNA_scene_types.h.
Referenced by blo_do_versions_280().
| char UnitSettings::mass_unit |
Definition at line 1808 of file DNA_scene_types.h.
| float UnitSettings::scale_length |
Maybe have other unit conversions?
Definition at line 1800 of file DNA_scene_types.h.
Referenced by edbm_bevel_update_status_text(), initWalkInfo(), and blender::io::grease_pencil::SVGImporter::read().
| char UnitSettings::system |
Imperial, metric etc.
Definition at line 1802 of file DNA_scene_types.h.
Referenced by init_mode_impl(), initBakeTime(), initBend(), initBoneEnvelope(), initBoneRoll(), initBoneSize(), initCurveShrinkFatten(), initEdgeSlide_ex(), initGPOpacity(), initGPShrinkFatten(), initMaskShrinkFatten(), initNormalRotation(), initPushPull(), initResize(), initRotation(), initSeqSlide(), initShear(), initShrinkFatten(), initSkinResize(), initTilt(), initTimeScale(), initTimeSlide(), initTimeTranslate(), initToSphere(), initTrackball(), initTranslation(), initVertSlide_ex(), initWalkInfo(), blender::io::grease_pencil::SVGImporter::read(), and ui_get_but_step_unit().
| char UnitSettings::system_rotation |
Not implemented as a proper unit system yet.
Definition at line 1804 of file DNA_scene_types.h.
Referenced by initBend(), initBoneRoll(), initNormalRotation(), initRotation(), initTilt(), and initTrackball().
| char UnitSettings::temperature_unit |
Definition at line 1810 of file DNA_scene_types.h.
| char UnitSettings::time_unit |
Definition at line 1809 of file DNA_scene_types.h.