Cycles / Hair: Further cleanup of UI and internals.

* UI: Remove deprecated condition (CURVE_RIBBONS) and hide backface property, when it's hardcoded in C (Curve/Line segments && Ribbons).

* Remove "use_tangent_normal" and "CURVE_KN_TANGENTGNORMAL" as its unused (follow up for last commit).
This commit is contained in:
Thomas Dinges
2013-12-26 03:25:13 +01:00
parent db8293d456
commit 03fed41e59
5 changed files with 6 additions and 15 deletions

View File

@@ -97,7 +97,6 @@ public:
bool use_curves;
bool use_encasing;
bool use_backfacing;
bool use_tangent_normal;
bool use_tangent_normal_geometry;
bool need_update;