Merge pull request #43075 from Xrayez/color-ramp-to-gradient

Fixup `ColorRamp` to `Gradient` renames
This commit is contained in:
Rémi Verschelde
2020-10-26 08:44:27 +01:00
committed by GitHub
5 changed files with 19 additions and 31 deletions

View File

@@ -1707,12 +1707,6 @@ CurveTexture::~CurveTexture() {
//////////////////
//setter and getter names for property serialization
#define COLOR_RAMP_GET_OFFSETS "get_offsets"
#define COLOR_RAMP_GET_COLORS "get_colors"
#define COLOR_RAMP_SET_OFFSETS "set_offsets"
#define COLOR_RAMP_SET_COLORS "set_colors"
GradientTexture::GradientTexture() {
update_pending = false;
width = 2048;