Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_view3d_defaults.h
| Show All 40 Lines | #define _DNA_DEFAULT_View3DShading \ | ||||
| .cavity_valley_factor = 1.0f, \ | .cavity_valley_factor = 1.0f, \ | ||||
| .cavity_ridge_factor = 1.0f, \ | .cavity_ridge_factor = 1.0f, \ | ||||
| .cavity_type = V3D_SHADING_CAVITY_CURVATURE, \ | .cavity_type = V3D_SHADING_CAVITY_CURVATURE, \ | ||||
| .curvature_ridge_factor = 1.0f, \ | .curvature_ridge_factor = 1.0f, \ | ||||
| .curvature_valley_factor = 1.0f, \ | .curvature_valley_factor = 1.0f, \ | ||||
| .single_color = {0.8f, 0.8f, 0.8f}, \ | .single_color = {0.8f, 0.8f, 0.8f}, \ | ||||
| .background_color = {0.05f, 0.05f, 0.05f}, \ | .background_color = {0.05f, 0.05f, 0.05f}, \ | ||||
| .studiolight_intensity = 1.0f, \ | .studiolight_intensity = 1.0f, \ | ||||
| .render_pass = SCE_PASS_COMBINED, \ | |||||
| } | } | ||||
| #define _DNA_DEFAULT_View3DOverlay \ | #define _DNA_DEFAULT_View3DOverlay \ | ||||
| { \ | { \ | ||||
| .wireframe_threshold = 1.0f, \ | .wireframe_threshold = 1.0f, \ | ||||
| .xray_alpha_bone = 0.5f, \ | .xray_alpha_bone = 0.5f, \ | ||||
| .texture_paint_mode_opacity = 1.0f, \ | .texture_paint_mode_opacity = 1.0f, \ | ||||
| .weight_paint_mode_opacity = 1.0f, \ | .weight_paint_mode_opacity = 1.0f, \ | ||||
| ▲ Show 20 Lines • Show All 60 Lines • Show Last 20 Lines | |||||