Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_scene_types.h
| Show First 20 Lines • Show All 1,525 Lines • ▼ Show 20 Lines | typedef struct UnitSettings { | ||||
| char system; | char system; | ||||
| /** Not implemented as a proper unit system yet. */ | /** Not implemented as a proper unit system yet. */ | ||||
| char system_rotation; | char system_rotation; | ||||
| short flag; | short flag; | ||||
| char length_unit; | char length_unit; | ||||
| char mass_unit; | char mass_unit; | ||||
| char time_unit; | char time_unit; | ||||
| char temperature_unit; | |||||
| float temperature_test; | |||||
| char _pad[5]; | // char _pad[4]; | ||||
| } UnitSettings; | } UnitSettings; | ||||
| /* ------------------------------------------- */ | /* ------------------------------------------- */ | ||||
| /* Global/Common Physics Settings */ | /* Global/Common Physics Settings */ | ||||
| typedef struct PhysicsSettings { | typedef struct PhysicsSettings { | ||||
| float gravity[3]; | float gravity[3]; | ||||
| int flag, quick_cache_step, rt; | int flag, quick_cache_step, rt; | ||||
| ▲ Show 20 Lines • Show All 872 Lines • Show Last 20 Lines | |||||