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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlijenstina <lijenstina@gmail.com>2018-02-13 21:12:44 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2018-02-13 22:12:10 +0300
commitbd60e89fa04fc037377db48694770f283eb3cafd (patch)
treef9712aabe80f39055eb0004e0faca76527b22a94
parent62e685cc071fa4774f925bf5af7c4f68031966a0 (diff)
Network Renderer: redirecting Documentation wiki linkv2.79ablender-v2.79a-release
Bump version to 1.8.1 As mentioned in T54062: Since the previous link was pointing out to the old Wiki Manual, created the appriate page on the Add-ons wiki. No other functional changes
-rw-r--r--netrender/__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/netrender/__init__.py b/netrender/__init__.py
index 4186f8b9..aae33c11 100644
--- a/netrender/__init__.py
+++ b/netrender/__init__.py
@@ -21,13 +21,13 @@
bl_info = {
"name": "Network Renderer",
"author": "Martin Poirier",
- "version": (1, 8),
+ "version": (1, 8, 1),
"blender": (2, 60, 0),
"location": "Render > Engine > Network Render",
"description": "Distributed rendering for Blender",
"warning": "Stable but still work in progress",
- "wiki_url": "http://wiki.blender.org/index.php/Doc:2.5/Manual/"
- "Render/Engines/Netrender",
+ "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
+ "Scripts/Render/Net_render",
"category": "Render",
}