Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2012-09-21 21:53:52 +0400
committerThomas Dinges <blender@dingto.org>2012-09-21 21:53:52 +0400
commitc39ac85899dbcc29a11bbf959fd87922c1863043 (patch)
treeaf3c010c60d2948d5836e7cf737d3f9eaf66be6c /intern/cycles
parentecf6beb8d306ede8f49b2bbffde07e2a1f849715 (diff)
Cycles:
* Change Addons Link to point to the manual instead of the dev documentation. * Add sm_30 to Linux build configuration.
Diffstat (limited to 'intern/cycles')
-rw-r--r--intern/cycles/blender/addon/__init__.py2
1 files changed, 1 insertions, 1 deletions
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"}