[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [914] external: == external addons ==

Luca Bonavita mindrones at gmail.com
Tue Aug 17 02:34:43 CEST 2010


Revision: 914
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-extensions&revision=914
Author:   mindrones
Date:     2010-08-17 02:34:43 +0200 (Tue, 17 Aug 2010)

Log Message:
-----------
== external addons ==

- minor changes to external/README.txt
- added an interesting sketch by dougal2 from lux, useful to understand the workflow.

Modified Paths:
--------------
    external/README.txt

Added Paths:
-----------
    external/worflow_sketch.jpg

Modified: external/README.txt
===================================================================
--- external/README.txt	2010-08-16 23:40:48 UTC (rev 913)
+++ external/README.txt	2010-08-17 00:34:43 UTC (rev 914)
@@ -1,10 +1,11 @@
 EXAMPLE OF DEVELOPMENT CYCLE FOR AN ADDON DEVELOPED OUTSIDE OF BLENDER.ORG
-AND THAT COULD NEED A BINARY ALSO DEVELOPED OUTSIDE OF BLENDER.ORG
+AND/OR THAT COULD NEED A BINARY ALSO DEVELOPED OUTSIDE OF BLENDER.ORG
 
 ------------------------------------------------------------------------
 
 This example is based on a discussion with Doug Hammond (dougal2) 
 from the Luxrender dev team, hence I use Lux here as a practical example.
+
 To clarify:
 "luxrender" = name of the addon
 "luxblend" = python exporter blender -> lux, it can:
@@ -37,10 +38,11 @@
 
 IMPORTANT NOTE:
 
-When The Blender API changes, Blender API developers do updates in 
-external/py/scripts/addons/luxrender/ to fix changes.
-These gets merged in the Lux repository, where the development can then continue.
+When the Blender API changes, Blender API developers do fixes in 
+external/py/scripts/addons/luxrender/
 
+These get merged in the Lux repository, where the development can then go on.
+
 ------------------------------------------------------------------------
 
 Later, Lux devs release Lux 0.8, hence in bf-extensions we will have:
@@ -71,8 +73,10 @@
 
 ------------------------------------------------------------------------
 
-Later, Blender 2.54 gets released. We make changes in external/ and then tag:
+Later, Blender 2.54 gets released. 
 
+We make changes in external/ and then tag:
+
 tags/2.54_external/py/scripts/addons/luxrender/0.8/luxblend/<python files>
 tags/2.54_external/py/scripts/addons/luxrender/0.8/pylux/linux/32/pylux.so
 tags/2.54_external/py/scripts/addons/luxrender/0.8/pylux/linux/64/pylux.so

Added: external/worflow_sketch.jpg
===================================================================
(Binary files differ)


Property changes on: external/worflow_sketch.jpg
___________________________________________________________________
Name: svn:mime-type
   + image/jpeg




More information about the Bf-extensions-cvs mailing list