Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_scene_types.h
| Show All 27 Lines | |||||
| /* XXX, temp feature - campbell */ | /* XXX, temp feature - campbell */ | ||||
| #define DURIAN_CAMERA_SWITCH | #define DURIAN_CAMERA_SWITCH | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| extern "C" { | extern "C" { | ||||
| #endif | #endif | ||||
| #include "DNA_color_types.h" /* color management */ | #include "DNA_color_types.h" /* color management */ | ||||
| #include "DNA_customdata_types.h" /* Scene's runtime cddata masks. */ | #include "DNA_profilewidget_types.h" | ||||
| #include "DNA_customdata_types.h" /* Scene's runtime cddata masks. */ | |||||
| #include "DNA_vec_types.h" | #include "DNA_vec_types.h" | ||||
| #include "DNA_listBase.h" | #include "DNA_listBase.h" | ||||
| #include "DNA_ID.h" | #include "DNA_ID.h" | ||||
| #include "DNA_freestyle_types.h" | #include "DNA_freestyle_types.h" | ||||
| #include "DNA_gpu_types.h" | #include "DNA_gpu_types.h" | ||||
| #include "DNA_collection_types.h" | #include "DNA_collection_types.h" | ||||
| #include "DNA_layer_types.h" | #include "DNA_layer_types.h" | ||||
| #include "DNA_material_types.h" | #include "DNA_material_types.h" | ||||
| #include "DNA_userdef_types.h" | #include "DNA_userdef_types.h" | ||||
| #include "DNA_view3d_types.h" | #include "DNA_view3d_types.h" | ||||
| struct AnimData; | struct AnimData; | ||||
| struct Brush; | struct Brush; | ||||
| struct Collection; | struct Collection; | ||||
| struct ColorSpace; | struct ColorSpace; | ||||
| struct CurveMapping; | struct CurveMapping; | ||||
| struct ProfileWidget; | |||||
| struct CustomData_MeshMasks; | struct CustomData_MeshMasks; | ||||
| struct Editing; | struct Editing; | ||||
| struct Image; | struct Image; | ||||
| struct MovieClip; | struct MovieClip; | ||||
| struct Object; | struct Object; | ||||
| struct Scene; | struct Scene; | ||||
| struct SceneCollection; | struct SceneCollection; | ||||
| struct World; | struct World; | ||||
| ▲ Show 20 Lines • Show All 184 Lines • ▼ Show 20 Lines | |||||
| struct CurvePaintSettings curve_paint_settings; | struct CurvePaintSettings curve_paint_settings; | ||||
| struct MeshStatVis statvis; | struct MeshStatVis statvis; | ||||
| /* Normal Editing */ | /* Normal Editing */ | ||||
| float normal_vector[3]; | float normal_vector[3]; | ||||
| char _pad6[4]; | char _pad6[4]; | ||||
| /* Profile widget for bevel tool */ | |||||
campbellbarton: Based on discussion, this should be documented as temporary, which should be replaced by a… | |||||
| struct ProfileWidget *prwdgt; | |||||
| } ToolSettings; | } ToolSettings; | ||||
| /* *************************************************************** */ | /* *************************************************************** */ | ||||
| /* Assorted Scene Data */ | /* Assorted Scene Data */ | ||||
| /* ------------------------------------------- */ | /* ------------------------------------------- */ | ||||
| /* Unit Settings */ | /* Unit Settings */ | ||||
| ▲ Show 20 Lines • Show All 92 Lines • Show Last 20 Lines | |||||
Based on discussion, this should be documented as temporary, which should be replaced by a preset system. Suggest naming custom_bevel_profile_preset