[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [10747] trunk/blender/release/scripts: updated rvk1_torvk2 from JMS and added GPL headers

Campbell Barton cbarton at metavr.com
Mon May 21 17:27:22 CEST 2007


Revision: 10747
          https://svn.blender.org//revision/?rev=10747&view=rev
Author:   campbellbarton
Date:     2007-05-21 17:26:50 +0200 (Mon, 21 May 2007)

Log Message:
-----------
updated rvk1_torvk2 from JMS and added GPL headers

Modified Paths:
--------------
    trunk/blender/release/scripts/bpymodules/ai2obj.py
    trunk/blender/release/scripts/bpymodules/gimp2obj.py
    trunk/blender/release/scripts/paths_import.py
    trunk/blender/release/scripts/rvk1_torvk2.py

Modified: trunk/blender/release/scripts/bpymodules/ai2obj.py
===================================================================
--- trunk/blender/release/scripts/bpymodules/ai2obj.py	2007-05-20 21:40:57 UTC (rev 10746)
+++ trunk/blender/release/scripts/bpymodules/ai2obj.py	2007-05-21 15:26:50 UTC (rev 10747)
@@ -1,14 +1,50 @@
 """
+paths_ai2obj.py
+# ---------------------------------------------------------------
+Copyright (c) jm soler juillet/novembre 2004-april 2007, 
+# ---------------------------------------------------------------
+    released under GNU Licence 
+    for the Blender 2.45 Python Scripts Bundle.
+Ce programme est libre, vous pouvez le redistribuer et/ou
+le modifier selon les termes de la Licence Publique G\xE9n\xE9rale GNU
+publi\xE9e par la Free Software Foundation (version 2 ou bien toute
+autre version ult\xE9rieure choisie par vous).
+
+Ce programme est distribu\xE9 car potentiellement utile, mais SANS
+AUCUNE GARANTIE, ni explicite ni implicite, y compris les garanties
+de commercialisation ou d'adaptation dans un but sp\xE9cifique.
+Reportez-vous \xE0 la Licence Publique G\xE9n\xE9rale GNU pour plus de d\xE9tails.
+
+Vous devez avoir re\xE7u une copie de la Licence Publique G\xE9n\xE9rale GNU
+en m\xEAme temps que ce programme ; si ce n'est pas le cas, \xE9crivez \xE0 la
+Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+MA 02111-1307, \xC9tats-Unis.
+
+
+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 2 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, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA    
+# ---------------------------------------------------------------
 #----------------------------------------------
-# (c) jm soler juillet 2004-juin 2005, 
-#  released under Blender Artistic Licence 
-#    for the Blender 2.34 Python Scripts Bundle.
-#----------------------------------------------
+#  
 # Page officielle :
 #   http://jmsoler.free.fr/didacticiel/blender/tutor/cpl_import_ai_en.htm
 # Communiquer les problemes et erreurs sur:
 #   http://www.zoo-logique.org/3D.Blender/newsportal/thread.php?group=3D.Blender
-#
+#----------------------------------------------
+#----------------------------------------------
+#Chagelog
+#----------------------------------------------
 # 0.1.1 : 2004/08/03, bug in boudingbox reading when Value are negative
 # 0.1.2 : 2005/06/12, gmove tranformation properties
 # 0.1.3 : 2005/06/25, added a __name__ test to use the script alone
@@ -21,7 +57,6 @@
 # 0.1.8 : 2006/07/03, two more closepath improvements 
 # 0.1.9 : 2007/05/06, modif on the method that gets the last object on 
                       the list data
-
 """
 SHARP_IMPORT=0
 SCALE=1

Modified: trunk/blender/release/scripts/bpymodules/gimp2obj.py
===================================================================
--- trunk/blender/release/scripts/bpymodules/gimp2obj.py	2007-05-20 21:40:57 UTC (rev 10746)
+++ trunk/blender/release/scripts/bpymodules/gimp2obj.py	2007-05-21 15:26:50 UTC (rev 10747)
@@ -1,7 +1,42 @@
 """
 #----------------------------------------------
-# (c) jm soler juillet 2004, released under Blender Artistic Licence 
-#    for the Blender 2.34 Python Scripts Bundle.
+# (c) jm soler juillet 2004, 
+#----------------------------------------------
+    released under GNU Licence 
+    for the Blender 2.45 Python Scripts Bundle.
+Ce programme est libre, vous pouvez le redistribuer et/ou
+le modifier selon les termes de la Licence Publique G\xE9n\xE9rale GNU
+publi\xE9e par la Free Software Foundation (version 2 ou bien toute
+autre version ult\xE9rieure choisie par vous).
+
+Ce programme est distribu\xE9 car potentiellement utile, mais SANS
+AUCUNE GARANTIE, ni explicite ni implicite, y compris les garanties
+de commercialisation ou d'adaptation dans un but sp\xE9cifique.
+Reportez-vous \xE0 la Licence Publique G\xE9n\xE9rale GNU pour plus de d\xE9tails.
+
+Vous devez avoir re\xE7u une copie de la Licence Publique G\xE9n\xE9rale GNU
+en m\xEAme temps que ce programme ; si ce n'est pas le cas, \xE9crivez \xE0 la
+Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+MA 02111-1307, \xC9tats-Unis.
+
+
+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 2 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, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA    
+
+"""
+
+# ---------------------------------------------------------------
 #    last update : 07/05/2007
 #----------------------------------------------
 # Page officielle :
@@ -9,7 +44,7 @@
 # Communiquer les problemes et erreurs sur:
 #   http://www.zoo-logique.org/3D.Blender/newsportal/thread.php?group=3D.Blender
 #---------------------------------------------
-"""
+
 SHARP_IMPORT=0
 SCALE=1
 

Modified: trunk/blender/release/scripts/paths_import.py
===================================================================
--- trunk/blender/release/scripts/paths_import.py	2007-05-20 21:40:57 UTC (rev 10746)
+++ trunk/blender/release/scripts/paths_import.py	2007-05-21 15:26:50 UTC (rev 10747)
@@ -36,30 +36,60 @@
 """
 
 #----------------------------------------------
-# (c) jm soler juillet 2004, released under Blender Artistic Licence 
-#    for the Blender 2.34 Python Scripts Bundle.
+# (c) jm soler juillet 2004, released under GPL
+#    for the Blender 2.45 Python Scripts Bundle.
 #----------------------------------------------
+"""
+Ce programme est libre, vous pouvez le redistribuer et/ou
+le modifier selon les termes de la Licence Publique G\xE9n\xE9rale GNU
+publi\xE9e par la Free Software Foundation (version 2 ou bien toute
+autre version ult\xE9rieure choisie par vous).
 
+Ce programme est distribu\xE9 car potentiellement utile, mais SANS
+AUCUNE GARANTIE, ni explicite ni implicite, y compris les garanties
+de commercialisation ou d'adaptation dans un but sp\xE9cifique.
+Reportez-vous \xE0 la Licence Publique G\xE9n\xE9rale GNU pour plus de d\xE9tails.
+
+Vous devez avoir re\xE7u une copie de la Licence Publique G\xE9n\xE9rale GNU
+en m\xEAme temps que ce programme ; si ce n'est pas le cas, \xE9crivez \xE0 la
+Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+MA 02111-1307, \xC9tats-Unis.
+
+
+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 2 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, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA    
+"""
 import Blender
 
 argv=__script__['arg']
 
 if argv=='SVG':
-  from svg2obj import *
+  from paths_svg2obj import *
   fonctionSELECT = functionSELECT # can they all be called function?
 
 elif argv=='AI':
-  from ai2obj import *
+  from paths_ai2obj import *
 
 elif argv=='EPS':
-  from eps2obj import *
+  from paths_eps2obj import *
 
 elif argv=='Gimp_1_0':
-  from gimp2obj import *
+  from paths_gimp2obj import *
 
 elif argv=='Gimp_2_0':
-  from svg2obj import *
+  from paths_svg2obj import *
   fonctionSELECT = functionSELECT # can they all be called function?
 
 text = 'Import %s' % argv
-Blender.Window.FileSelector (fonctionSELECT, text)
+Blender.Window.FileSelector (fonctionSELECT, text)
\ No newline at end of file

Modified: trunk/blender/release/scripts/rvk1_torvk2.py
===================================================================
--- trunk/blender/release/scripts/rvk1_torvk2.py	2007-05-20 21:40:57 UTC (rev 10746)
+++ trunk/blender/release/scripts/rvk1_torvk2.py	2007-05-21 15:26:50 UTC (rev 10747)
@@ -1,8 +1,8 @@
 #!BPY
 
 """ Registration info for Blender menus: <- these words are ignored
-Name: 'Rvk1 to Rvk2'
-Blender: 234
+Name: 'Deformed mesh to Rvk'
+Blender: 243
 Group: 'Mesh'
 Tip: 'Copy deform data (not surf. subdiv) of active obj to rvk of the 2nd selected obj'
 """
@@ -11,10 +11,10 @@
 __url__ = ("blender", "elysiun",
 "Script's homepage, http://jmsoler.free.fr/didacticiel/blender/tutor/cpl_rvk1versrvk2.htm",
 "Communicate problems and errors, http://www.zoo-logique.org/3D.Blender/newsportal/thread.php?group=3D.Blender")
-__version__ = "2007/02"
+__version__ = "2007/04/27"
 
 __bpydoc__ = """\
-"RVK1 to RVK2" copies deform data (except EDGESPLIT,DECIMATE,SUBSURF,BOOLEAN, 
+"DEFORM to RVK2" copies deform data (except EDGESPLIT,DECIMATE,SUBSURF,BOOLEAN, 
 BUILD,MIRROR,ARRAY) of the active object to the RVK (relative vertex key) of
 the other selected object.
 
@@ -39,11 +39,39 @@
 """
 
 #----------------------------------------------
-# jm soler (c) 04/02/2007 : 'Rvk1toRvk2'  release under blender artistic licence
+# jm soler (c) 2004-2007 : 'Deformed mesh to Rvk'  released under GPL licence
 #----------------------------------------------
-# Blender Artistic License
-# http://download.blender.org/documentation/html/x21254.html 
-#----------------------------------------------------
+"""
+Ce programme est libre, vous pouvez le redistribuer et/ou
+le modifier selon les termes de la Licence Publique G\xE9n\xE9rale GNU

@@ Diff output truncated at 10240 characters. @@




More information about the Bf-blender-cvs mailing list