Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/blender/blender_viewport.h
| Show All 25 Lines | |||||
| CCL_NAMESPACE_BEGIN | CCL_NAMESPACE_BEGIN | ||||
| class BlenderViewportParameters { | class BlenderViewportParameters { | ||||
| private: | private: | ||||
| bool use_scene_world; | bool use_scene_world; | ||||
| bool use_scene_lights; | bool use_scene_lights; | ||||
| float studiolight_rotate_z; | float studiolight_rotate_z; | ||||
| float studiolight_intensity; | |||||
| float studiolight_background_alpha; | float studiolight_background_alpha; | ||||
| ustring studiolight_path; | ustring studiolight_path; | ||||
| BlenderViewportParameters(); | BlenderViewportParameters(); | ||||
| BlenderViewportParameters(BL::SpaceView3D &b_v3d); | BlenderViewportParameters(BL::SpaceView3D &b_v3d); | ||||
| const bool modified(const BlenderViewportParameters &other) const; | const bool modified(const BlenderViewportParameters &other) const; | ||||
| const bool custom_viewport_parameters() const; | const bool custom_viewport_parameters() const; | ||||
| friend class BlenderSync; | friend class BlenderSync; | ||||
| }; | }; | ||||
| CCL_NAMESPACE_END | CCL_NAMESPACE_END | ||||
| #endif | #endif | ||||
| No newline at end of file | No newline at end of file | ||||