bug#36977: Add OpenSubdiv library, and add as Blender dependency

2019-08-13 Thread Leo Famulari
On Mon, Aug 12, 2019 at 08:21:44PM +1000, Carlo Zancanaro wrote: > On Sun, Aug 11 2019, Carlo Zancanaro wrote: > > ... adding it to the Blender inputs didn't cause the subdivision > > modifier to work. ... > > Well, it turns out I just had to add the -DWITH_OPENSUBDIV=ON configure > flag. Here's a

bug#36977: Add OpenSubdiv library, and add as Blender dependency

2019-08-12 Thread Carlo Zancanaro
On Sun, Aug 11 2019, Carlo Zancanaro wrote: ... adding it to the Blender inputs didn't cause the subdivision modifier to work. ... Well, it turns out I just had to add the -DWITH_OPENSUBDIV=ON configure flag. Here's a new patch to do that! >From 231763df5b336118dae973da9dbde362dd1c1465 Mon S

bug#36977: Add OpenSubdiv library, and add as Blender dependency

2019-08-11 Thread Carlo Zancanaro
On Fri, Aug 09 2019, Christopher Lemmer Webber wrote: I was surprised to open Blender 2.80 and find that subdivision surfaces (necessary for organic modeling) were doing nothing. I couldn't figure out why this was, until I found out that Blender now uses OpenSubdiv for subdivision surfaces.

bug#36977: Add OpenSubdiv library, and add as Blender dependency

2019-08-08 Thread Christopher Lemmer Webber
I was surprised to open Blender 2.80 and find that subdivision surfaces (necessary for organic modeling) were doing nothing. I couldn't figure out why this was, until I found out that Blender now uses OpenSubdiv for subdivision surfaces. Don't think I have time to package it right now, but if som