Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_node.h
| Show First 20 Lines • Show All 1,268 Lines • ▼ Show 20 Lines | |||||
| #define CMP_TRACKPOS_RELATIVE_START 1 | #define CMP_TRACKPOS_RELATIVE_START 1 | ||||
| #define CMP_TRACKPOS_RELATIVE_FRAME 2 | #define CMP_TRACKPOS_RELATIVE_FRAME 2 | ||||
| #define CMP_TRACKPOS_ABSOLUTE_FRAME 3 | #define CMP_TRACKPOS_ABSOLUTE_FRAME 3 | ||||
| /* Cryptomatte source. */ | /* Cryptomatte source. */ | ||||
| #define CMP_CRYPTOMATTE_SRC_RENDER 0 | #define CMP_CRYPTOMATTE_SRC_RENDER 0 | ||||
| #define CMP_CRYPTOMATTE_SRC_IMAGE 1 | #define CMP_CRYPTOMATTE_SRC_IMAGE 1 | ||||
| /* Default SMAA configuration values. */ | |||||
| #define CMP_DEFAULT_SMAA_THRESHOLD 1.0f | |||||
| #define CMP_DEFAULT_SMAA_CONTRAST_LIMIT 0.2f | |||||
| #define CMP_DEFAULT_SMAA_CORNER_ROUNDING 0.25f | |||||
| /* API */ | /* API */ | ||||
| void ntreeCompositExecTree(struct Scene *scene, | void ntreeCompositExecTree(struct Scene *scene, | ||||
| struct bNodeTree *ntree, | struct bNodeTree *ntree, | ||||
| struct RenderData *rd, | struct RenderData *rd, | ||||
| int rendering, | int rendering, | ||||
| int do_previews, | int do_previews, | ||||
| const struct ColorManagedViewSettings *view_settings, | const struct ColorManagedViewSettings *view_settings, | ||||
| const struct ColorManagedDisplaySettings *display_settings, | const struct ColorManagedDisplaySettings *display_settings, | ||||
| ▲ Show 20 Lines • Show All 211 Lines • Show Last 20 Lines | |||||