diff options
| author | Marcus von Appen <mva@FreeBSD.org> | 2015-12-15 13:32:27 +0000 |
|---|---|---|
| committer | Marcus von Appen <mva@FreeBSD.org> | 2015-12-15 13:32:27 +0000 |
| commit | 603825dfe3357b5786811138c8067fd4b72578e8 (patch) | |
| tree | 97614def72b66be8864d7846a9159ddd778f9f64 /graphics/blender/files/patch-intern_opensubdiv_opensubdiv__converter.cc | |
| parent | - Update to 1.3.1 (diff) | |
- Update to version 2.76b
Blender 2.76 comes with hundreds of bug fixes and many new features,
such as
* support for Pixar's OpenSubdiv technology
* huge performance improvements for the viewport
* auto-offset support for nodes
* new point density texture support for cycles
* new modeling tools
Changelog: http://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.76
Diffstat (limited to 'graphics/blender/files/patch-intern_opensubdiv_opensubdiv__converter.cc')
| -rw-r--r-- | graphics/blender/files/patch-intern_opensubdiv_opensubdiv__converter.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/blender/files/patch-intern_opensubdiv_opensubdiv__converter.cc b/graphics/blender/files/patch-intern_opensubdiv_opensubdiv__converter.cc new file mode 100644 index 000000000000..59879cca9a04 --- /dev/null +++ b/graphics/blender/files/patch-intern_opensubdiv_opensubdiv__converter.cc @@ -0,0 +1,10 @@ +--- intern/opensubdiv/opensubdiv_converter.cc.orig 2015-11-02 13:25:37 UTC ++++ intern/opensubdiv/opensubdiv_converter.cc +@@ -24,6 +24,7 @@ + */ + + #include <cstdio> ++#include <cstdlib> + #include <vector> + + #ifdef _MSC_VER |
