[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [928] extern/README.rst: == External addons ==

Luca Bonavita mindrones at gmail.com
Thu Aug 19 19:40:24 CEST 2010


Revision: 928
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-extensions&revision=928
Author:   mindrones
Date:     2010-08-19 19:40:24 +0200 (Thu, 19 Aug 2010)

Log Message:
-----------
== External addons ==

At the beginning I forgot to put the urls dictionaryi in the directories tree, thanks xat :) 

Modified Paths:
--------------
    extern/README.rst

Modified: extern/README.rst
===================================================================
--- extern/README.rst	2010-08-19 17:33:42 UTC (rev 927)
+++ extern/README.rst	2010-08-19 17:40:24 UTC (rev 928)
@@ -33,21 +33,21 @@
 └── py
     └── scripts
         └── addons
-            └── <addon package>
-                ├── __init__.py   <-- bl_addon_info goes here
-                ├── module/
-                │   └── <script.py>
-                │   └── <script.py>
-                │   └── ...
-                ├── module/
-                │   └── <script.py>
-                │   └── <script.py>
-                │   └── ... 
-                └── bin/
-                    └── <exe>
-                    └── <exe>
-                    └── ...
+            ├── <addon package>
+            │   ├── __init__.py   <-- bl_addon_info goes here
+            │   ├── module/
+            │   │   └── <script.py>
+            │   │   └── <script.py>
+            │   │   └── ...
+            │   └── module/
+            │       └── <script.py>
+            │       └── <script.py>
+            │       └── ...
+            └── <url_dict>.py
 
+The file <url_dict>.py contains a python dictionary where we store urls of the needed binaries.
+We'll see it in details in the example below.
+
 In our home dir we have:
 
 .blender




More information about the Bf-extensions-cvs mailing list