[Bf-committers] OpenSubdiv with Blender local builds

2015-10-25 Thread Nkansah Rexford
I enabled OpenSubdiv when trying to build blender locally. Complains of missing opensubdiv directory not found in cmake-gui. I couldn't locate any package in ubuntu ppa specific for opensubdiv. To enable opensubdiv for local builds, should I build opensubdiv using this[1] and then include it as

Re: [Bf-committers] OpenSubdiv with Blender local builds

2015-10-25 Thread Nkansah Rexford
Thanks Jeffery for the tips. Will try that later today Rexford | khophi.co | sent from phone On Oct 25, 2015 6:40 PM, "Jeffrey" wrote: > You need to include OSD when you build the libs with install_deps.sh. I > use the flag "--force-osd" in my deps script. This

Re: [Bf-committers] OpenSubdiv with Blender local builds

2015-10-25 Thread Jeffrey
You need to include OSD when you build the libs with install_deps.sh. I use the flag "--force-osd" in my deps script. This will automatically pick up the right repository for OSD (it's either the Pixar repo or Sergey's fork). Then when you open up cmake-gui, it will not autofind the OSD