From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Lemmer Webber Subject: bug#36977: Add OpenSubdiv library, and add as Blender dependency Date: Thu, 08 Aug 2019 11:28:21 -0400 Message-ID: <87mugj1xt6.fsf@dustycloud.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:38675) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hvkLe-0004Rt-Vq for bug-guix@gnu.org; Thu, 08 Aug 2019 11:29:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hvkLe-0005Yj-5V for bug-guix@gnu.org; Thu, 08 Aug 2019 11:29:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:32777) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hvkLe-0005Yf-2Q for bug-guix@gnu.org; Thu, 08 Aug 2019 11:29:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hvkLd-0003yy-TP for bug-guix@gnu.org; Thu, 08 Aug 2019 11:29:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:38550) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hvkL2-0004DO-4o for bug-guix@gnu.org; Thu, 08 Aug 2019 11:28:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hvkL1-00056O-9N for bug-guix@gnu.org; Thu, 08 Aug 2019 11:28:24 -0400 Received: from dustycloud.org ([50.116.34.160]:48916) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hvkL1-00055s-5m for bug-guix@gnu.org; Thu, 08 Aug 2019 11:28:23 -0400 Received: from twig (localhost [127.0.0.1]) by dustycloud.org (Postfix) with ESMTPS id BDBC026729 for ; Thu, 8 Aug 2019 11:28:21 -0400 (EDT) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 36977@debbugs.gnu.org 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 someone was willing to package this and add it as a Blender dependency, I'd be extremely grateful to them. - Chris