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 169 Lines • ▼ Show 20 Lines | |||||
| #define GEO_NODE_CURVE_PRIMITIVE_SPIRAL 1063 | #define GEO_NODE_CURVE_PRIMITIVE_SPIRAL 1063 | ||||
| #define GEO_NODE_CURVE_PRIMITIVE_QUADRATIC_BEZIER 1064 | #define GEO_NODE_CURVE_PRIMITIVE_QUADRATIC_BEZIER 1064 | ||||
| #define GEO_NODE_CURVE_PRIMITIVE_BEZIER_SEGMENT 1065 | #define GEO_NODE_CURVE_PRIMITIVE_BEZIER_SEGMENT 1065 | ||||
| #define GEO_NODE_CURVE_PRIMITIVE_CIRCLE 1066 | #define GEO_NODE_CURVE_PRIMITIVE_CIRCLE 1066 | ||||
| #define GEO_NODE_VIEWER 1067 | #define GEO_NODE_VIEWER 1067 | ||||
| #define GEO_NODE_CURVE_PRIMITIVE_LINE 1068 | #define GEO_NODE_CURVE_PRIMITIVE_LINE 1068 | ||||
| #define GEO_NODE_CURVE_ENDPOINTS 1069 | #define GEO_NODE_CURVE_ENDPOINTS 1069 | ||||
| #define GEO_NODE_CURVE_PRIMITIVE_QUADRILATERAL 1070 | #define GEO_NODE_CURVE_PRIMITIVE_QUADRILATERAL 1070 | ||||
| #define GEO_NODE_CURVE_TRIM 1071 | |||||
HooglyBoogly: The newline here should stay. | |||||
| #define GEO_NODE_CURVE_SET_HANDLES 1072 | |||||
| #define GEO_NODE_COLLAPSE 1073 | |||||
| #define GEO_NODE_UNSUBDIVIDE 1074 | |||||
| #define GEO_NODE_DISSOLVE 1075 | |||||
| /** \} */ | /** \} */ | ||||
| /* -------------------------------------------------------------------- */ | /* -------------------------------------------------------------------- */ | ||||
| /** \name Function Nodes | /** \name Function Nodes | ||||
| * \{ */ | * \{ */ | ||||
| #define FN_NODE_BOOLEAN_MATH 1200 | #define FN_NODE_BOOLEAN_MATH 1200 | ||||
| #define FN_NODE_FLOAT_COMPARE 1202 | #define FN_NODE_FLOAT_COMPARE 1202 | ||||
| Show All 25 Lines | |||||
The newline here should stay.