Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/blender/blender_camera.cpp
| Show First 20 Lines • Show All 893 Lines • ▼ Show 20 Lines | if (use_border) { | ||||
| params.width = max(params.width, 1); | params.width = max(params.width, 1); | ||||
| params.height = max(params.height, 1); | params.height = max(params.height, 1); | ||||
| } | } | ||||
| else { | else { | ||||
| params.width = width; | params.width = width; | ||||
| params.height = height; | params.height = height; | ||||
| } | } | ||||
| update_viewport_display_passes(b_v3d, params.passes, false); | |||||
| return params; | return params; | ||||
| } | } | ||||
| CCL_NAMESPACE_END | CCL_NAMESPACE_END | ||||