Changeset View
Changeset View
Standalone View
Standalone View
source/blender/nodes/texture/nodes/node_texture_curves.c
| Show All 15 Lines | |||||
| * The Original Code is Copyright (C) 2005 Blender Foundation. | * The Original Code is Copyright (C) 2005 Blender Foundation. | ||||
| * All rights reserved. | * All rights reserved. | ||||
| */ | */ | ||||
| /** \file | /** \file | ||||
| * \ingroup texnodes | * \ingroup texnodes | ||||
| */ | */ | ||||
| #include "node_texture_util.h" | #include "node_texture_utils.h" | ||||
| #include "NOD_texture.h" | #include "NOD_texture.h" | ||||
| /* **************** CURVE Time ******************** */ | /* **************** CURVE Time ******************** */ | ||||
| /* custom1 = sfra, custom2 = efra */ | /* custom1 = sfra, custom2 = efra */ | ||||
| static bNodeSocketTemplate time_outputs[] = {{SOCK_FLOAT, 0, N_("Value")}, {-1, 0, ""}}; | static bNodeSocketTemplate time_outputs[] = {{SOCK_FLOAT, 0, N_("Value")}, {-1, 0, ""}}; | ||||
| static void time_colorfn( | static void time_colorfn( | ||||
| ▲ Show 20 Lines • Show All 93 Lines • Show Last 20 Lines | |||||