Nicholas Yue

Results 44 issues of Nicholas Yue

static void createOsdMesh(ShapeDesc const & shapeDesc, int level) { ``` Shape * shape = Shape::parseObj(shapeDesc.data.c_str(), shapeDesc.scheme); ``` # CODE ``` // create Far mesh (topology) OpenSubdiv::Sdc::SchemeType sdctype = GetSdcType(*shape); OpenSubdiv::Sdc::Options...

question
far
Documentation

Hi, Are there plans to have tutorial examples on the various variation on using EvalPatches ? I was hoping to find something simple without the complication of the OpenGL stuff...

new feature
example code

Hi, Is it possible to use qt_monkey to automate PySide2 based application ? If so, what is the approach ? Cheers

question

Hi, I am trying to build the CentOS branch but it fails with the following message Determining fastest mirrors Error: Cannot find a valid baseurl for repo: base YumRepo Error:...

I am looking at the possibility of using cwl-utils to generate CWL files programmatically in Python I discover cwl-utils when browsing python-cwlgen I am hoping to find example that illustrate...

Hi, I have the following command line I wish to use scriptcwl to generate a CWL file myprogram -i /somepath/*.exr Is there any example code I can refer to which...

https://github.com/Nelarius/imnodes/blob/master/CMakeLists.txt#L23 Is there a special build of imgui which has a cmake config file we can use ?

The bundle.sh script is useful and should be included for deployment for people to use.

I am building via docker and get the following error I am following the instruction from [here](https://docs.openmoonray.org/getting-started/installation/building-moonray/rocky9_container_build/) ``` [ 34%] Linking CXX shared library RgbToNormalMap.so.proxy [ 34%] Built target RgbToNormalMap_proxy...

Is the following comment still something we need to take note of ? https://github.com/PixarAnimationStudios/OpenSubdiv/blob/release/examples/glEvalLimit/glEvalLimit.cpp#L258 I am unsure what it is referring to.