This updates blender to the latest release.  Looking for some more tests
...


Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/blender/Makefile,v
retrieving revision 1.45
diff -u -p -r1.45 Makefile
--- Makefile    26 Sep 2012 16:26:01 -0000      1.45
+++ Makefile    12 Oct 2012 20:51:12 -0000
@@ -3,7 +3,7 @@
 COMMENT =      3D creation software
 BROKEN-sparc64 = error: cast from 'ccl::uchar*' to 'CUdeviceptr' loses 
precision
 
-DISTNAME =     blender-2.63a
+DISTNAME =     blender-2.64a
 
 CATEGORIES =   graphics
 
@@ -30,7 +30,6 @@ MODPY_VERSION = ${MODPY_DEFAULT_VERSION_
 CONFIGURE_ARGS =       
-DPYTHON_LIBRARY="${LOCALBASE}/lib/libpython${MODPY_VERSION}m.so" \
                        -DPYTHON_INCLUDE_DIR="${MODPY_INCDIR}" \
                        -DPYTHON_VERSION=${MODPY_VERSION} \
-                       -DWITH_BUILTIN_GLEW=OFF \
                        -DWITH_CODEC_FFMPEG=ON
 
 BUILD_DEPENDS =        devel/gflags
Index: distinfo
===================================================================
RCS file: /cvs/ports/graphics/blender/distinfo,v
retrieving revision 1.13
diff -u -p -r1.13 distinfo
--- distinfo    14 May 2012 18:31:43 -0000      1.13
+++ distinfo    12 Oct 2012 20:51:12 -0000
@@ -1,5 +1,2 @@
-MD5 (blender-2.63a.tar.gz) = MaYLPOVGbZZct+JkiZXgkg==
-RMD160 (blender-2.63a.tar.gz) = GeD0MsOte1BnNgMb7YkU+BOR8Y0=
-SHA1 (blender-2.63a.tar.gz) = sJfc6fNziRfUO/X96O98AUIjEUw=
-SHA256 (blender-2.63a.tar.gz) = xHmxq/5f2KGl0EuNIf28D8lg14VbJHhbiIwJeSvKTBo=
-SIZE (blender-2.63a.tar.gz) = 26759658
+SHA256 (blender-2.64a.tar.gz) = pbHD8ZGbBBolPY1tfE9U4rf4qVMXlWdatGiudCNQzHs=
+SIZE (blender-2.64a.tar.gz) = 31388178
Index: patches/patch-CMakeLists_txt
===================================================================
RCS file: patches/patch-CMakeLists_txt
diff -N patches/patch-CMakeLists_txt
--- patches/patch-CMakeLists_txt        9 May 2012 12:45:50 -0000       1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
-$OpenBSD: patch-CMakeLists_txt,v 1.1 2012/05/09 12:45:50 pascal Exp $
---- CMakeLists.txt.orig        Mon May  7 17:41:38 2012
-+++ CMakeLists.txt     Mon May  7 17:42:02 2012
-@@ -658,7 +658,7 @@ if(UNIX AND NOT APPLE)
-       endif()
- 
-       # OpenSuse needs lutil, ArchLinux not, for now keep, can avoid by using 
--as-needed
--      set(PLATFORM_LINKLIBS "-lutil -lc -lm -lpthread -lstdc++")
-+      set(PLATFORM_LINKLIBS "-lutil -lc -lm -pthread -lstdc++")
- 
-       if((NOT WITH_HEADLESS) AND (NOT WITH_GHOST_SDL))
-               find_package(X11 REQUIRED)
Index: patches/patch-extern_carve_CMakeLists_txt
===================================================================
RCS file: patches/patch-extern_carve_CMakeLists_txt
diff -N patches/patch-extern_carve_CMakeLists_txt
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-extern_carve_CMakeLists_txt   12 Oct 2012 20:51:12 -0000
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- extern/carve/CMakeLists.txt.orig   Fri Oct 12 22:28:08 2012
++++ extern/carve/CMakeLists.txt        Fri Oct 12 22:28:26 2012
+@@ -158,7 +158,7 @@ if(WITH_BOOST)
+               -DCARVE_SYSTEM_BOOST
+       )
+ 
+-      list(APPEND INC_SYS
++      list(APPEND INC
+               ${BOOST_INCLUDE_DIR}
+       )
+ endif()
Index: patches/patch-intern_bsp_CMakeLists_txt
===================================================================
RCS file: patches/patch-intern_bsp_CMakeLists_txt
diff -N patches/patch-intern_bsp_CMakeLists_txt
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-intern_bsp_CMakeLists_txt     12 Oct 2012 20:51:12 -0000
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- intern/bsp/CMakeLists.txt.orig     Fri Oct 12 21:13:18 2012
++++ intern/bsp/CMakeLists.txt  Fri Oct 12 21:13:29 2012
+@@ -62,7 +62,7 @@ if(WITH_BOOST)
+               -DCARVE_SYSTEM_BOOST
+       )
+ 
+-      list(APPEND INC_SYS
++      list(APPEND INC
+               ${BOOST_INCLUDE_DIR}
+       )
+ endif()
Index: patches/patch-intern_cycles_CMakeLists_txt
===================================================================
RCS file: patches/patch-intern_cycles_CMakeLists_txt
diff -N patches/patch-intern_cycles_CMakeLists_txt
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-intern_cycles_CMakeLists_txt  12 Oct 2012 20:51:12 -0000
@@ -0,0 +1,11 @@
+$OpenBSD$
+--- intern/cycles/CMakeLists.txt.orig  Tue Oct  9 20:33:06 2012
++++ intern/cycles/CMakeLists.txt       Fri Oct 12 21:33:02 2012
+@@ -56,7 +56,6 @@ add_definitions(-DWITH_CUDA)
+ add_definitions(-DWITH_MULTI)
+ 
+ include_directories(
+-      SYSTEM
+       ${BOOST_INCLUDE_DIR}
+       ${OPENIMAGEIO_INCLUDE_DIRS}
+       ${OPENIMAGEIO_INCLUDE_DIRS}/OpenImageIO
Index: patches/patch-intern_cycles_blender_CMakeLists_txt
===================================================================
RCS file: 
/cvs/ports/graphics/blender/patches/patch-intern_cycles_blender_CMakeLists_txt,v
retrieving revision 1.1
diff -u -p -r1.1 patch-intern_cycles_blender_CMakeLists_txt
--- patches/patch-intern_cycles_blender_CMakeLists_txt  9 May 2012 12:45:50 
-0000       1.1
+++ patches/patch-intern_cycles_blender_CMakeLists_txt  12 Oct 2012 20:51:12 
-0000
@@ -1,6 +1,6 @@
-$OpenBSD: patch-intern_cycles_blender_CMakeLists_txt,v 1.1 2012/05/09 12:45:50 
pascal Exp $
---- intern/cycles/blender/CMakeLists.txt.orig  Mon May  7 17:23:36 2012
-+++ intern/cycles/blender/CMakeLists.txt       Mon May  7 17:23:45 2012
+$OpenBSD$
+--- intern/cycles/blender/CMakeLists.txt.orig  Fri Oct 12 21:41:09 2012
++++ intern/cycles/blender/CMakeLists.txt       Fri Oct 12 21:41:16 2012
 @@ -11,11 +11,11 @@ set(INC
        ../../../source/blender/makesrna
        ../../../source/blender/blenloader
Index: patches/patch-intern_cycles_device_CMakeLists_txt
===================================================================
RCS file: patches/patch-intern_cycles_device_CMakeLists_txt
diff -N patches/patch-intern_cycles_device_CMakeLists_txt
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-intern_cycles_device_CMakeLists_txt   12 Oct 2012 20:51:12 
-0000
@@ -0,0 +1,15 @@
+$OpenBSD$
+--- intern/cycles/device/CMakeLists.txt.orig   Fri Oct 12 21:45:42 2012
++++ intern/cycles/device/CMakeLists.txt        Fri Oct 12 21:45:51 2012
+@@ -6,10 +6,10 @@ set(INC
+       ../kernel/osl
+       ../util
+       ../render
++      ${GLEW_INCLUDE_PATH}
+ )
+ set(INC_SYS
+       ${OPENGL_INCLUDE_DIR}
+-      ${GLEW_INCLUDE_PATH}
+ )
+ 
+ set(SRC
Index: patches/patch-intern_cycles_render_CMakeLists_txt
===================================================================
RCS file: patches/patch-intern_cycles_render_CMakeLists_txt
diff -N patches/patch-intern_cycles_render_CMakeLists_txt
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-intern_cycles_render_CMakeLists_txt   12 Oct 2012 20:51:12 
-0000
@@ -0,0 +1,14 @@
+$OpenBSD$
+--- intern/cycles/render/CMakeLists.txt.orig   Fri Oct 12 21:50:46 2012
++++ intern/cycles/render/CMakeLists.txt        Fri Oct 12 21:50:56 2012
+@@ -7,9 +7,9 @@ set(INC
+       ../kernel/osl
+       ../bvh
+       ../util
++      ${GLEW_INCLUDE_PATH}
+ )
+ set(INC_SYS
+-      ${GLEW_INCLUDE_PATH}
+ )
+ 
+ set(SRC
Index: patches/patch-intern_cycles_util_CMakeLists_txt
===================================================================
RCS file: patches/patch-intern_cycles_util_CMakeLists_txt
diff -N patches/patch-intern_cycles_util_CMakeLists_txt
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-intern_cycles_util_CMakeLists_txt     12 Oct 2012 20:51:12 
-0000
@@ -0,0 +1,14 @@
+$OpenBSD$
+--- intern/cycles/util/CMakeLists.txt.orig     Fri Oct 12 21:57:03 2012
++++ intern/cycles/util/CMakeLists.txt  Fri Oct 12 21:57:12 2012
+@@ -1,9 +1,9 @@
+ 
+ set(INC
+       .
++      ${GLEW_INCLUDE_PATH}
+ )
+ set(INC_SYS
+-      ${GLEW_INCLUDE_PATH}
+       ${OPENGL_INCLUDE_DIR}
+ )
+ 
Index: patches/patch-source_blender_blenkernel_intern_blender_c
===================================================================
RCS file: 
/cvs/ports/graphics/blender/patches/patch-source_blender_blenkernel_intern_blender_c,v
retrieving revision 1.7
diff -u -p -r1.7 patch-source_blender_blenkernel_intern_blender_c
--- patches/patch-source_blender_blenkernel_intern_blender_c    7 May 2012 
15:45:42 -0000       1.7
+++ patches/patch-source_blender_blenkernel_intern_blender_c    12 Oct 2012 
20:51:12 -0000
@@ -1,12 +1,12 @@
 $OpenBSD: patch-source_blender_blenkernel_intern_blender_c,v 1.7 2012/05/07 
15:45:42 pascal Exp $
---- source/blender/blenkernel/intern/blender.c.orig    Thu Apr 26 22:49:26 2012
-+++ source/blender/blenkernel/intern/blender.c Mon Apr 30 23:05:07 2012
-@@ -722,7 +722,7 @@ void BKE_undo_save_quit(void)
-               
-       BLI_make_file_string("/", str, BLI_temporary_dir(), "quit.blend");
+--- source/blender/blenkernel/intern/blender.c.orig    Tue Oct  9 20:39:05 2012
++++ source/blender/blenkernel/intern/blender.c Fri Oct 12 18:02:44 2012
+@@ -728,7 +728,7 @@ void BKE_undo_save_quit(void)
+       UndoElem *uel;
+       MemFileChunk *chunk;
+       char str[FILE_MAX];
+-      const int flag = O_BINARY + O_WRONLY + O_CREAT + O_TRUNC + O_EXCL;
++      const int flag = O_BINARY | O_WRONLY | O_CREAT | O_TRUNC | O_EXCL;
+       int file;
  
--      file = BLI_open(str,O_BINARY+O_WRONLY+O_CREAT+O_TRUNC, 0666);
-+      file = BLI_open(str,O_BINARY|O_WRONLY|O_CREAT|O_TRUNC, 0666);
-       if (file == -1) {
-               //XXX error("Unable to save %s, check you have permissions", 
str);
-               return;
+       if ((U.uiflag & USER_GLOBALUNDO) == 0) {
Index: patches/patch-source_blender_blenkernel_intern_packedFile_c
===================================================================
RCS file: 
/cvs/ports/graphics/blender/patches/patch-source_blender_blenkernel_intern_packedFile_c,v
retrieving revision 1.5
diff -u -p -r1.5 patch-source_blender_blenkernel_intern_packedFile_c
--- patches/patch-source_blender_blenkernel_intern_packedFile_c 7 May 2012 
15:45:42 -0000       1.5
+++ patches/patch-source_blender_blenkernel_intern_packedFile_c 12 Oct 2012 
20:51:12 -0000
@@ -1,8 +1,8 @@
 $OpenBSD: patch-source_blender_blenkernel_intern_packedFile_c,v 1.5 2012/05/07 
15:45:42 pascal Exp $
---- source/blender/blenkernel/intern/packedFile.c.orig Thu Apr 26 22:49:26 2012
-+++ source/blender/blenkernel/intern/packedFile.c      Mon Apr 30 23:05:50 2012
-@@ -297,7 +297,7 @@ int writePackedFile(ReportList *reports, const char *f
-       // make sure the path to the file exists...
+--- source/blender/blenkernel/intern/packedFile.c.orig Tue Oct  9 20:39:05 2012
++++ source/blender/blenkernel/intern/packedFile.c      Fri Oct 12 18:01:14 2012
+@@ -307,7 +307,7 @@ int writePackedFile(ReportList *reports, const char *f
+       /* make sure the path to the file exists... */
        BLI_make_existing_file(name);
        
 -      file = BLI_open(name, O_BINARY + O_WRONLY + O_CREAT + O_TRUNC, 0666);
Index: patches/patch-source_blender_blenlib_intern_storage_c
===================================================================
RCS file: 
/cvs/ports/graphics/blender/patches/patch-source_blender_blenlib_intern_storage_c,v
retrieving revision 1.6
diff -u -p -r1.6 patch-source_blender_blenlib_intern_storage_c
--- patches/patch-source_blender_blenlib_intern_storage_c       7 May 2012 
15:45:42 -0000       1.6
+++ patches/patch-source_blender_blenlib_intern_storage_c       12 Oct 2012 
20:51:12 -0000
@@ -1,42 +1,42 @@
 $OpenBSD: patch-source_blender_blenlib_intern_storage_c,v 1.6 2012/05/07 
15:45:42 pascal Exp $
---- source/blender/blenlib/intern/storage.c.orig       Thu Apr 26 22:51:28 2012
-+++ source/blender/blenlib/intern/storage.c    Mon Apr 30 23:03:52 2012
+--- source/blender/blenlib/intern/storage.c.orig       Tue Oct  9 20:40:29 2012
++++ source/blender/blenlib/intern/storage.c    Fri Oct 12 18:04:45 2012
 @@ -43,13 +43,13 @@
  #include <time.h>
  #include <sys/stat.h>
  
--#if defined (__sun__) || defined (__sun) || defined (__NetBSD__)
-+#if defined (__sun__) || defined (__sun) || defined (__NetBSD__) || defined 
(__OpenBSD__)
+-#if defined(__sun__) || defined(__sun) || defined(__NetBSD__)
++#if defined(__sun__) || defined(__sun) || defined(__NetBSD__) || 
defined(__OpenBSD__)
  #include <sys/statvfs.h> /* Other modern unix os's should probably use this 
also */
  #elif !defined(__FreeBSD__) && !defined(linux) && (defined(__sparc) || 
defined(__sparc__))
  #include <sys/statfs.h>
  #endif
  
--#if defined (__FreeBSD__) || defined (__OpenBSD__)
-+#if defined (__FreeBSD__)
+-#if defined(__FreeBSD__) || defined(__OpenBSD__)
++#if defined(__FreeBSD__)
  #include <sys/param.h>
  #include <sys/mount.h>
  #endif
-@@ -166,7 +166,7 @@ double BLI_dir_free_space(const char *dir)
-       return (double) (freec*bytesps*sectorspc);
+@@ -163,7 +163,7 @@ double BLI_dir_free_space(const char *dir)
+       return (double) (freec * bytesps * sectorspc);
  #else
  
--#if defined (__sun__) || defined (__sun) || defined (__NetBSD__)
-+#if defined (__sun__) || defined (__sun) || defined (__NetBSD__) || defined 
(__OpenBSD__)
+-#if defined(__sun__) || defined(__sun) || defined(__NetBSD__)
++#if defined(__sun__) || defined(__sun) || defined(__NetBSD__) || 
defined(__OpenBSD__)
        struct statvfs disk;
  #else
        struct statfs disk;
-@@ -185,11 +185,11 @@ double BLI_dir_free_space(const char *dir)
+@@ -182,11 +182,11 @@ double BLI_dir_free_space(const char *dir)
        }
-       else strcpy(name,"/");
+       else strcpy(name, "/");
  
--#if defined (__FreeBSD__) || defined (linux) || defined (__OpenBSD__) || 
defined (__APPLE__) || defined(__GNU__) || defined(__GLIBC__)
-+#if defined (__FreeBSD__) || defined (linux) || defined (__APPLE__) || 
defined(__GNU__) || defined(__GLIBC__)
+-#if defined(__FreeBSD__) || defined(linux) || defined(__OpenBSD__) || 
defined(__APPLE__) || defined(__GNU__) || defined(__GLIBC__)
++#if defined(__FreeBSD__) || defined(linux) || defined(__APPLE__) || 
defined(__GNU__) || defined(__GLIBC__)
        if (statfs(name, &disk)) return(-1);
  #endif
  
--#if defined (__sun__) || defined (__sun) || defined (__NetBSD__)
-+#if defined (__sun__) || defined (__sun) || defined (__NetBSD__) || defined 
(__OpenBSD__)
+-#if defined(__sun__) || defined(__sun) || defined(__NetBSD__)
++#if defined(__sun__) || defined(__sun) || defined(__NetBSD__) || 
defined(__OpenBSD__)
        if (statvfs(name, &disk)) return(-1);   
  #elif !defined(__FreeBSD__) && !defined(linux) && (defined(__sparc) || 
defined(__sparc__))
        /* WARNING - This may not be supported by geeneric unix os's - Campbell 
*/
Index: patches/patch-source_blender_blenloader_intern_writefile_c
===================================================================
RCS file: 
/cvs/ports/graphics/blender/patches/patch-source_blender_blenloader_intern_writefile_c,v
retrieving revision 1.7
diff -u -p -r1.7 patch-source_blender_blenloader_intern_writefile_c
--- patches/patch-source_blender_blenloader_intern_writefile_c  14 May 2012 
18:31:43 -0000      1.7
+++ patches/patch-source_blender_blenloader_intern_writefile_c  12 Oct 2012 
20:51:12 -0000
@@ -1,12 +1,12 @@
 $OpenBSD: patch-source_blender_blenloader_intern_writefile_c,v 1.7 2012/05/14 
18:31:43 pascal Exp $
---- source/blender/blenloader/intern/writefile.c.orig  Thu May 10 16:51:00 2012
-+++ source/blender/blenloader/intern/writefile.c       Mon May 14 17:42:06 2012
-@@ -2898,7 +2898,7 @@ int BLO_write_file(Main *mainvar, const char *filepath
+--- source/blender/blenloader/intern/writefile.c.orig  Tue Oct  9 20:40:20 2012
++++ source/blender/blenloader/intern/writefile.c       Fri Oct 12 18:06:31 2012
+@@ -3020,7 +3020,7 @@ int BLO_write_file(Main *mainvar, const char *filepath
        /* open temporary file, so we preserve the original in case we crash */
        BLI_snprintf(tempname, sizeof(tempname), "%s@", filepath);
  
--      file = BLI_open(tempname,O_BINARY+O_WRONLY+O_CREAT+O_TRUNC, 0666);
-+      file = BLI_open(tempname,O_BINARY|O_WRONLY|O_CREAT|O_TRUNC, 0666);
+-      file = BLI_open(tempname, O_BINARY+O_WRONLY+O_CREAT+O_TRUNC, 0666);
++      file = BLI_open(tempname, O_BINARY|O_WRONLY|O_CREAT|O_TRUNC, 0666);
        if (file == -1) {
                BKE_reportf(reports, RPT_ERROR, "Can't open file %s for 
writing: %s.", tempname, strerror(errno));
                return 0;
Index: patches/patch-source_blender_imbuf_intern_openexr_CMakeLists_txt
===================================================================
RCS file: 
/cvs/ports/graphics/blender/patches/patch-source_blender_imbuf_intern_openexr_CMakeLists_txt,v
retrieving revision 1.1
diff -u -p -r1.1 patch-source_blender_imbuf_intern_openexr_CMakeLists_txt
--- patches/patch-source_blender_imbuf_intern_openexr_CMakeLists_txt    26 Feb 
2012 20:37:26 -0000      1.1
+++ patches/patch-source_blender_imbuf_intern_openexr_CMakeLists_txt    12 Oct 
2012 20:51:12 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-source_blender_imbuf_intern_openexr_CMakeLists_txt,v 1.1 
2012/02/26 20:37:26 pascal Exp $
---- source/blender/imbuf/intern/openexr/CMakeLists.txt.orig    Tue Dec 13 
20:50:35 2011
-+++ source/blender/imbuf/intern/openexr/CMakeLists.txt Thu Dec 15 11:37:07 2011
-@@ -42,7 +42,7 @@ set(SRC
+--- source/blender/imbuf/intern/openexr/CMakeLists.txt.orig    Tue Oct  9 
20:40:03 2012
++++ source/blender/imbuf/intern/openexr/CMakeLists.txt Fri Oct 12 18:01:14 2012
+@@ -43,7 +43,7 @@ set(SRC
  )
  
  if(WITH_IMAGE_OPENEXR)
Index: patches/patch-source_blender_render_intern_source_shadbuf_c
===================================================================
RCS file: 
/cvs/ports/graphics/blender/patches/patch-source_blender_render_intern_source_shadbuf_c,v
retrieving revision 1.6
diff -u -p -r1.6 patch-source_blender_render_intern_source_shadbuf_c
--- patches/patch-source_blender_render_intern_source_shadbuf_c 7 May 2012 
15:45:42 -0000       1.6
+++ patches/patch-source_blender_render_intern_source_shadbuf_c 12 Oct 2012 
20:51:12 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-source_blender_render_intern_source_shadbuf_c,v 1.6 2012/05/07 
15:45:42 pascal Exp $
---- source/blender/render/intern/source/shadbuf.c.orig Thu Apr 26 22:48:08 2012
-+++ source/blender/render/intern/source/shadbuf.c      Mon Apr 30 23:03:53 2012
-@@ -1038,7 +1038,7 @@ static float readshadowbuf(ShadBuf *shb, ShadSampleBuf
+--- source/blender/render/intern/source/shadbuf.c.orig Tue Oct  9 20:38:25 2012
++++ source/blender/render/intern/source/shadbuf.c      Fri Oct 12 18:01:14 2012
+@@ -1041,7 +1041,7 @@ static float readshadowbuf(ShadBuf *shb, ShadSampleBuf
  {
        float temp;
        int *rz, ofs;
@@ -10,7 +10,7 @@ $OpenBSD: patch-source_blender_render_in
        char *ct, *cz;
  
        /* simpleclip */
-@@ -1067,7 +1067,7 @@ static float readshadowbuf(ShadBuf *shb, ShadSampleBuf
+@@ -1070,7 +1070,7 @@ static float readshadowbuf(ShadBuf *shb, ShadSampleBuf
        else if (*ct==2) {
                ct= ((char *)rz);
                ct+= 4+2*16*(ys & 15)+2*(xs & 15);
@@ -19,7 +19,7 @@ $OpenBSD: patch-source_blender_render_in
        
                cz= (char *)&zsamp;
                cz[BCOMP]= ct[0];
-@@ -1076,7 +1076,7 @@ static float readshadowbuf(ShadBuf *shb, ShadSampleBuf
+@@ -1079,7 +1079,7 @@ static float readshadowbuf(ShadBuf *shb, ShadSampleBuf
        else if (*ct==1) {
                ct= ((char *)rz);
                ct+= 4+16*(ys & 15)+(xs & 15);
@@ -28,7 +28,7 @@ $OpenBSD: patch-source_blender_render_in
  
                cz= (char *)&zsamp;
                cz[GCOMP]= ct[0];
-@@ -1225,7 +1225,8 @@ static float readshadowbuf_halo(ShadBuf *shb, ShadSamp
+@@ -1228,7 +1228,8 @@ static float readshadowbuf_halo(ShadBuf *shb, ShadSamp
  {
        float temp;
        int *rz, ofs;
@@ -38,7 +38,7 @@ $OpenBSD: patch-source_blender_render_in
        char *ct, *cz;
  
        /* negative! The other side is more important */
-@@ -1251,7 +1252,7 @@ static float readshadowbuf_halo(ShadBuf *shb, ShadSamp
+@@ -1254,7 +1255,7 @@ static float readshadowbuf_halo(ShadBuf *shb, ShadSamp
        else if (*ct==2) {
                ct= ((char *)rz);
                ct+= 4+2*16*(ys & 15)+2*(xs & 15);
@@ -47,7 +47,7 @@ $OpenBSD: patch-source_blender_render_in
        
                cz= (char *)&zsamp;
                cz[BCOMP]= ct[0];
-@@ -1260,7 +1261,7 @@ static float readshadowbuf_halo(ShadBuf *shb, ShadSamp
+@@ -1263,7 +1264,7 @@ static float readshadowbuf_halo(ShadBuf *shb, ShadSamp
        else if (*ct==1) {
                ct= ((char *)rz);
                ct+= 4+16*(ys & 15)+(xs & 15);
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/graphics/blender/pkg/PLIST,v
retrieving revision 1.14
diff -u -p -r1.14 PLIST
--- pkg/PLIST   14 May 2012 18:31:43 -0000      1.14
+++ pkg/PLIST   12 Oct 2012 20:51:13 -0000
@@ -8,9 +8,9 @@ bin/blender-thumbnailer
 share/applications/blender.desktop
 share/blender/
 share/blender/datafiles/
-share/blender/datafiles/.Bfont
 share/blender/datafiles/DejaVuSans-Lite.sfd.bz2
 share/blender/datafiles/LICENSE-bfont.ttf.txt
+share/blender/datafiles/bfont.pfb
 share/blender/datafiles/bfont.ttf
 share/blender/datafiles/blender_icons.png
 share/blender/datafiles/bmonofont.ttf
@@ -30,6 +30,7 @@ share/blender/datafiles/brushicons/grab.
 share/blender/datafiles/brushicons/inflate.png
 share/blender/datafiles/brushicons/layer.png
 share/blender/datafiles/brushicons/lighten.png
+share/blender/datafiles/brushicons/mask.png
 share/blender/datafiles/brushicons/mix.png
 share/blender/datafiles/brushicons/multiply.png
 share/blender/datafiles/brushicons/nudge.png
@@ -44,6 +45,27 @@ share/blender/datafiles/brushicons/texdr
 share/blender/datafiles/brushicons/thumb.png
 share/blender/datafiles/brushicons/twist.png
 share/blender/datafiles/brushicons/vertexdraw.png
+share/blender/datafiles/colormanagement/
+share/blender/datafiles/colormanagement/config.ocio
+share/blender/datafiles/colormanagement/luts/
+share/blender/datafiles/colormanagement/luts/aces_to_xyz.spimtx
+share/blender/datafiles/colormanagement/luts/adx_adx10_to_cdd.spimtx
+share/blender/datafiles/colormanagement/luts/adx_cdd_to_cid.spimtx
+share/blender/datafiles/colormanagement/luts/adx_cid_to_rle.spi1d
+share/blender/datafiles/colormanagement/luts/adx_exp_to_aces.spimtx
+share/blender/datafiles/colormanagement/luts/colorworks_filmlg_to_p3.3dl
+share/blender/datafiles/colormanagement/luts/dci_xyz.spi1d
+share/blender/datafiles/colormanagement/luts/lg10.spi1d
+share/blender/datafiles/colormanagement/luts/rec709.spi1d
+share/blender/datafiles/colormanagement/luts/rec709_to_aces.spimtx
+share/blender/datafiles/colormanagement/luts/rrt_ut33_dcdm.spi3d
+share/blender/datafiles/colormanagement/luts/rrt_ut33_p3dci.spi3d
+share/blender/datafiles/colormanagement/luts/rrt_ut33_rec709.spi3d
+share/blender/datafiles/colormanagement/luts/rrt_ut33_sRGB.spi3d
+share/blender/datafiles/colormanagement/luts/spi_ocio_srgb_test.spi3d
+share/blender/datafiles/colormanagement/luts/srgb.spi1d
+share/blender/datafiles/colormanagement/luts/srgb_to_xyz.spimtx
+share/blender/datafiles/colormanagement/luts/vd16.spi1d
 share/blender/datafiles/ctodata.py
 share/blender/datafiles/datatoc.py
 share/blender/datafiles/fonts/
@@ -82,9 +104,15 @@ share/blender/datafiles/locale/fi/LC_MES
 share/blender/datafiles/locale/fr/
 share/blender/datafiles/locale/fr/LC_MESSAGES/
 share/blender/datafiles/locale/fr/LC_MESSAGES/blender.mo
+share/blender/datafiles/locale/he/
+share/blender/datafiles/locale/he/LC_MESSAGES/
+share/blender/datafiles/locale/he/LC_MESSAGES/blender.mo
 share/blender/datafiles/locale/hr/
 share/blender/datafiles/locale/hr/LC_MESSAGES/
 share/blender/datafiles/locale/hr/LC_MESSAGES/blender.mo
+share/blender/datafiles/locale/hu/
+share/blender/datafiles/locale/hu/LC_MESSAGES/
+share/blender/datafiles/locale/hu/LC_MESSAGES/blender.mo
 share/blender/datafiles/locale/id/
 share/blender/datafiles/locale/id/LC_MESSAGES/
 share/blender/datafiles/locale/id/LC_MESSAGES/blender.mo
@@ -100,12 +128,18 @@ share/blender/datafiles/locale/ky/LC_MES
 share/blender/datafiles/locale/ne/
 share/blender/datafiles/locale/ne/LC_MESSAGES/
 share/blender/datafiles/locale/ne/LC_MESSAGES/blender.mo
+share/blender/datafiles/locale/nl/
+share/blender/datafiles/locale/nl/LC_MESSAGES/
+share/blender/datafiles/locale/nl/LC_MESSAGES/blender.mo
 share/blender/datafiles/locale/pl/
 share/blender/datafiles/locale/pl/LC_MESSAGES/
 share/blender/datafiles/locale/pl/LC_MESSAGES/blender.mo
 share/blender/datafiles/locale/pt/
 share/blender/datafiles/locale/pt/LC_MESSAGES/
 share/blender/datafiles/locale/pt/LC_MESSAGES/blender.mo
+share/blender/datafiles/locale/pt_BR/
+share/blender/datafiles/locale/pt_BR/LC_MESSAGES/
+share/blender/datafiles/locale/pt_BR/LC_MESSAGES/blender.mo
 share/blender/datafiles/locale/ru/
 share/blender/datafiles/locale/ru/LC_MESSAGES/
 share/blender/datafiles/locale/ru/LC_MESSAGES/blender.mo
@@ -131,11 +165,16 @@ share/blender/datafiles/locale/zh_TW/
 share/blender/datafiles/locale/zh_TW/LC_MESSAGES/
 share/blender/datafiles/locale/zh_TW/LC_MESSAGES/blender.mo
 share/blender/datafiles/preview.blend
-share/blender/datafiles/prvicons
+share/blender/datafiles/prvicons.png
 share/blender/datafiles/splash.png
+share/blender/datafiles/startup.blend
 share/blender/scripts/
 share/blender/scripts/addons/
-share/blender/scripts/addons/add_curve_aceous_galore.py
+share/blender/scripts/addons/add_curve_extra_objects/
+share/blender/scripts/addons/add_curve_extra_objects/__init__.py
+share/blender/scripts/addons/add_curve_extra_objects/add_curve_aceous_galore.py
+share/blender/scripts/addons/add_curve_extra_objects/add_curve_spirals.py
+share/blender/scripts/addons/add_curve_extra_objects/add_curve_torus_knots.py
 share/blender/scripts/addons/add_curve_ivygen.py
 share/blender/scripts/addons/add_curve_sapling/
 share/blender/scripts/addons/add_curve_sapling/__init__.py
@@ -145,7 +184,6 @@ share/blender/scripts/addons/add_curve_s
 share/blender/scripts/addons/add_curve_sapling/presets/quaking_aspen.py
 share/blender/scripts/addons/add_curve_sapling/presets/weeping_willow.py
 share/blender/scripts/addons/add_curve_sapling/utils.py
-share/blender/scripts/addons/add_curve_torus_knots.py
 share/blender/scripts/addons/add_mesh_BoltFactory/
 share/blender/scripts/addons/add_mesh_BoltFactory/Boltfactory.py
 share/blender/scripts/addons/add_mesh_BoltFactory/__init__.py
@@ -177,7 +215,6 @@ share/blender/scripts/addons/add_mesh_pi
 share/blender/scripts/addons/add_mesh_solid.py
 share/blender/scripts/addons/animation_add_corrective_shape_key.py
 share/blender/scripts/addons/animation_animall.py
-share/blender/scripts/addons/animation_rotobezier.py
 share/blender/scripts/addons/curve_simplify.py
 share/blender/scripts/addons/cycles/
 share/blender/scripts/addons/cycles/__init__.py
@@ -216,6 +253,28 @@ share/blender/scripts/addons/io_curve_sv
 share/blender/scripts/addons/io_curve_svg/svg_colors.py
 share/blender/scripts/addons/io_export_after_effects.py
 share/blender/scripts/addons/io_export_directx_x.py
+share/blender/scripts/addons/io_export_dxf/
+share/blender/scripts/addons/io_export_dxf/__init__.py
+share/blender/scripts/addons/io_export_dxf/draw_blenders/
+share/blender/scripts/addons/io_export_dxf/draw_blenders/__init__.py
+share/blender/scripts/addons/io_export_dxf/export_dxf.py
+share/blender/scripts/addons/io_export_dxf/model/
+share/blender/scripts/addons/io_export_dxf/model/__init__.py
+share/blender/scripts/addons/io_export_dxf/model/dxfLibrary.py
+share/blender/scripts/addons/io_export_dxf/model/migiusModel.py
+share/blender/scripts/addons/io_export_dxf/model/model.py
+share/blender/scripts/addons/io_export_dxf/operator.py
+share/blender/scripts/addons/io_export_dxf/primitive_exporters/
+share/blender/scripts/addons/io_export_dxf/primitive_exporters/__init__.py
+share/blender/scripts/addons/io_export_dxf/primitive_exporters/base_exporter.py
+share/blender/scripts/addons/io_export_dxf/primitive_exporters/camera_exporter.py
+share/blender/scripts/addons/io_export_dxf/primitive_exporters/curve_exporter.py
+share/blender/scripts/addons/io_export_dxf/primitive_exporters/empty_exporter.py
+share/blender/scripts/addons/io_export_dxf/primitive_exporters/insert_exporter.py
+share/blender/scripts/addons/io_export_dxf/primitive_exporters/lamp_exporter.py
+share/blender/scripts/addons/io_export_dxf/primitive_exporters/mesh_exporter.py
+share/blender/scripts/addons/io_export_dxf/primitive_exporters/text_exporter.py
+share/blender/scripts/addons/io_export_dxf/primitive_exporters/viewborder_exporter.py
 share/blender/scripts/addons/io_export_pc2.py
 share/blender/scripts/addons/io_export_unreal_psk_psa.py
 share/blender/scripts/addons/io_import_gimp_image_to_scene.py
@@ -253,9 +312,6 @@ share/blender/scripts/addons/io_scene_3d
 share/blender/scripts/addons/io_scene_fbx/
 share/blender/scripts/addons/io_scene_fbx/__init__.py
 share/blender/scripts/addons/io_scene_fbx/export_fbx.py
-share/blender/scripts/addons/io_scene_m3/
-share/blender/scripts/addons/io_scene_m3/__init__.py
-share/blender/scripts/addons/io_scene_m3/import_m3.py
 share/blender/scripts/addons/io_scene_map/
 share/blender/scripts/addons/io_scene_map/__init__.py
 share/blender/scripts/addons/io_scene_map/export_map.py
@@ -281,6 +337,7 @@ share/blender/scripts/addons/mesh_inset/
 share/blender/scripts/addons/mesh_inset/model.py
 share/blender/scripts/addons/mesh_inset/offset.py
 share/blender/scripts/addons/mesh_inset/triquad.py
+share/blender/scripts/addons/mesh_looptools.py
 share/blender/scripts/addons/mesh_relax.py
 share/blender/scripts/addons/mocap/
 share/blender/scripts/addons/mocap/__init__.py
@@ -297,6 +354,7 @@ share/blender/scripts/addons/modules/ext
 share/blender/scripts/addons/modules/extensions_framework/validate.py
 share/blender/scripts/addons/modules/geometry_utils.py
 share/blender/scripts/addons/modules/misc_utils.py
+share/blender/scripts/addons/modules/rna_wiki_reference.py
 share/blender/scripts/addons/modules/selection_utils.py
 share/blender/scripts/addons/modules/ui_utils.py
 share/blender/scripts/addons/netrender/
@@ -353,6 +411,10 @@ share/blender/scripts/addons/object_frac
 share/blender/scripts/addons/object_fracture/data.blend
 share/blender/scripts/addons/object_fracture/fracture_ops.py
 share/blender/scripts/addons/object_fracture/fracture_setup.py
+share/blender/scripts/addons/object_fracture_cell/
+share/blender/scripts/addons/object_fracture_cell/__init__.py
+share/blender/scripts/addons/object_fracture_cell/fracture_cell_calc.py
+share/blender/scripts/addons/object_fracture_cell/fracture_cell_setup.py
 share/blender/scripts/addons/object_grease_scatter.py
 share/blender/scripts/addons/paint_palette.py
 share/blender/scripts/addons/render_copy_settings/
@@ -365,7 +427,16 @@ share/blender/scripts/addons/render_povr
 share/blender/scripts/addons/render_povray/render.py
 share/blender/scripts/addons/render_povray/ui.py
 share/blender/scripts/addons/render_povray/update_files.py
-share/blender/scripts/addons/render_renderfarmfi.py
+share/blender/scripts/addons/render_renderfarmfi/
+share/blender/scripts/addons/render_renderfarmfi/__init__.py
+share/blender/scripts/addons/render_renderfarmfi/exceptions.py
+share/blender/scripts/addons/render_renderfarmfi/operators.py
+share/blender/scripts/addons/render_renderfarmfi/ore_session.py
+share/blender/scripts/addons/render_renderfarmfi/panels.py
+share/blender/scripts/addons/render_renderfarmfi/prepare.py
+share/blender/scripts/addons/render_renderfarmfi/rpc.py
+share/blender/scripts/addons/render_renderfarmfi/upload.py
+share/blender/scripts/addons/render_renderfarmfi/utils.py
 share/blender/scripts/addons/rigify/
 share/blender/scripts/addons/rigify/CREDITS
 share/blender/scripts/addons/rigify/README
@@ -420,9 +491,243 @@ share/blender/scripts/addons/system_demo
 share/blender/scripts/addons/system_demo_mode/demo_mode.py
 share/blender/scripts/addons/system_property_chart.py
 share/blender/scripts/addons/texture_paint_layer_manager.py
+share/blender/scripts/addons/ui_translate/
+share/blender/scripts/addons/ui_translate/__init__.py
+share/blender/scripts/addons/ui_translate/utils.py
+share/blender/scripts/addons_contrib/
+share/blender/scripts/addons_contrib/add_mesh_building_objects/
+share/blender/scripts/addons_contrib/add_mesh_building_objects/Blocks.py
+share/blender/scripts/addons_contrib/add_mesh_building_objects/Wallfactory.py
+share/blender/scripts/addons_contrib/add_mesh_building_objects/__init__.py
+share/blender/scripts/addons_contrib/add_mesh_building_objects/add_mesh_balcony.py
+share/blender/scripts/addons_contrib/add_mesh_building_objects/add_mesh_beam_builder.py
+share/blender/scripts/addons_contrib/add_mesh_building_objects/add_mesh_sove.py
+share/blender/scripts/addons_contrib/add_mesh_building_objects/add_mesh_window.py
+share/blender/scripts/addons_contrib/add_mesh_building_objects/general.py
+share/blender/scripts/addons_contrib/add_mesh_building_objects/post.py
+share/blender/scripts/addons_contrib/add_mesh_building_objects/rail.py
+share/blender/scripts/addons_contrib/add_mesh_building_objects/retainer.py
+share/blender/scripts/addons_contrib/add_mesh_building_objects/stairbuilder.py
+share/blender/scripts/addons_contrib/add_mesh_building_objects/stringer.py
+share/blender/scripts/addons_contrib/add_mesh_building_objects/tread.py
+share/blender/scripts/addons_contrib/add_mesh_chain_rope/
+share/blender/scripts/addons_contrib/add_mesh_chain_rope/__init__.py
+share/blender/scripts/addons_contrib/add_mesh_chain_rope/oscurart_chain_maker.py
+share/blender/scripts/addons_contrib/add_mesh_chain_rope/oscurart_rope_maker.py
+share/blender/scripts/addons_contrib/add_mesh_clusters/
+share/blender/scripts/addons_contrib/add_mesh_clusters/__init__.py
+share/blender/scripts/addons_contrib/add_mesh_clusters/add_mesh_cluster.py
+share/blender/scripts/addons_contrib/add_mesh_rocks/
+share/blender/scripts/addons_contrib/add_mesh_rocks/__init__.py
+share/blender/scripts/addons_contrib/add_mesh_rocks/add_mesh_rocks.xml
+share/blender/scripts/addons_contrib/add_mesh_rocks/factory.xml
+share/blender/scripts/addons_contrib/add_mesh_rocks/rockgen.py
+share/blender/scripts/addons_contrib/add_mesh_rocks/settings.py
+share/blender/scripts/addons_contrib/add_mesh_rocks/utils.py
+share/blender/scripts/addons_contrib/add_scene_elements/
+share/blender/scripts/addons_contrib/add_scene_elements/__init__.py
+share/blender/scripts/addons_contrib/add_scene_elements/scene_camera.py
+share/blender/scripts/addons_contrib/add_scene_elements/scene_lighting.py
+share/blender/scripts/addons_contrib/add_scene_elements/scene_materials.py
+share/blender/scripts/addons_contrib/add_scene_elements/scene_objects.py
+share/blender/scripts/addons_contrib/add_scene_elements/scene_objects_cycles.py
+share/blender/scripts/addons_contrib/anim_selection_sets.py
+share/blender/scripts/addons_contrib/animation_motion_trail.py
+share/blender/scripts/addons_contrib/btrace/
+share/blender/scripts/addons_contrib/btrace/__init__.py
+share/blender/scripts/addons_contrib/btrace/bTrace.py
+share/blender/scripts/addons_contrib/cmu_mocap_browser/
+share/blender/scripts/addons_contrib/cmu_mocap_browser/__init__.py
+share/blender/scripts/addons_contrib/cmu_mocap_browser/library.py
+share/blender/scripts/addons_contrib/cursor_control/
+share/blender/scripts/addons_contrib/cursor_control/__init__.py
+share/blender/scripts/addons_contrib/cursor_control/data.py
+share/blender/scripts/addons_contrib/cursor_control/history.py
+share/blender/scripts/addons_contrib/cursor_control/memory.py
+share/blender/scripts/addons_contrib/cursor_control/operators.py
+share/blender/scripts/addons_contrib/cursor_control/ui.py
+share/blender/scripts/addons_contrib/curve_tools.py
+share/blender/scripts/addons_contrib/development_class_viewer.py
+share/blender/scripts/addons_contrib/game_engine_ragdolls_kit/
+share/blender/scripts/addons_contrib/game_engine_ragdolls_kit/__init__.py
+share/blender/scripts/addons_contrib/game_engine_ragdolls_kit/brik.py
+share/blender/scripts/addons_contrib/game_engine_ragdolls_kit/brik_funcs.py
+share/blender/scripts/addons_contrib/game_engine_ragdolls_kit/templates/
+share/blender/scripts/addons_contrib/game_engine_ragdolls_kit/templates/brik_init_ragdoll.py
+share/blender/scripts/addons_contrib/game_engine_ragdolls_kit/templates/brik_load.py
+share/blender/scripts/addons_contrib/game_engine_ragdolls_kit/templates/brik_spawn.py
+share/blender/scripts/addons_contrib/geodesic_domes/
+share/blender/scripts/addons_contrib/geodesic_domes/__init__.py
+share/blender/scripts/addons_contrib/geodesic_domes/add_shape_geodesic.py
+share/blender/scripts/addons_contrib/geodesic_domes/forms_259.py
+share/blender/scripts/addons_contrib/geodesic_domes/geodesic_classes_259.py
+share/blender/scripts/addons_contrib/geodesic_domes/read_me.txt
+share/blender/scripts/addons_contrib/geodesic_domes/third_domes_panel.py
+share/blender/scripts/addons_contrib/geodesic_domes/tmp/
+share/blender/scripts/addons_contrib/geodesic_domes/tmp/GD_0.GD
+share/blender/scripts/addons_contrib/geodesic_domes/tmp/GD_start.GD
+share/blender/scripts/addons_contrib/geodesic_domes/vefm_259.py
+share/blender/scripts/addons_contrib/gpencil_retopo/
+share/blender/scripts/addons_contrib/gpencil_retopo/__init__.py
+share/blender/scripts/addons_contrib/gpencil_retopo/retopo.py
+share/blender/scripts/addons_contrib/gyes/
+share/blender/scripts/addons_contrib/gyes/__init__.py
+share/blender/scripts/addons_contrib/gyes/random_material_generator.py
+share/blender/scripts/addons_contrib/gyes/random_texture_generator.py
+share/blender/scripts/addons_contrib/io_directx_bel/
+share/blender/scripts/addons_contrib/io_directx_bel/README
+share/blender/scripts/addons_contrib/io_directx_bel/__init__.py
+share/blender/scripts/addons_contrib/io_directx_bel/bel/
+share/blender/scripts/addons_contrib/io_directx_bel/bel/__init__.py
+share/blender/scripts/addons_contrib/io_directx_bel/bel/fs.py
+share/blender/scripts/addons_contrib/io_directx_bel/bel/image.py
+share/blender/scripts/addons_contrib/io_directx_bel/bel/material.py
+share/blender/scripts/addons_contrib/io_directx_bel/bel/mesh.py
+share/blender/scripts/addons_contrib/io_directx_bel/bel/ob.py
+share/blender/scripts/addons_contrib/io_directx_bel/bel/uv.py
+share/blender/scripts/addons_contrib/io_directx_bel/import_x.py
+share/blender/scripts/addons_contrib/io_directx_bel/templates_x.py
+share/blender/scripts/addons_contrib/io_export_marmalade.py
+share/blender/scripts/addons_contrib/io_export_md3.py
+share/blender/scripts/addons_contrib/io_import_BrushSet.py
+share/blender/scripts/addons_contrib/io_import_LRO_Lola_MGS_Mola_img.py
+share/blender/scripts/addons_contrib/io_import_fbx.py
+share/blender/scripts/addons_contrib/io_import_lipSync_Importer.py
+share/blender/scripts/addons_contrib/io_import_voodoo_camera.py
+share/blender/scripts/addons_contrib/io_mesh_xyz/
+share/blender/scripts/addons_contrib/io_mesh_xyz/__init__.py
+share/blender/scripts/addons_contrib/io_mesh_xyz/atom_info.dat
+share/blender/scripts/addons_contrib/io_mesh_xyz/import_xyz.py
+share/blender/scripts/addons_contrib/io_points_pcd/
+share/blender/scripts/addons_contrib/io_points_pcd/__init__.py
+share/blender/scripts/addons_contrib/io_points_pcd/pcd_utils.py
+share/blender/scripts/addons_contrib/io_points_pcd/pcdparser.py
+share/blender/scripts/addons_contrib/io_points_pcd/test.pcd
+share/blender/scripts/addons_contrib/io_scene_cod/
+share/blender/scripts/addons_contrib/io_scene_cod/__init__.py
+share/blender/scripts/addons_contrib/io_scene_cod/export_xanim.py
+share/blender/scripts/addons_contrib/io_scene_cod/export_xmodel.py
+share/blender/scripts/addons_contrib/io_scene_cod/import_xanim.py
+share/blender/scripts/addons_contrib/io_scene_cod/import_xmodel.py
+share/blender/scripts/addons_contrib/io_scene_m3/
+share/blender/scripts/addons_contrib/io_scene_m3/__init__.py
+share/blender/scripts/addons_contrib/io_scene_m3/import_m3.py
+share/blender/scripts/addons_contrib/io_scene_ms3d/
+share/blender/scripts/addons_contrib/io_scene_ms3d/__README__.txt
+share/blender/scripts/addons_contrib/io_scene_ms3d/__init__.py
+share/blender/scripts/addons_contrib/io_scene_ms3d/ms3d_export.py
+share/blender/scripts/addons_contrib/io_scene_ms3d/ms3d_import.py
+share/blender/scripts/addons_contrib/io_scene_ms3d/ms3d_spec.py
+share/blender/scripts/addons_contrib/io_scene_ms3d/ms3d_strings.py
+share/blender/scripts/addons_contrib/io_scene_ms3d/ms3d_ui.py
+share/blender/scripts/addons_contrib/io_scene_ms3d/ms3d_utils.py
+share/blender/scripts/addons_contrib/io_scene_open_street_map.py
+share/blender/scripts/addons_contrib/io_scene_x/
+share/blender/scripts/addons_contrib/io_scene_x/__init__.py
+share/blender/scripts/addons_contrib/io_scene_x/export_x.py
+share/blender/scripts/addons_contrib/io_sequencer_edl/
+share/blender/scripts/addons_contrib/io_sequencer_edl/import_edl.py
+share/blender/scripts/addons_contrib/lamp_geographical_sun.py
+share/blender/scripts/addons_contrib/mesh_copy_uvs_from_joined.py
+share/blender/scripts/addons_contrib/mesh_discombobulator.py
+share/blender/scripts/addons_contrib/mesh_edge_intersection_tools.py
+share/blender/scripts/addons_contrib/mesh_edgetools.py
+share/blender/scripts/addons_contrib/mesh_extra_tools/
+share/blender/scripts/addons_contrib/mesh_extra_tools/__init__.py
+share/blender/scripts/addons_contrib/mesh_extra_tools/face_inset_fillet.py
+share/blender/scripts/addons_contrib/mesh_extra_tools/mesh_bevel_round.py
+share/blender/scripts/addons_contrib/mesh_extra_tools/mesh_bevel_witold.py
+share/blender/scripts/addons_contrib/mesh_extra_tools/mesh_bump.py
+share/blender/scripts/addons_contrib/mesh_extra_tools/mesh_extras.py
+share/blender/scripts/addons_contrib/mesh_extra_tools/mesh_filletplus.py
+share/blender/scripts/addons_contrib/mesh_extra_tools/mesh_mextrude_plus.py
+share/blender/scripts/addons_contrib/mesh_extra_tools/mesh_normal_smooth.py
+share/blender/scripts/addons_contrib/mesh_extra_tools/mesh_polyredux.py
+share/blender/scripts/addons_contrib/mesh_extra_tools/mesh_vertex_chamfer.py
+share/blender/scripts/addons_contrib/mesh_extrude_along_curve.py
+share/blender/scripts/addons_contrib/mesh_face_info_select.py
+share/blender/scripts/addons_contrib/mesh_fiber.py
+share/blender/scripts/addons_contrib/mesh_insert_edge_ring.py
+share/blender/scripts/addons_contrib/mesh_select_vertex_groups.py
+share/blender/scripts/addons_contrib/mesh_show_vgroup_weights.py
+share/blender/scripts/addons_contrib/mesh_vertex_slide.py
+share/blender/scripts/addons_contrib/object_batch_rename_datablocks.py
+share/blender/scripts/addons_contrib/object_creaprim.py
+share/blender/scripts/addons_contrib/object_drop_to_ground.py
+share/blender/scripts/addons_contrib/object_edit_linked.py
+share/blender/scripts/addons_contrib/object_laplace_lightning.py
+share/blender/scripts/addons_contrib/object_mangle_tools.py
+share/blender/scripts/addons_contrib/object_powerlib.py
+share/blender/scripts/addons_contrib/object_render_wire.py
+share/blender/scripts/addons_contrib/oscurart_futurism.py
+share/blender/scripts/addons_contrib/oscurart_mesh_thread.py
+share/blender/scripts/addons_contrib/oscurart_tools.py
+share/blender/scripts/addons_contrib/particle_hair_lab.py
+share/blender/scripts/addons_contrib/presets/
+share/blender/scripts/addons_contrib/presets/interface_theme/
+share/blender/scripts/addons_contrib/presets/interface_theme/3ds_max.xml
+share/blender/scripts/addons_contrib/presets/interface_theme/default.xml
+share/blender/scripts/addons_contrib/presets/interface_theme/maya.xml
+share/blender/scripts/addons_contrib/presets/interface_theme/modo.xml
+share/blender/scripts/addons_contrib/presets/interface_theme/pinkified.xml
+share/blender/scripts/addons_contrib/presets/interface_theme/softblend.xml
+share/blender/scripts/addons_contrib/presets/interface_theme/softdefault.xml
+share/blender/scripts/addons_contrib/presets/interface_theme/toxic.xml
+share/blender/scripts/addons_contrib/presets/interface_theme/zbrush.xml
+share/blender/scripts/addons_contrib/presets/keyconfig/
+share/blender/scripts/addons_contrib/presets/keyconfig/blender_2012_experimental.py
+share/blender/scripts/addons_contrib/render_auto_save.py
+share/blender/scripts/addons_contrib/render_clay.py
+share/blender/scripts/addons_contrib/render_time.py
+share/blender/scripts/addons_contrib/render_to_print.py
+share/blender/scripts/addons_contrib/sequencer_extra_actions/
+share/blender/scripts/addons_contrib/sequencer_extra_actions/__init__.py
+share/blender/scripts/addons_contrib/sequencer_extra_actions/functions.py
+share/blender/scripts/addons_contrib/sequencer_extra_actions/operators_extra_actions.py
+share/blender/scripts/addons_contrib/sequencer_extra_actions/operators_recursive.py
+share/blender/scripts/addons_contrib/sequencer_extra_actions/ui.py
+share/blender/scripts/addons_contrib/sequencer_jumptocut.py
+share/blender/scripts/addons_contrib/sequencer_tools/
+share/blender/scripts/addons_contrib/sequencer_tools/__init__.py
+share/blender/scripts/addons_contrib/sequencer_tools/export_strips.py
+share/blender/scripts/addons_contrib/space_view3d_add_surround_cameras.py
+share/blender/scripts/addons_contrib/space_view3d_enhanced_3d_cursor.py
+share/blender/scripts/addons_contrib/space_view3d_game_props_visualiser.py
+share/blender/scripts/addons_contrib/space_view3d_library_hide.py
+share/blender/scripts/addons_contrib/space_view3d_manipulator_Menu.py
+share/blender/scripts/addons_contrib/space_view3d_multiselect_menu.py
+share/blender/scripts/addons_contrib/space_view3d_objects_panel.py
+share/blender/scripts/addons_contrib/space_view3d_paint_bprojection.py
+share/blender/scripts/addons_contrib/space_view3d_quickPrefs.py
+share/blender/scripts/addons_contrib/space_view3d_simple_align.py
+share/blender/scripts/addons_contrib/system_keyboard_svg.py
+share/blender/scripts/addons_contrib/system_project_folder.py
+share/blender/scripts/addons_contrib/text_editor_pasteall.py
+share/blender/scripts/addons_contrib/text_intellisense.py
+share/blender/scripts/addons_contrib/ui_layer_manager.py
+share/blender/scripts/addons_contrib/uv_bake_texture_to_vcols.py
+share/blender/scripts/addons_contrib/wetted_mesh.py
 share/blender/scripts/modules/
 share/blender/scripts/modules/addon_utils.py
 share/blender/scripts/modules/animsys_refactor.py
+share/blender/scripts/modules/bl_i18n_utils/
+share/blender/scripts/modules/bl_i18n_utils/__init__.py
+share/blender/scripts/modules/bl_i18n_utils/bl_process_msg.py
+share/blender/scripts/modules/bl_i18n_utils/check_po.py
+share/blender/scripts/modules/bl_i18n_utils/clean_po.py
+share/blender/scripts/modules/bl_i18n_utils/import_po_from_branches.py
+share/blender/scripts/modules/bl_i18n_utils/merge_po.py
+share/blender/scripts/modules/bl_i18n_utils/rtl_preprocess.py
+share/blender/scripts/modules/bl_i18n_utils/settings.py
+share/blender/scripts/modules/bl_i18n_utils/spell_check_utils.py
+share/blender/scripts/modules/bl_i18n_utils/update_branches.py
+share/blender/scripts/modules/bl_i18n_utils/update_mo.py
+share/blender/scripts/modules/bl_i18n_utils/update_msg.py
+share/blender/scripts/modules/bl_i18n_utils/update_po.py
+share/blender/scripts/modules/bl_i18n_utils/update_pot.py
+share/blender/scripts/modules/bl_i18n_utils/update_trunk.py
+share/blender/scripts/modules/bl_i18n_utils/user_settings.py
+share/blender/scripts/modules/bl_i18n_utils/utils.py
 share/blender/scripts/modules/blend_render_info.py
 share/blender/scripts/modules/bpy/
 share/blender/scripts/modules/bpy/__init__.py
@@ -528,6 +833,10 @@ share/blender/scripts/presets/interface_
 share/blender/scripts/presets/interface_theme/ubuntu_ambiance.xml
 share/blender/scripts/presets/keyconfig/
 share/blender/scripts/presets/keyconfig/maya.py
+share/blender/scripts/presets/operator/
+share/blender/scripts/presets/operator/wm.collada_export/
+share/blender/scripts/presets/operator/wm.collada_export/second_life_rigged.py
+share/blender/scripts/presets/operator/wm.collada_export/second_life_static.py
 share/blender/scripts/presets/render/
 share/blender/scripts/presets/render/DVCPRO_HD_1080p.py
 share/blender/scripts/presets/render/DVCPRO_HD_720p.py
@@ -580,9 +889,9 @@ share/blender/scripts/presets/tracking_c
 share/blender/scripts/presets/tracking_camera/Sony_A55.py
 share/blender/scripts/presets/tracking_settings/
 share/blender/scripts/presets/tracking_settings/blurry_footage.py
-share/blender/scripts/presets/tracking_settings/blurry_movie.py
 share/blender/scripts/presets/tracking_settings/default.py
 share/blender/scripts/presets/tracking_settings/fast_motion.py
+share/blender/scripts/presets/tracking_settings/planar.py
 share/blender/scripts/presets/tracking_track_color/
 share/blender/scripts/presets/tracking_track_color/default.py
 share/blender/scripts/presets/tracking_track_color/far_plane.py
@@ -597,6 +906,7 @@ share/blender/scripts/startup/bl_operato
 share/blender/scripts/startup/bl_operators/console.py
 share/blender/scripts/startup/bl_operators/image.py
 share/blender/scripts/startup/bl_operators/mesh.py
+share/blender/scripts/startup/bl_operators/node.py
 share/blender/scripts/startup/bl_operators/object.py
 share/blender/scripts/startup/bl_operators/object_align.py
 share/blender/scripts/startup/bl_operators/object_quick_effects.py
@@ -625,6 +935,7 @@ share/blender/scripts/startup/bl_ui/prop
 share/blender/scripts/startup/bl_ui/properties_data_modifier.py
 share/blender/scripts/startup/bl_ui/properties_data_speaker.py
 share/blender/scripts/startup/bl_ui/properties_game.py
+share/blender/scripts/startup/bl_ui/properties_mask_common.py
 share/blender/scripts/startup/bl_ui/properties_material.py
 share/blender/scripts/startup/bl_ui/properties_object.py
 share/blender/scripts/startup/bl_ui/properties_object_constraint.py
@@ -677,10 +988,13 @@ share/blender/scripts/templates/operator
 share/blender/scripts/templates/operator_modal_draw.py
 share/blender/scripts/templates/operator_modal_timer.py
 share/blender/scripts/templates/operator_modal_view3d.py
+share/blender/scripts/templates/operator_modal_view3d_raycast.py
+share/blender/scripts/templates/operator_node.py
 share/blender/scripts/templates/operator_simple.py
 share/blender/scripts/templates/operator_uv.py
 share/blender/scripts/templates/ui_menu.py
 share/blender/scripts/templates/ui_menu_simple.py
+share/blender/scripts/templates/ui_panel.py
 share/blender/scripts/templates/ui_panel_simple.py
 share/doc/blender/
 share/doc/blender/GPL-license.txt

Reply via email to