Blender Git Commit Log
Git Commits -> Revision cc55913
Revision cc55913 by Sergey Sharybin (master) November 25, 2013, 21:02 (GMT) |
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: https://developer.blender.org/D45 |
Commit Details:
Full Hash: cc55913798aecbdeb3fc6e49c16a26ccbddebd9b
Parent Commit: a5c7b92
Lines Changed: +43, -21