Files
test/source/blender/render/intern/source
Sergey Sharybin cc55913798 Fix T37225: UV map for closed curves incorrectly generated
Summary:
Curve ORCO was not calculating properly for cyclic 2D curves.

- Needed to split vertices for blender internal renderer.
  Otherwise it's not possible to map last face to a proper
  texture location.

- Needed to tweak curve->mesh conversion to respect cyclic
  flag along U direction.

- Removed check for orcodm in curve.c:add_orco_dm since
  this code is only called if there're enabled constructive
  modifiers on the curve.

Reviewers: brecht

Maniphest Tasks: T37225

Differential Revision: http://developer.blender.org/D45
2013-11-26 03:02:13 +06:00
..
2013-11-19 20:30:49 +01:00
2013-11-19 20:30:49 +01:00
2013-02-04 00:18:09 +00:00
2013-11-19 20:30:49 +01:00
2013-03-18 11:44:56 +00:00
2012-11-12 07:33:01 +00:00
2013-05-26 18:36:25 +00:00
2013-09-08 06:05:42 +00:00