This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/blenkernel/intern
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-09-12 03:02:50 +00:00
2013-10-31 14:10:01 +00:00
2013-06-25 10:44:30 +00:00
2013-11-24 15:23:38 +11:00
2013-10-31 14:10:01 +00:00
2013-10-31 14:10:01 +00:00
2013-11-18 13:28:39 +13:00
2013-11-17 22:00:57 +11:00
2013-10-22 03:31:21 +00:00
2013-11-25 16:24:31 +06:00
2013-11-20 19:13:41 +01:00
2013-10-01 09:17:35 +00:00
2013-09-12 03:02:50 +00:00
2013-10-01 09:17:35 +00:00
2013-10-31 14:10:01 +00:00
2013-09-18 00:07:17 +00:00
2013-10-31 14:10:01 +00:00
2013-11-25 16:24:31 +06:00
2013-05-08 14:20:57 +00:00
2013-10-22 03:03:56 +00:00
2013-11-02 04:04:30 +00:00
2013-10-26 13:22:38 +00:00
2013-08-27 21:30:33 +00:00
2013-11-20 19:13:41 +01:00