[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [2956] contrib/py/scripts/addons/ add_mesh_stairs: Updated documentation.

Paul Marshall portsidepaul at hotmail.com
Sun Jan 29 23:20:24 CET 2012


Revision: 2956
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=2956
Author:   brikbot
Date:     2012-01-29 22:20:22 +0000 (Sun, 29 Jan 2012)
Log Message:
-----------
Updated documentation.

Modified Paths:
--------------
    contrib/py/scripts/addons/add_mesh_stairs/general.py
    contrib/py/scripts/addons/add_mesh_stairs/post.py
    contrib/py/scripts/addons/add_mesh_stairs/rail.py
    contrib/py/scripts/addons/add_mesh_stairs/retainer.py
    contrib/py/scripts/addons/add_mesh_stairs/stairbuilder.py
    contrib/py/scripts/addons/add_mesh_stairs/stringer.py
    contrib/py/scripts/addons/add_mesh_stairs/tread.py

Modified: contrib/py/scripts/addons/add_mesh_stairs/general.py
===================================================================
--- contrib/py/scripts/addons/add_mesh_stairs/general.py	2012-01-29 18:11:20 UTC (rev 2955)
+++ contrib/py/scripts/addons/add_mesh_stairs/general.py	2012-01-29 22:20:22 UTC (rev 2956)
@@ -9,16 +9,16 @@
 # 
 # Paul "BrikBot" Marshall
 # Created: September 19, 2011
-# Last Modified: September 20, 2011
+# Last Modified: January 29, 2011
 # Homepage (blog): http://post.darkarsenic.com/
 #                       //blog.darkarsenic.com/
 #
-# Coded in IDLE, tested in Blender 2.59.
+# Coded in IDLE, tested in Blender 2.61.
 # Search for "@todo" to quickly find sections that need work.
 #
 # ##### BEGIN GPL LICENSE BLOCK #####
 #
-#  The Blender Rock Creation tool is for rapid generation of mesh rocks in Blender.
+#  Stairbuilder is for quick stair generation.
 #  Copyright (C) 2011  Paul Marshall
 #
 #  This program is free software: you can redistribute it and/or modify

Modified: contrib/py/scripts/addons/add_mesh_stairs/post.py
===================================================================
--- contrib/py/scripts/addons/add_mesh_stairs/post.py	2012-01-29 18:11:20 UTC (rev 2955)
+++ contrib/py/scripts/addons/add_mesh_stairs/post.py	2012-01-29 22:20:22 UTC (rev 2956)
@@ -9,16 +9,16 @@
 # 
 # Paul "BrikBot" Marshall
 # Created: September 19, 2011
-# Last Modified: September 20, 2011
+# Last Modified: January 29, 2011
 # Homepage (blog): http://post.darkarsenic.com/
 #                       //blog.darkarsenic.com/
 #
-# Coded in IDLE, tested in Blender 2.59.
+# Coded in IDLE, tested in Blender 2.61.
 # Search for "@todo" to quickly find sections that need work.
 #
 # ##### BEGIN GPL LICENSE BLOCK #####
 #
-#  The Blender Rock Creation tool is for rapid generation of mesh rocks in Blender.
+#  Stairbuilder is for quick stair generation.
 #  Copyright (C) 2011  Paul Marshall
 #
 #  This program is free software: you can redistribute it and/or modify

Modified: contrib/py/scripts/addons/add_mesh_stairs/rail.py
===================================================================
--- contrib/py/scripts/addons/add_mesh_stairs/rail.py	2012-01-29 18:11:20 UTC (rev 2955)
+++ contrib/py/scripts/addons/add_mesh_stairs/rail.py	2012-01-29 22:20:22 UTC (rev 2956)
@@ -9,16 +9,16 @@
 # 
 # Paul "BrikBot" Marshall
 # Created: September 19, 2011
-# Last Modified: September 20, 2011
+# Last Modified: January 29, 2011
 # Homepage (blog): http://post.darkarsenic.com/
 #                       //blog.darkarsenic.com/
 #
-# Coded in IDLE, tested in Blender 2.59.
+# Coded in IDLE, tested in Blender 2.61.
 # Search for "@todo" to quickly find sections that need work.
 #
 # ##### BEGIN GPL LICENSE BLOCK #####
 #
-#  The Blender Rock Creation tool is for rapid generation of mesh rocks in Blender.
+#  Stairbuilder is for quick stair generation.
 #  Copyright (C) 2011  Paul Marshall
 #
 #  This program is free software: you can redistribute it and/or modify

Modified: contrib/py/scripts/addons/add_mesh_stairs/retainer.py
===================================================================
--- contrib/py/scripts/addons/add_mesh_stairs/retainer.py	2012-01-29 18:11:20 UTC (rev 2955)
+++ contrib/py/scripts/addons/add_mesh_stairs/retainer.py	2012-01-29 22:20:22 UTC (rev 2956)
@@ -9,16 +9,16 @@
 # 
 # Paul "BrikBot" Marshall
 # Created: September 19, 2011
-# Last Modified: September 20, 2011
+# Last Modified: January 29, 2011
 # Homepage (blog): http://post.darkarsenic.com/
 #                       //blog.darkarsenic.com/
 #
-# Coded in IDLE, tested in Blender 2.59.
+# Coded in IDLE, tested in Blender 2.61.
 # Search for "@todo" to quickly find sections that need work.
 #
 # ##### BEGIN GPL LICENSE BLOCK #####
 #
-#  The Blender Rock Creation tool is for rapid generation of mesh rocks in Blender.
+#  Stairbuilder is for quick stair generation.
 #  Copyright (C) 2011  Paul Marshall
 #
 #  This program is free software: you can redistribute it and/or modify

Modified: contrib/py/scripts/addons/add_mesh_stairs/stairbuilder.py
===================================================================
--- contrib/py/scripts/addons/add_mesh_stairs/stairbuilder.py	2012-01-29 18:11:20 UTC (rev 2955)
+++ contrib/py/scripts/addons/add_mesh_stairs/stairbuilder.py	2012-01-29 22:20:22 UTC (rev 2956)
@@ -44,7 +44,27 @@
 #       - "T" staircase
 #
 # Last Modified By: Paul "brikbot" Marshall
-# Last Modification: November 20, 2011
+# Last Modification: January 29, 2011
+#
+# ##### BEGIN GPL LICENSE BLOCK #####
+#
+#  Stairbuilder is for quick stair generation.
+#  Copyright (C) 2011  Paul Marshall
+#
+#  This program is free software: you can redistribute it and/or modify
+#  it under the terms of the GNU General Public License as published by
+#  the Free Software Foundation, either version 3 of the License, or
+#  (at your option) any later version.
+#
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
+#  You should have received a copy of the GNU General Public License
+#  along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
+# ##### END GPL LICENSE BLOCK #####
 
 #-----------------------------------------------------------
 # BEGIN NEW B2.5/Py3.2 CODE

Modified: contrib/py/scripts/addons/add_mesh_stairs/stringer.py
===================================================================
--- contrib/py/scripts/addons/add_mesh_stairs/stringer.py	2012-01-29 18:11:20 UTC (rev 2955)
+++ contrib/py/scripts/addons/add_mesh_stairs/stringer.py	2012-01-29 22:20:22 UTC (rev 2956)
@@ -13,16 +13,16 @@
 # 
 # Paul "BrikBot" Marshall
 # Created: September 19, 2011
-# Last Modified: November 20, 2011
+# Last Modified: January 29, 2011
 # Homepage (blog): http://post.darkarsenic.com/
 #                       //blog.darkarsenic.com/
 #
-# Coded in IDLE, tested in Blender 2.59.
+# Coded in IDLE, tested in Blender 2.61.
 # Search for "@todo" to quickly find sections that need work.
 #
 # ##### BEGIN GPL LICENSE BLOCK #####
 #
-#  The Blender Rock Creation tool is for rapid generation of mesh rocks in Blender.
+#  Stairbuilder is for quick stair generation.
 #  Copyright (C) 2011  Paul Marshall
 #
 #  This program is free software: you can redistribute it and/or modify

Modified: contrib/py/scripts/addons/add_mesh_stairs/tread.py
===================================================================
--- contrib/py/scripts/addons/add_mesh_stairs/tread.py	2012-01-29 18:11:20 UTC (rev 2955)
+++ contrib/py/scripts/addons/add_mesh_stairs/tread.py	2012-01-29 22:20:22 UTC (rev 2956)
@@ -24,7 +24,7 @@
 #
 # ##### BEGIN GPL LICENSE BLOCK #####
 #
-#  The Blender Rock Creation tool is for rapid generation of mesh rocks in Blender.
+#  Stairbuilder is for quick stair generation.
 #  Copyright (C) 2011  Paul Marshall
 #
 #  This program is free software: you can redistribute it and/or modify



More information about the Bf-extensions-cvs mailing list