[Bf-extensions-cvs] [bfab2908] master: Network Renderer: redirecting Documentation wiki link

lijenstina noreply at git.blender.org
Tue Feb 13 19:13:38 CET 2018


Commit: bfab29085ca84ad74125aa18a26a0025a1e09ace
Author: lijenstina
Date:   Tue Feb 13 19:12:44 2018 +0100
Branches: master
https://developer.blender.org/rBAbfab29085ca84ad74125aa18a26a0025a1e09ace

Network Renderer: redirecting Documentation wiki link

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

===================================================================

M	netrender/__init__.py

===================================================================

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",
 }



More information about the Bf-extensions-cvs mailing list