From 65761487229c61e5d043326cb5fd96cfca274e26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Foucault?= Date: Wed, 29 Jan 2020 21:36:58 +0100 Subject: Fix T65146: Curve Texture Coordinates in Cycles and Eevee differ Remove the use UV for mapping option. --- source/blender/makesdna/DNA_curve_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesdna/DNA_curve_types.h') diff --git a/source/blender/makesdna/DNA_curve_types.h b/source/blender/makesdna/DNA_curve_types.h index 13eaa8925bc..a8d10471bb8 100644 --- a/source/blender/makesdna/DNA_curve_types.h +++ b/source/blender/makesdna/DNA_curve_types.h @@ -330,7 +330,7 @@ enum { CU_BACK = 1 << 2, CU_PATH = 1 << 3, CU_FOLLOW = 1 << 4, - CU_UV_ORCO = 1 << 5, + /* CU_UV_ORCO = 1 << 5, */ /* DEPRECATED */ CU_DEFORM_BOUNDS_OFF = 1 << 6, CU_STRETCH = 1 << 7, /* CU_OFFS_PATHDIST = 1 << 8, */ /* DEPRECATED */ -- cgit v1.2.3