|
Blender
V2.93
|
#include "render/background.h"#include "render/camera.h"#include "render/curves.h"#include "render/film.h"#include "render/graph.h"#include "render/integrator.h"#include "render/light.h"#include "render/mesh.h"#include "render/nodes.h"#include "render/object.h"#include "render/procedural.h"#include "render/scene.h"#include "render/shader.h"#include "device/device.h"#include "blender/blender_device.h"#include "blender/blender_session.h"#include "blender/blender_sync.h"#include "blender/blender_util.h"#include "util/util_debug.h"#include "util/util_foreach.h"#include "util/util_hash.h"#include "util/util_logging.h"#include "util/util_opengl.h"#include "util/util_openimagedenoise.h"Go to the source code of this file.
Macros | |
| #define | MAP_PASS(passname, passtype) |
| #define | MAP_PASS(passname, offset) |
| #define | MAP_OPTION(name, flag) |
Variables | |
| static CCL_NAMESPACE_BEGIN const char * | cryptomatte_prefix = "Crypto" |
| #define MAP_OPTION | ( | name, | |
| flag | |||
| ) |
| #define MAP_PASS | ( | passname, | |
| offset | |||
| ) |
| #define MAP_PASS | ( | passname, | |
| passtype | |||
| ) |
|
static |
Definition at line 47 of file blender_sync.cpp.
Referenced by BlenderSync::get_pass_type(), and BlenderSync::sync_render_passes().