[arch-commits] Commit in luxblend25/repos/community-any (8 files)
Sven-Hendrik Haase
svenstaro at archlinux.org
Wed Oct 5 19:35:44 UTC 2016
Date: Wednesday, October 5, 2016 @ 19:35:43
Author: svenstaro
Revision: 191429
archrelease: copy trunk to community-any
Added:
luxblend25/repos/community-any/PKGBUILD
(from rev 191428, luxblend25/trunk/PKGBUILD)
luxblend25/repos/community-any/luxrender.cfg
(from rev 191428, luxblend25/trunk/luxrender.cfg)
luxblend25/repos/community-any/pyluxcore_path.diff
(from rev 191428, luxblend25/trunk/pyluxcore_path.diff)
luxblend25/repos/community-any/system_config.diff
(from rev 191428, luxblend25/trunk/system_config.diff)
Deleted:
luxblend25/repos/community-any/PKGBUILD
luxblend25/repos/community-any/luxrender.cfg
luxblend25/repos/community-any/pyluxcore_path.diff
luxblend25/repos/community-any/system_config.diff
---------------------+
PKGBUILD | 82 +++++-----
luxrender.cfg | 6
pyluxcore_path.diff | 374 +++++++++++++++++++++++++-------------------------
system_config.diff | 24 +--
4 files changed, 243 insertions(+), 243 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-05 19:35:34 UTC (rev 191428)
+++ PKGBUILD 2016-10-05 19:35:43 UTC (rev 191429)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
-pkgname=luxblend25
-pkgver=1.6
-_pkgver=885740dce55a
-_blender=2.77
-pkgrel=1
-pkgdesc="A LuxRender exporter for Blender."
-arch=('any')
-url="http://www.luxrender.net/"
-license=('GPL')
-depends=('blender' 'luxrender' 'luxrays')
-source=($pkgname-$pkgver.tar.bz2::https://bitbucket.org/luxrender/luxblend25/get/v${pkgver/./}.tar.bz2 \
- system_config.diff pyluxcore_path.diff luxrender.cfg)
-md5sums=('dc7b8776ad579a0c6c6a155fec5cffc1'
- 'f42e7bc5476b144cca60bf3e6363158a'
- '3ed96ce1e0ff5338789da698ec11c0fc'
- 'ec6b7028e48f73650d9315d47cd14f1d')
-
-prepare() {
- cd "$srcdir"/luxrender-luxblend25-$_pkgver
-
- # enables loading of the configuration from a system-wide config file
- patch -Np1 < "$srcdir/system_config.diff"
- # change the search path for pylux* so the pylux* can be found in its new location
- #find "$pkgdir/usr/share/blender/$_blender/scripts/addons/luxrender" -name "*.py" \
- # -exec sed -i 's|from.*import pylux|import pylux|' '{}' ';'
- patch -Np1 < "$srcdir/pyluxcore_path.diff"
-}
-
-package() {
- install -d -m755 "$pkgdir"/usr/share/blender/$_blender/scripts/addons
- cp -a "$srcdir"/luxrender-luxblend25-$_pkgver/src/luxrender \
- "$pkgdir"/usr/share/blender/$_blender/scripts/addons
-
- # install luxrender config file so the luxblend find luxrender automatically
- install -D -m644 luxrender.cfg \
- "$pkgdir"/usr/share/blender/$_blender/scripts/luxrender.cfg
-}
-
-# vim:set ts=2 sw=2 et:
Copied: luxblend25/repos/community-any/PKGBUILD (from rev 191428, luxblend25/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-10-05 19:35:43 UTC (rev 191429)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
+pkgname=luxblend25
+pkgver=1.6
+_pkgver=885740dce55a
+_blender=2.78
+pkgrel=2
+pkgdesc="A LuxRender exporter for Blender."
+arch=('any')
+url="http://www.luxrender.net/"
+license=('GPL')
+depends=('blender' 'luxrender' 'luxrays')
+source=($pkgname-$pkgver.tar.bz2::https://bitbucket.org/luxrender/luxblend25/get/v${pkgver/./}.tar.bz2 \
+ system_config.diff pyluxcore_path.diff luxrender.cfg)
+md5sums=('dc7b8776ad579a0c6c6a155fec5cffc1'
+ 'f42e7bc5476b144cca60bf3e6363158a'
+ '3ed96ce1e0ff5338789da698ec11c0fc'
+ 'ec6b7028e48f73650d9315d47cd14f1d')
+
+prepare() {
+ cd "$srcdir"/luxrender-luxblend25-$_pkgver
+
+ # enables loading of the configuration from a system-wide config file
+ patch -Np1 < "$srcdir/system_config.diff"
+ # change the search path for pylux* so the pylux* can be found in its new location
+ #find "$pkgdir/usr/share/blender/$_blender/scripts/addons/luxrender" -name "*.py" \
+ # -exec sed -i 's|from.*import pylux|import pylux|' '{}' ';'
+ patch -Np1 < "$srcdir/pyluxcore_path.diff"
+}
+
+package() {
+ install -d -m755 "$pkgdir"/usr/share/blender/$_blender/scripts/addons
+ cp -a "$srcdir"/luxrender-luxblend25-$_pkgver/src/luxrender \
+ "$pkgdir"/usr/share/blender/$_blender/scripts/addons
+
+ # install luxrender config file so the luxblend find luxrender automatically
+ install -D -m644 luxrender.cfg \
+ "$pkgdir"/usr/share/blender/$_blender/scripts/luxrender.cfg
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: luxrender.cfg
===================================================================
--- luxrender.cfg 2016-10-05 19:35:34 UTC (rev 191428)
+++ luxrender.cfg 2016-10-05 19:35:43 UTC (rev 191429)
@@ -1,3 +0,0 @@
-[defaults]
-install_path = /usr/bin
-
Copied: luxblend25/repos/community-any/luxrender.cfg (from rev 191428, luxblend25/trunk/luxrender.cfg)
===================================================================
--- luxrender.cfg (rev 0)
+++ luxrender.cfg 2016-10-05 19:35:43 UTC (rev 191429)
@@ -0,0 +1,3 @@
+[defaults]
+install_path = /usr/bin
+
Deleted: pyluxcore_path.diff
===================================================================
--- pyluxcore_path.diff 2016-10-05 19:35:34 UTC (rev 191428)
+++ pyluxcore_path.diff 2016-10-05 19:35:43 UTC (rev 191429)
@@ -1,187 +0,0 @@
-diff --git a/src/luxrender/core/__init__.py b/src/luxrender/core/__init__.py
---- a/src/luxrender/core/__init__.py
-+++ b/src/luxrender/core/__init__.py
-@@ -1212,7 +1212,7 @@
- """
- Convert AOVs to Blender images
- """
-- from ..outputs.luxcore_api import pyluxcore
-+ import pyluxcore
-
- # Structure: {channelType: [pyluxcoreType, is HDR, arrayDepth, optional matching Blender pass]}
- attributes = {
-@@ -1459,7 +1459,7 @@
- LuxLog('ERROR: LuxCore rendering requires pyluxcore')
- self.report({'ERROR'}, 'LuxCore rendering requires pyluxcore')
- return
-- from ..outputs.luxcore_api import pyluxcore
-+ import pyluxcore
-
- try:
- scene.luxcore_rendering_controls.pause_render = False
-@@ -1841,7 +1841,7 @@
- if not PYLUXCORE_AVAILABLE:
- LuxLog('ERROR: LuxCore preview rendering requires pyluxcore')
- return
-- from ..outputs.luxcore_api import pyluxcore
-+ import pyluxcore
- from ..export.luxcore.materialpreview import MaterialPreviewExporter
-
- try:
-diff --git a/src/luxrender/export/luxcore/__init__.py b/src/luxrender/export/luxcore/__init__.py
---- a/src/luxrender/export/luxcore/__init__.py
-+++ b/src/luxrender/export/luxcore/__init__.py
-@@ -28,7 +28,7 @@
- import bpy, time, os
-
- from ...outputs import LuxManager, LuxLog
--from ...outputs.luxcore_api import pyluxcore
-+import pyluxcore
- from ...outputs.luxcore_api import ToValidLuxCoreName
-
- from ...extensions_framework import util as efutil
-diff --git a/src/luxrender/export/luxcore/camera.py b/src/luxrender/export/luxcore/camera.py
---- a/src/luxrender/export/luxcore/camera.py
-+++ b/src/luxrender/export/luxcore/camera.py
-@@ -28,7 +28,8 @@
- import bpy, math, mathutils
- from mathutils import Vector
-
--from ...outputs.luxcore_api import pyluxcore, set_prop_cam
-+import pyluxcore
-+from ...outputs.luxcore_api import set_prop_cam
- from ...export import get_worldscale
- from ...export import object_anim_matrices
- from ...export import fix_matrix_order
-diff --git a/src/luxrender/export/luxcore/config.py b/src/luxrender/export/luxcore/config.py
---- a/src/luxrender/export/luxcore/config.py
-+++ b/src/luxrender/export/luxcore/config.py
-@@ -27,7 +27,7 @@
-
- import os
-
--from ...outputs.luxcore_api import pyluxcore
-+import pyluxcore
- from ...extensions_framework import util as efutil
- from ...export import get_output_filename
- from .utils import is_lightgroup_opencl_compatible
-diff --git a/src/luxrender/export/luxcore/duplis.py b/src/luxrender/export/luxcore/duplis.py
---- a/src/luxrender/export/luxcore/duplis.py
-+++ b/src/luxrender/export/luxcore/duplis.py
-@@ -26,7 +26,7 @@
- #
-
- import math, mathutils, time
--from ...outputs.luxcore_api import pyluxcore
-+import pyluxcore
- from ...outputs.luxcore_api import ToValidLuxCoreName
- from ...export import matrix_to_list, is_obj_visible
-
-diff --git a/src/luxrender/export/luxcore/lights.py b/src/luxrender/export/luxcore/lights.py
---- a/src/luxrender/export/luxcore/lights.py
-+++ b/src/luxrender/export/luxcore/lights.py
-@@ -27,7 +27,7 @@
-
- import bpy, mathutils, math, os
-
--from ...outputs.luxcore_api import pyluxcore
-+import pyluxcore
- from ...outputs.luxcore_api import ToValidLuxCoreName
- from ...export import is_obj_visible
- from ...export import get_worldscale
-diff --git a/src/luxrender/export/luxcore/materialpreview.py b/src/luxrender/export/luxcore/materialpreview.py
---- a/src/luxrender/export/luxcore/materialpreview.py
-+++ b/src/luxrender/export/luxcore/materialpreview.py
-@@ -27,7 +27,7 @@
-
- from mathutils import Matrix
-
--from ...outputs.luxcore_api import pyluxcore
-+import pyluxcore
- from ...export import matrix_to_list
-
- from . import LuxCoreExporter
-diff --git a/src/luxrender/export/luxcore/materials.py b/src/luxrender/export/luxcore/materials.py
---- a/src/luxrender/export/luxcore/materials.py
-+++ b/src/luxrender/export/luxcore/materials.py
-@@ -27,7 +27,7 @@
-
- import bpy
-
--from ...outputs.luxcore_api import pyluxcore
-+import pyluxcore
- from ...outputs.luxcore_api import ToValidLuxCoreName
- from ...export.materials import get_texture_from_scene
- from ...export import get_expanded_file_name
-diff --git a/src/luxrender/export/luxcore/meshes.py b/src/luxrender/export/luxcore/meshes.py
---- a/src/luxrender/export/luxcore/meshes.py
-+++ b/src/luxrender/export/luxcore/meshes.py
-@@ -29,7 +29,7 @@
-
- import bpy
-
--from ...outputs.luxcore_api import pyluxcore
-+import pyluxcore
- from ...outputs.luxcore_api import ToValidLuxCoreName
-
-
-diff --git a/src/luxrender/export/luxcore/objects.py b/src/luxrender/export/luxcore/objects.py
---- a/src/luxrender/export/luxcore/objects.py
-+++ b/src/luxrender/export/luxcore/objects.py
-@@ -28,7 +28,7 @@
- import os
-
- from ...extensions_framework import util as efutil
--from ...outputs.luxcore_api import pyluxcore
-+import pyluxcore
- from ...outputs.luxcore_api import ToValidLuxCoreName
- from ...export import is_obj_visible
- from ...export import object_anim_matrices
-diff --git a/src/luxrender/export/luxcore/textures.py b/src/luxrender/export/luxcore/textures.py
---- a/src/luxrender/export/luxcore/textures.py
-+++ b/src/luxrender/export/luxcore/textures.py
-@@ -28,7 +28,7 @@
- import bpy, math, mathutils, os, tempfile
-
- from ...extensions_framework import util as efutil
--from ...outputs.luxcore_api import pyluxcore
-+import pyluxcore
- from ...outputs.luxcore_api import ToValidLuxCoreName
- from ...export import matrix_to_list
- from ...export import get_expanded_file_name
-diff --git a/src/luxrender/export/luxcore/utils.py b/src/luxrender/export/luxcore/utils.py
---- a/src/luxrender/export/luxcore/utils.py
-+++ b/src/luxrender/export/luxcore/utils.py
-@@ -27,7 +27,7 @@
-
- from math import pi
-
--from ...outputs.luxcore_api import pyluxcore
-+import pyluxcore
- from ...outputs.luxcore_api import ToValidLuxCoreName
- from ...export.materials import get_texture_from_scene
- from ...export import get_worldscale
-diff --git a/src/luxrender/export/luxcore/volumes.py b/src/luxrender/export/luxcore/volumes.py
---- a/src/luxrender/export/luxcore/volumes.py
-+++ b/src/luxrender/export/luxcore/volumes.py
-@@ -27,7 +27,7 @@
-
- import math
-
--from ...outputs.luxcore_api import pyluxcore
-+import pyluxcore
- from ...properties import find_node_in_volume
-
- from .utils import convert_texture_channel, generate_volume_name
-diff --git a/src/luxrender/operators/__init__.py b/src/luxrender/operators/__init__.py
---- a/src/luxrender/operators/__init__.py
-+++ b/src/luxrender/operators/__init__.py
-@@ -279,7 +279,7 @@
- devs.remove(0)
-
- # Create the new list
-- from ..outputs.luxcore_api import pyluxcore
-+ import pyluxcore
-
- deviceList = pyluxcore.GetOpenCLDeviceList()
- for dev in deviceList:
Copied: luxblend25/repos/community-any/pyluxcore_path.diff (from rev 191428, luxblend25/trunk/pyluxcore_path.diff)
===================================================================
--- pyluxcore_path.diff (rev 0)
+++ pyluxcore_path.diff 2016-10-05 19:35:43 UTC (rev 191429)
@@ -0,0 +1,187 @@
+diff --git a/src/luxrender/core/__init__.py b/src/luxrender/core/__init__.py
+--- a/src/luxrender/core/__init__.py
++++ b/src/luxrender/core/__init__.py
+@@ -1212,7 +1212,7 @@
+ """
+ Convert AOVs to Blender images
+ """
+- from ..outputs.luxcore_api import pyluxcore
++ import pyluxcore
+
+ # Structure: {channelType: [pyluxcoreType, is HDR, arrayDepth, optional matching Blender pass]}
+ attributes = {
+@@ -1459,7 +1459,7 @@
+ LuxLog('ERROR: LuxCore rendering requires pyluxcore')
+ self.report({'ERROR'}, 'LuxCore rendering requires pyluxcore')
+ return
+- from ..outputs.luxcore_api import pyluxcore
++ import pyluxcore
+
+ try:
+ scene.luxcore_rendering_controls.pause_render = False
+@@ -1841,7 +1841,7 @@
+ if not PYLUXCORE_AVAILABLE:
+ LuxLog('ERROR: LuxCore preview rendering requires pyluxcore')
+ return
+- from ..outputs.luxcore_api import pyluxcore
++ import pyluxcore
+ from ..export.luxcore.materialpreview import MaterialPreviewExporter
+
+ try:
+diff --git a/src/luxrender/export/luxcore/__init__.py b/src/luxrender/export/luxcore/__init__.py
+--- a/src/luxrender/export/luxcore/__init__.py
++++ b/src/luxrender/export/luxcore/__init__.py
+@@ -28,7 +28,7 @@
+ import bpy, time, os
+
+ from ...outputs import LuxManager, LuxLog
+-from ...outputs.luxcore_api import pyluxcore
++import pyluxcore
+ from ...outputs.luxcore_api import ToValidLuxCoreName
+
+ from ...extensions_framework import util as efutil
+diff --git a/src/luxrender/export/luxcore/camera.py b/src/luxrender/export/luxcore/camera.py
+--- a/src/luxrender/export/luxcore/camera.py
++++ b/src/luxrender/export/luxcore/camera.py
+@@ -28,7 +28,8 @@
+ import bpy, math, mathutils
+ from mathutils import Vector
+
+-from ...outputs.luxcore_api import pyluxcore, set_prop_cam
++import pyluxcore
++from ...outputs.luxcore_api import set_prop_cam
+ from ...export import get_worldscale
+ from ...export import object_anim_matrices
+ from ...export import fix_matrix_order
+diff --git a/src/luxrender/export/luxcore/config.py b/src/luxrender/export/luxcore/config.py
+--- a/src/luxrender/export/luxcore/config.py
++++ b/src/luxrender/export/luxcore/config.py
+@@ -27,7 +27,7 @@
+
+ import os
+
+-from ...outputs.luxcore_api import pyluxcore
++import pyluxcore
+ from ...extensions_framework import util as efutil
+ from ...export import get_output_filename
+ from .utils import is_lightgroup_opencl_compatible
+diff --git a/src/luxrender/export/luxcore/duplis.py b/src/luxrender/export/luxcore/duplis.py
+--- a/src/luxrender/export/luxcore/duplis.py
++++ b/src/luxrender/export/luxcore/duplis.py
+@@ -26,7 +26,7 @@
+ #
+
+ import math, mathutils, time
+-from ...outputs.luxcore_api import pyluxcore
++import pyluxcore
+ from ...outputs.luxcore_api import ToValidLuxCoreName
+ from ...export import matrix_to_list, is_obj_visible
+
+diff --git a/src/luxrender/export/luxcore/lights.py b/src/luxrender/export/luxcore/lights.py
+--- a/src/luxrender/export/luxcore/lights.py
++++ b/src/luxrender/export/luxcore/lights.py
+@@ -27,7 +27,7 @@
+
+ import bpy, mathutils, math, os
+
+-from ...outputs.luxcore_api import pyluxcore
++import pyluxcore
+ from ...outputs.luxcore_api import ToValidLuxCoreName
+ from ...export import is_obj_visible
+ from ...export import get_worldscale
+diff --git a/src/luxrender/export/luxcore/materialpreview.py b/src/luxrender/export/luxcore/materialpreview.py
+--- a/src/luxrender/export/luxcore/materialpreview.py
++++ b/src/luxrender/export/luxcore/materialpreview.py
+@@ -27,7 +27,7 @@
+
+ from mathutils import Matrix
+
+-from ...outputs.luxcore_api import pyluxcore
++import pyluxcore
+ from ...export import matrix_to_list
+
+ from . import LuxCoreExporter
+diff --git a/src/luxrender/export/luxcore/materials.py b/src/luxrender/export/luxcore/materials.py
+--- a/src/luxrender/export/luxcore/materials.py
++++ b/src/luxrender/export/luxcore/materials.py
+@@ -27,7 +27,7 @@
+
+ import bpy
+
+-from ...outputs.luxcore_api import pyluxcore
++import pyluxcore
+ from ...outputs.luxcore_api import ToValidLuxCoreName
+ from ...export.materials import get_texture_from_scene
+ from ...export import get_expanded_file_name
+diff --git a/src/luxrender/export/luxcore/meshes.py b/src/luxrender/export/luxcore/meshes.py
+--- a/src/luxrender/export/luxcore/meshes.py
++++ b/src/luxrender/export/luxcore/meshes.py
+@@ -29,7 +29,7 @@
+
+ import bpy
+
+-from ...outputs.luxcore_api import pyluxcore
++import pyluxcore
+ from ...outputs.luxcore_api import ToValidLuxCoreName
+
+
+diff --git a/src/luxrender/export/luxcore/objects.py b/src/luxrender/export/luxcore/objects.py
+--- a/src/luxrender/export/luxcore/objects.py
++++ b/src/luxrender/export/luxcore/objects.py
+@@ -28,7 +28,7 @@
+ import os
+
+ from ...extensions_framework import util as efutil
+-from ...outputs.luxcore_api import pyluxcore
++import pyluxcore
+ from ...outputs.luxcore_api import ToValidLuxCoreName
+ from ...export import is_obj_visible
+ from ...export import object_anim_matrices
+diff --git a/src/luxrender/export/luxcore/textures.py b/src/luxrender/export/luxcore/textures.py
+--- a/src/luxrender/export/luxcore/textures.py
++++ b/src/luxrender/export/luxcore/textures.py
+@@ -28,7 +28,7 @@
+ import bpy, math, mathutils, os, tempfile
+
+ from ...extensions_framework import util as efutil
+-from ...outputs.luxcore_api import pyluxcore
++import pyluxcore
+ from ...outputs.luxcore_api import ToValidLuxCoreName
+ from ...export import matrix_to_list
+ from ...export import get_expanded_file_name
+diff --git a/src/luxrender/export/luxcore/utils.py b/src/luxrender/export/luxcore/utils.py
+--- a/src/luxrender/export/luxcore/utils.py
++++ b/src/luxrender/export/luxcore/utils.py
+@@ -27,7 +27,7 @@
+
+ from math import pi
+
+-from ...outputs.luxcore_api import pyluxcore
++import pyluxcore
+ from ...outputs.luxcore_api import ToValidLuxCoreName
+ from ...export.materials import get_texture_from_scene
+ from ...export import get_worldscale
+diff --git a/src/luxrender/export/luxcore/volumes.py b/src/luxrender/export/luxcore/volumes.py
+--- a/src/luxrender/export/luxcore/volumes.py
++++ b/src/luxrender/export/luxcore/volumes.py
+@@ -27,7 +27,7 @@
+
+ import math
+
+-from ...outputs.luxcore_api import pyluxcore
++import pyluxcore
+ from ...properties import find_node_in_volume
+
+ from .utils import convert_texture_channel, generate_volume_name
+diff --git a/src/luxrender/operators/__init__.py b/src/luxrender/operators/__init__.py
+--- a/src/luxrender/operators/__init__.py
++++ b/src/luxrender/operators/__init__.py
+@@ -279,7 +279,7 @@
+ devs.remove(0)
+
+ # Create the new list
+- from ..outputs.luxcore_api import pyluxcore
++ import pyluxcore
+
+ deviceList = pyluxcore.GetOpenCLDeviceList()
+ for dev in deviceList:
Deleted: system_config.diff
===================================================================
--- system_config.diff 2016-10-05 19:35:34 UTC (rev 191428)
+++ system_config.diff 2016-10-05 19:35:43 UTC (rev 191429)
@@ -1,12 +0,0 @@
-diff -rup luxrender-luxblend25-a249c861c2f3/src/luxrender/extensions_framework/util.py luxrender-luxblend25-a249c861c2f3.new/src/luxrender/extensions_framework/util.py
---- luxrender-luxblend25-a249c861c2f3/src/luxrender/extensions_framework/util.py 2015-01-27 20:48:23.000000000 +0100
-+++ luxrender-luxblend25-a249c861c2f3.new/src/luxrender/extensions_framework/util.py 2015-02-16 10:35:51.456810705 +0100
-@@ -99,7 +99,7 @@ def find_config_value(module, section, k
- fc = []
-
- for p in config_paths:
-- if os.path.exists(p) and os.path.isdir(p) and os.access(p, os.W_OK):
-+ if os.path.exists(p) and os.path.isdir(p):
- fc.append('/'.join([p, '%s.cfg' % module]))
-
- if len(fc) < 1:
Copied: luxblend25/repos/community-any/system_config.diff (from rev 191428, luxblend25/trunk/system_config.diff)
===================================================================
--- system_config.diff (rev 0)
+++ system_config.diff 2016-10-05 19:35:43 UTC (rev 191429)
@@ -0,0 +1,12 @@
+diff -rup luxrender-luxblend25-a249c861c2f3/src/luxrender/extensions_framework/util.py luxrender-luxblend25-a249c861c2f3.new/src/luxrender/extensions_framework/util.py
+--- luxrender-luxblend25-a249c861c2f3/src/luxrender/extensions_framework/util.py 2015-01-27 20:48:23.000000000 +0100
++++ luxrender-luxblend25-a249c861c2f3.new/src/luxrender/extensions_framework/util.py 2015-02-16 10:35:51.456810705 +0100
+@@ -99,7 +99,7 @@ def find_config_value(module, section, k
+ fc = []
+
+ for p in config_paths:
+- if os.path.exists(p) and os.path.isdir(p) and os.access(p, os.W_OK):
++ if os.path.exists(p) and os.path.isdir(p):
+ fc.append('/'.join([p, '%s.cfg' % module]))
+
+ if len(fc) < 1:
More information about the arch-commits
mailing list