blender/intern/cycles/subd
Mai Lavelle 74bd809962 Cycles Standalone: Fix support for subdivision meshes
Changes from microdisplacement work broke previous support for subdivision
meshes, sometimes leading to crashes; this makes things work again. Files
that contain "patch" nodes will need to be updated to use meshes instead, as
specifying patches was both inefficient and completely unsupported by the new
subdivision code.
2016-08-24 10:39:00 -04:00
..
CMakeLists.txt Cycles microdisplacement: Move call to tessellate() from addon to Cycles 2016-08-14 15:04:21 -04:00
subd_dice.cpp Code cleanup to use array.data() rather than &array[0] 2016-08-18 02:24:13 +02:00
subd_dice.h Cycles Standalone: Fix support for subdivision meshes 2016-08-24 10:39:00 -04:00
subd_patch_table.cpp Code cleanup to use array.data() rather than &array[0] 2016-08-18 02:24:13 +02:00
subd_patch_table.h Code cleanup to use array.data() rather than &array[0] 2016-08-18 02:24:13 +02:00
subd_patch.cpp Cycles microdisplacement: ngons and attributes for subdivision meshes 2016-07-29 03:36:30 -04:00
subd_patch.h Cycles microdisplacement: ngons and attributes for subdivision meshes 2016-07-29 03:36:30 -04:00
subd_split.cpp Cycles microdisplacement: ngons and attributes for subdivision meshes 2016-07-29 03:36:30 -04:00
subd_split.h Cycles microdisplacement: ngons and attributes for subdivision meshes 2016-07-29 03:36:30 -04:00