From c39ac85899dbcc29a11bbf959fd87922c1863043 Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Fri, 21 Sep 2012 17:53:52 +0000 Subject: [PATCH] Cycles: * Change Addons Link to point to the manual instead of the dev documentation. * Add sm_30 to Linux build configuration. --- build_files/scons/config/linux-config.py | 2 +- intern/cycles/blender/addon/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build_files/scons/config/linux-config.py b/build_files/scons/config/linux-config.py index 5c16baa2ee8..45f6602e4dd 100644 --- a/build_files/scons/config/linux-config.py +++ b/build_files/scons/config/linux-config.py @@ -239,7 +239,7 @@ WITH_BF_CYCLES = WITH_BF_OIIO and WITH_BF_BOOST WITH_BF_CYCLES_CUDA_BINARIES = False BF_CYCLES_CUDA_NVCC = '/usr/local/cuda/bin/nvcc' -BF_CYCLES_CUDA_BINARIES_ARCH = ['sm_13', 'sm_20', 'sm_21'] +BF_CYCLES_CUDA_BINARIES_ARCH = ['sm_13', 'sm_20', 'sm_21', 'sm_30'] WITH_BF_OPENMP = True diff --git a/intern/cycles/blender/addon/__init__.py b/intern/cycles/blender/addon/__init__.py index 4a60a329e2b..6292c09fbb1 100644 --- a/intern/cycles/blender/addon/__init__.py +++ b/intern/cycles/blender/addon/__init__.py @@ -25,7 +25,7 @@ bl_info = { "location": "Info header, render engine menu", "description": "Cycles Render Engine integration", "warning": "", - "wiki_url": "http://wiki.blender.org/index.php/Dev:2.6/Source/Render/Cycles", + "wiki_url": "http://wiki.blender.org/index.php/Doc:2.6/Manual/Render/Cycles", "tracker_url": "", "support": 'OFFICIAL', "category": "Render"}