Pcbnew: Added VRML export, from the patch sent by Lorenzo Marcantonio ( october 2009, 11)

This commit is contained in:
jean-pierre charras
2010-04-19 08:09:40 +02:00
parent 99ab2dcabb
commit bffefd7e33
2 changed files with 12 additions and 1 deletions
+11
View File
@@ -4,6 +4,17 @@ KiCad ChangeLog 2010
Please add newer entries at the top, list the date and your name with
email address.
2010-apr-19, UPDATE Jean-Pierre Charras <[email protected]>
================================================================================
++Pcbnew:
* Added VRML export, from the patch sent by Lorenzo Marcantonio ( october 2009, 11)
* Fixed :
options to control vrml export.
flipped footprints
* Tested using Cortona and Blender.
Needs more testing and refinements
2010-apr-16, UPDATE Jean-Pierre Charras <[email protected]>
================================================================================
++Cvpcb:
+1 -1
View File
@@ -113,7 +113,7 @@ void InitKiCadAbout( wxAboutDialogInfo& info )
info.AddDeveloper( SetMsg( wxT( "Jerry Jacobs <[email protected]>" ) ) );
info.AddDeveloper( SetMsg( wxT( "Jonas Diemer <[email protected]>" ) ) );
info.AddDeveloper( SetMsg( wxT( "KBool Library <http://boolean.klaasholwerda.nl/bool.html>" ) ) );
info.AddDeveloper( SetMsg( wxT( "Lorenzo <[email protected]>" ) ) );
info.AddDeveloper( SetMsg( wxT( "Lorenzo Marcantonio <[email protected]>" ) ) );
info.AddDeveloper( SetMsg( wxT( "Marco Serantoni <[email protected]>" ) ) );
info.AddDeveloper( SetMsg( wxT( "Rok Markovic <[email protected]>" ) ) );
info.AddDeveloper( SetMsg( wxT( "Tim Hanson <[email protected]>" ) ) );