Fix T65146: Curve Texture Coordinates in Cycles and Eevee differ

Remove the use UV for mapping option.
This commit is contained in:
2020-01-29 21:36:58 +01:00
parent 33317b4647
commit 6576148722
6 changed files with 10 additions and 39 deletions

View File

@@ -144,7 +144,6 @@ class DATA_PT_curve_texture_space(CurveButtonsPanel, Panel):
curve = context.curve
col = layout.column()
col.prop(curve, "use_uv_as_generated")
col.prop(curve, "use_auto_texspace")
col = layout.column()