OpenSubdiv/opensubdiv/osdutil
Sergey Sharybin 43bb3b64f6 Return success status from openSubdiv_finishEvaluatorDescr()
Before this change the given function used to fail silently in
cases topology is bad or uniform evaluator initialization failed.
This used to leave evaluator in a state which is not usable for
further processing but callee function would never know this and
will likely crash later when evaluating subdivision limit surface.

Ideally error message or code need to be passed to the calle, but
that's marked as TODO for now.
2014-04-18 00:55:43 +06:00
..
adaptiveEvaluator.cpp Remove debug print from adaptive evaluator's initialization 2014-04-16 16:41:47 +06:00
adaptiveEvaluator.h Change PxOsdUtil prefix to final OsdUtil prefix. 2014-03-27 08:26:55 -07:00
batch.h Remove FarMesh dependency from Osd*Context. The context constructor takes 2014-03-28 12:10:13 -07:00
batchCL.h Remove FarMesh dependency from Osd*Context. The context constructor takes 2014-03-28 12:10:13 -07:00
CMakeLists.txt Make CMake path variables more robust 2014-04-09 16:43:38 -04:00
drawController.h Fix a minor osdutil build warning (seen with gcc 4.8.1) 2013-10-06 14:42:16 -07:00
drawItem.h Amending Apache license language & file headers. 2013-09-26 12:04:57 -07:00
evaluator_capi.cpp Return success status from openSubdiv_finishEvaluatorDescr() 2014-04-18 00:55:43 +06:00
evaluator_capi.h Return success status from openSubdiv_finishEvaluatorDescr() 2014-04-18 00:55:43 +06:00
mesh.cpp Improve error reporting in osdutil refinement classes, and fix a build issue 2014-03-28 12:28:59 -07:00
mesh.h Change PxOsdUtil prefix to final OsdUtil prefix. 2014-03-27 08:26:55 -07:00
multiMeshFactory.h more refactoring on FarMesh and move FarMultiMeshFactory to OsdUtil. 2014-03-24 19:13:40 -07:00
patchPartitioner.h OsdUtilPatchPartitioner does not support face-varying data #272 2014-04-09 16:30:40 -07:00
refiner.cpp Improve error reporting in osdutil refinement classes, and fix a build issue 2014-03-28 12:28:59 -07:00
refiner.h Change PxOsdUtil prefix to final OsdUtil prefix. 2014-03-27 08:26:55 -07:00
topology.cpp Improve error reporting in osdutil refinement classes, and fix a build issue 2014-03-28 12:28:59 -07:00
topology.h Improve error reporting in osdutil refinement classes, and fix a build issue 2014-03-28 12:28:59 -07:00
uniformEvaluator.cpp Remove FarMesh dependency from Osd*Context. The context constructor takes 2014-03-28 12:10:13 -07:00
uniformEvaluator.h Change PxOsdUtil prefix to final OsdUtil prefix. 2014-03-27 08:26:55 -07:00