Changeset View
Changeset View
Standalone View
Standalone View
intern/opensubdiv/internal/evaluator/evaluator_impl.cc
| Context not available. | |||||
| evaluator_descr->eval_output = new blender::opensubdiv::EvalOutputAPI(eval_output, patch_map); | evaluator_descr->eval_output = new blender::opensubdiv::EvalOutputAPI(eval_output, patch_map); | ||||
| evaluator_descr->patch_map = patch_map; | evaluator_descr->patch_map = patch_map; | ||||
| evaluator_descr->patch_table = patch_table; | evaluator_descr->patch_table = patch_table; | ||||
| // TOOD(sergey): Look into whether we've got duplicated stencils arrays. | // TODO(sergey): Look into whether we've got duplicated stencils arrays. | ||||
| delete vertex_stencils; | delete vertex_stencils; | ||||
| delete varying_stencils; | delete varying_stencils; | ||||
| for (const StencilTable *table : all_face_varying_stencils) { | for (const StencilTable *table : all_face_varying_stencils) { | ||||
| Context not available. | |||||