Files
blender/intern
Mai Lavelle c96ae81160 Cycles microdisplacement: ngons and attributes for subdivision meshes
This adds support for ngons and attributes on subdivision meshes. Ngons are
needed for proper attribute interpolation as well as correct Catmull-Clark
subdivision. Several changes are made to achieve this:

- new primitive `SubdFace` added to `Mesh`
- 3 more textures are used to store info on patches from subd meshes
- Blender export uses loop interface instead of tessface for subd meshes
- `Attribute` class is updated with a simplified way to pass primitive counts
  around and to support ngons.
- extra points for ngons are generated for O(1) attribute interpolation
- curves are temporally disabled on subd meshes to avoid various bugs with
  implementation
- old unneeded code is removed from `subd/`
- various fixes and improvements

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D2108
2016-07-29 03:36:30 -04:00
..
2016-07-19 22:04:14 +10:00
2016-01-04 14:20:48 +05:00
2016-07-02 10:08:33 +10:00
2016-01-04 14:20:48 +05:00
2016-01-04 14:20:48 +05:00
2016-07-18 15:48:51 +02:00
2016-01-04 14:20:48 +05:00
2016-07-02 10:08:33 +10:00
2016-07-15 02:39:45 +10:00
2016-04-12 11:22:30 +10:00
2016-01-04 14:20:48 +05:00
2016-07-21 18:16:08 -04:00
2016-01-04 14:20:48 +05:00
2016-01-04 14:20:48 +05:00
2016-03-13 15:15:38 +11:00
2016-06-11 22:05:20 +02:00
2016-05-26 18:53:09 +10:00
2016-01-04 14:20:48 +05:00
2016-01-04 14:20:48 +05:00
2016-01-04 14:20:48 +05:00