Differential D8466 Diff 27507 source/blender/compositor/operations/COM_OutputFileMultiViewOperation.h
Changeset View
Changeset View
Standalone View
Standalone View
source/blender/compositor/operations/COM_OutputFileMultiViewOperation.h
| Show All 10 Lines | |||||
| * | * | ||||
| * You should have received a copy of the GNU General Public License | * You should have received a copy of the GNU General Public License | ||||
| * along with this program; if not, write to the Free Software Foundation, | * along with this program; if not, write to the Free Software Foundation, | ||||
| * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||||
| * | * | ||||
| * Copyright 2015, Blender Foundation. | * Copyright 2015, Blender Foundation. | ||||
| */ | */ | ||||
| #ifndef __COM_OUTPUTFILEMULTIVIEWOPERATION_H__ | #pragma once | ||||
| #define __COM_OUTPUTFILEMULTIVIEWOPERATION_H__ | |||||
| #include "COM_NodeOperation.h" | #include "COM_NodeOperation.h" | ||||
| #include "COM_OutputFileOperation.h" | #include "COM_OutputFileOperation.h" | ||||
| #include "BLI_path_util.h" | #include "BLI_path_util.h" | ||||
| #include "BLI_rect.h" | #include "BLI_rect.h" | ||||
| #include "DNA_color_types.h" | #include "DNA_color_types.h" | ||||
| ▲ Show 20 Lines • Show All 43 Lines • ▼ Show 20 Lines | OutputStereoOperation(const RenderData *rd, | ||||
| const char *path, | const char *path, | ||||
| const char *name, | const char *name, | ||||
| const ColorManagedViewSettings *viewSettings, | const ColorManagedViewSettings *viewSettings, | ||||
| const ColorManagedDisplaySettings *displaySettings, | const ColorManagedDisplaySettings *displaySettings, | ||||
| const char *viewName); | const char *viewName); | ||||
| void *get_handle(const char *filename); | void *get_handle(const char *filename); | ||||
| void deinitExecution(); | void deinitExecution(); | ||||
| }; | }; | ||||
| #endif | |||||